<!--
// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and non-flash content below.
// NOTE: height, width are required!
var nonflash = '';

var flash = '<div id="promoFlash" style="position:absolute; width:254px; height:60px; z-index:100; left: 16px; top: 135px; visibility: visible;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="254" height="60" id="promoHighlight" align="left"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/yc/images/retail/flash/promoHighlight.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="/yc/images/retail/flash/promoHighlight.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="254" height="60" swLiveConnect="true" id="retail_home" name="promoHighlight" align="left" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div>';

// if dynamic embedding is turned on
if (!useRedirect) {
	if (hasRightVersion) {
		// we've detected an acceptable version of the flash player
		if (isMacOsX || isWin){
			// if Windows or Mac OS X, embed the flash movie
			document.write(flash);
			//document.write(leftNavFlash);
		} else {
			// if not, don't
			document.write(nonflash);
			//document.write(leftNavNonflash);
		}
	} else {
		// flash is too old, or we can't detect the plugin, insert non-flash content
		document.write(nonflash);
		//document.write(leftNavNonflash);
	}
}
// -->
