$(document).ready(
	function(){
		$('#img_rotator').innerfade({
			speed: 1000,
			timeout: 4000,
			type: 'sequence',
			containerheight: '308px'
			});
		});

