$(document).ready(
	function(){
		if ( $.browser.msie && ($.browser.version < 7)){
			$(document).pngFix(); 
		}
		
		$('#header_img').innerfade(
			{ 
			speed: 2000, 
			timeout: 8000,
			type: 'random_start', 
			containerheight: '220px' 
			}
		);
	}

);

