function fnWriteBanner(){
	if (!useRedirect) {
		if (window.location.href.indexOf("https") == -1) {
			sitePath="http://www.sandyrivera.dj/";
			$http = "http:";
		}	else {
			sitePath="https://www.sandyrivera.dj/";  
			$http = "https:";
		} 
	
		if(hasRightVersion) {
			if (is_mac && is_opera) {
			} else {
				var oeTags = '<OBJECT ID="header" CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
				+ 'WIDTH="896" HEIGHT="200"'
				+ 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="header">'
				+ '<PARAM NAME="MOVIE" VALUE="'+sitePath+'flash/header.swf?&pg='+$pg+'">'
				+ '<PARAM NAME="PLAY" VALUE="true">'
				+ '<PARAM NAME="QUALITY" VALUE="high">'
				+ '<param name="scale" value="noscale" />'
				+ '<PARAM NAME="MENU" VALUE="false">'
				+ '<param name="wmode" value="transparent">'
				+ '<param name="allowScriptAccess" value="sameDomain" />'
				+ '<EMBED SRC="'+sitePath+'flash/header.swf?pg='+$pg+'"'
				+ 'name="header"'
				+ 'scale="noscale"'
				+ 'width="896"'
				+ 'height="200"'
				+ 'wmode="opaque"'
				+ 'PLAY="true"'
				+ 'LOOP="false"'
				+ 'allowScriptAccess="sameDomain"'
				+ 'QUALITY="high"'
				+ 'MENU="false"'
				+ 'TYPE="application/x-shockwave-flash"'
				+ 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
				+ '<\/EMBED>'
				+ '<\/OBJECT>';
				//document.write(oeTags);
				document.getElementById("bannerCont").innerHTML = oeTags;
			}
		} 
		else
		{
			preloader();
			window.onload = function() {
				transition();
				img=document.getElementById("t2").style;
			}
			newslinks = newslinks.replace(new RegExp(/&lt;/g), "<"); 
			newslinks = newslinks.replace(new RegExp(/&gt;/g), ">"); 
			//document.write(newslinks);
			document.getElementById("bannerCont").innerHTML = oeTags;
		}
	}
}