$(document).ready( 
	function(){ 
		$('#logolist').innerfade({ 
 			timeout: 5000
		}); 
	} 
); 

