// function for div rotator
$(document).ready( 
		function(){ 
		$('#col_right_rotator').innerfade({ 
				speed: 'slow', 
				timeout: 7000, 
				type: 'sequence', 
				containerheight: '300px' }); 
		} 
); 
