var flashContent = '' +

'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="760" height="195" id="UPDflash_banner" align="middle">' +

'<param name="allowScriptAccess" value="sameDomain" />' +

'<param name="movie" value="UPDflash_banner.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />' +

'<embed src="UPDflash_banner.swf" quality="high" bgcolor="#ffffff" width="760" height="195" name="UPDflash_banner" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />' +

'</object>';



var alternateContent = '<a target="_blank" href="http://stores.ebay.com/monsterscrubz"><img border="0" src="images/index1_01.jpg" width="760" height="192"></a>' +

'<p><a target="_blank" href="http://stores.ebay.com/monsterscrubz">Click here to visit our Auction</a>';



// Version check based upon the values entered in "Globals"

var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

			

// Check to see if the version meets the requirements for playback

if (hasRequestedVersion) {

	// if we've detected an acceptable version

	// embed the Flash Content SWF when all tests are passed

				

	document.write(flashContent);

				

} else {  // flash is too old or we can't detect the plugin

	

	document.write(alternateContent);  // insert non-flash content

}


