$(document).ready(function() {
    $('#home_page_right_top_images').cycle({
		fx: 'fade',
		timeout: 2000
	});
});

$(document).ready(function() {
    $('#home_page_left_rotator').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});


$(document).ready(function() {
	$('#home_page_right_bottom_images').cycle({
		fx: 'fade',
		timeout: 2000
	});
});

