if (!useRedirect) {    // if dynamic embedding is turned on
	if(hasRightVersion) {  // if we've detected an acceptable version
		document.write('<img src="/images/transpix.gif" alt="" width="475" height="44" border="0"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="121" height="44"><param name=movie value="/scripts/home.swf"><param name=quality value=high><embed src="/scripts/home.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="121" height="44" vspace="0"></embed></object>');
	} else {
		document.write('<img src="/images/transpix.gif" alt="" width="475" height="44" border="0"><img src="/images/transpix.gif" width="121" height="44" border="0" alt="">');
	}
}

