$(document).ready(
function(){			
	$('#imgrotate').innerfade({
		speed: 1000,
		timeout: 10000,
		type: 'random',
		containerheight: '163px'
	});
});