//home
if (!useRedirect) {		// if dynamic embedding is turned on
		if(hasRightVersion) {	// if we've detected an acceptable version
			var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
		    + 'width="750" height="340"'
		    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="750" height="340">'
			+ '<param name="allowScriptAccess" value="sameDomain" />'
			+ '<PARAM NAME="MOVIE" VALUE="flash/SyneraConsumer.swf">'
		    + '<PARAM NAME="PLAY" VALUE="true">'
		    + '<PARAM NAME="LOOP" VALUE="false">'
		    + '<PARAM NAME="QUALITY" VALUE="high">'
		    + '<PARAM NAME="MENU" VALUE="false">'
		    + '<EMBED SRC="flash/SyneraConsumer.swf"'
		    + 'WIDTH="750" HEIGHT="340"'
		    + 'PLAY="true"'
		    + 'LOOP="false"'
		    + 'QUALITY="high"'
			+ 'allowScriptAccess="sameDomain"'
		    + 'MENU="false"'
		    + 'TYPE="application/x-shockwave-flash"'
		    + 'pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">'
		    + '</EMBED>'
		    + '</OBJECT>';
			document.write(oeTags); 	// embed the flash movie
		} else {	// flash is too old or we can't detect the plugin
			var alternateContent = '<img name="SYNERA" src="images/homepage_noflash.jpg" width="750" height="340" border="0"  usemap="#Map2" title="SYNERA&#0174; HOMEPAGE: NEW TOPICAL ANALGESIC PATCH" alt="SYNERA&#0174; HOMEPAGE: NEW TOPICAL ANALGESIC PATCH">';	// height, width required!
			+ '<map name="Map2">'
							+ '<area shape="rect" coords="1,97,175,139" href="nonmedical.aspx" />'
							+ '<area shape="rect" coords="1,139,175,181" href="Medical.aspx" />'
							+ '<area shape="rect" coords="2,181,175,223" href="Talking.aspx" />'
							+ '<area shape="rect" coords="561,2,652,22" href="mailto:?&subject=Synera.com&body=I thought you might be interested in the following link <%=Request.Url%>" title="email this page" alt="email this page"  />'
							+ '<area shape="rect" coords="650,2,744,23" href="javascript:print();" />'
							+ '</map>';
			document.write(alternateContent);	// insert non-flash content
		}
	}
	
	// -->
													


