
$(document).ready(function() {
	
	/* -- IMAGE ROTATOR -- */
	
	if ( $('#image_rotate').length > 0 )
	{
		 $('#image_rotate').innerfade({   
			 speed: 3000,   
			 timeout: 5000,   
			 type: 'sequence',   
			 containerheight: '220px'  
		 });  
	}

});
