
$(document).ready(
		
	function(){
		
		$('#slideshow').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '136px' });
		$('#slideshow2').innerfade({ speed: 'slow', timeout: 2000, type: 'sequence', containerheight: '136px' });
		//setImageheaderTextField();
		//setImageheaderTextField2();
});

	
