// On document ready.
$(document).ready(function(){
	$("div#customerLogos").show().cycle(
		{
			fx:		'scrollDown',
			random:	1
		}
	);
});