//image slideshow, uses jquery.innerfade.js
//homepage only
$(document).ready( 
	function(){ 
		$('#rotating_images').innerfade({ animationtype: 'fade', speed: 1500, timeout: 4000, type: 'sequence', containerheight: '290px' });  
});