if (!useRedirect) {
	 pg = 3;
	 var oeTags ='';
	  if(hasRightVersion) {
		var oeTags = oeTags + '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
		+ 'WIDTH="596" HEIGHT="90"'
		+ 'CODEBASE="'+$http+'//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
		+ '<PARAM NAME="MOVIE" VALUE="'+sitePath+'flash/bnr/display.swf?pg=' + pg + '&nDelay=10&sPath=' + escape(sitePath) +'">'
		+ '<PARAM NAME="PLAY" VALUE="true">'
		+ '<PARAM NAME="QUALITY" VALUE="high">'
		+ '<PARAM NAME="MENU" VALUE="false">'
		+ '<EMBED SRC="'+sitePath+'flash/bnr/display.swf?pg=' + pg + '&nDelay=10&sPath=' + escape(sitePath) +'"'
		+ 'WIDTH="596" HEIGHT="90"'
		+ 'PLAY="true"'
		+ 'LOOP="false"'
		+ 'QUALITY="high"'
		+ 'MENU="false"'
		+ 'TYPE="application/x-shockwave-flash"'
		+ 'PLUGINSPAGE="'+$http+'//www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
		+ '<\/EMBED>'
		+ '<\/OBJECT>';
	  } else {
	   var alternateContent = '<br/><br/><center><font size="3" color="#FFFFFF" ><strong>This site requires Flash player 8 or higher. <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Click here to upgrade your flash player</a>.</strong></font></center>';
		var oeTags = oeTags + alternateContent;
	  }
	document.write(oeTags);
	}