  $(document).ready(function(){
	
//if ($.browser.msie && $.browser.version.substr(0,1)<7) {
	
	if ($.browser.msie && $.browser.version.substring(0,1) === '6') {

	//Add Image if ie6
	$('#container2').css("margin","0 0 0 32px");
	$('#header_img').html("<a href='http://www.rodaleccm.com/content-stategy/'><img src='/wp-content/themes/CustomPublishing/images/home_header.jpg' border='0'></a>");
	//document.getElementById('header_img').innerHTML = '<a href="http://www.rodaleccm.com/content-stategy/"><img src="http://www.rodaleccm.com/images/home_header.jpg"></a>';
	//alert("IE6");

}else{
	//Main Flash
	 $('#header_img').flash(
	        { 
	          src: '/wp-content/themes/CustomPublishing/flash/hpflash.swf',
	          width: 862,
	          height: 290,
			 wmode:'transparent'
	        },
	        {version: 9}
	    );
}
 	});

