$(document).ready(
	function(){
		$('ul#standardsLogos').innerfade({
			speed: 800,
			timeout: 4500,
			type: 'random_start',
			containerheight: '315px'
		});
});
