$(document).ready( 
	function(){ 
	  $('#frontpage_photos').innerfade({ 
	  	animationtype: 'fade', 
		speed: 1500, 
		timeout: 12000, 
		type: 'random', 
		containerheight: '300px;' 
 	}); 	  
} ); 

