var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay ) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="710" height="350" id="index">');
	document.write('<param name="movie" value="index.swf"><param name="quality" value="high"><param name="bgcolor" value="#d6df39">'); 
	document.write('<embed src="index.swf" quality="high" bgcolor="#d6df39" width="710" height="350" name="index" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">'); 
	document.write('</embed></object>');
}
else {
document.write('	<div style="position:relative; width:710px; height:350px; margin:0 auto;">');
document.write('		<div style="position:absolute; left:0; width:436px; height:350px;"><img src="images/index/debbie_top.jpg" width="436" height="117" border="0" alt="Debbie Travis\' Facelift" /><br />');
document.write('		<img src="images/index/debbie_middle.jpg" width="436" height="116" border="0" alt="Debbie Travis\' Facelift" /><br />');
document.write('		<img src="images/index/debbie_bottom.jpg" width="436" height="117" border="0" alt="Debbie Travis\' Facelift" /></div>');
document.write('		<div style="position:absolute; left:436px; width:274px; height:350px;"><a href="episodes/"><img src="images/index/button_previous.jpg" width="135" height="117" border="0" title="Previous Episodes" alt="Previous Episodes" /></a><a href="shop/"><img src="images/index/button_shop.jpg" width="139" height="117" border="0" title="Shop" alt="Shop" /></a><br />');
document.write('	<a href="gang/"><img src="images/index/button_gang.jpg" width="135" height="116" border="0" title="Meet The Gang" alt="Meet The Gang" /></a><a href="contact.php"><img src="images/index/button_contact.jpg" width="139" height="116" border="0" title="Contact Us" alt="Contact Us" /></a><br />');
document.write('	<a href="episodes/thisweek.php?vCountry=us"><img src="images/index/button_this_week_us.jpg" width="135" height="117" border="0" title="This Week On HGTV US" alt="This Week On HGTV US" /></a><a href="episodes/thisweek.php?vCountry=ca"><img src="images/index/button_this_week_ca.jpg" width="139" height="117" border="0" title="This Week On HGTV Canada" alt="This Week On HGTV Canada" /></a></div>');
document.write('	</div>');
}
