function GetFlash(siteCode)
{	
	switch (siteCode)
	{
		case "FIRE":
			SendFire();
			break;
		case "FRONTLINE":
			SendFrontline();
			break;
		case "POLICELINE":
			SendPoliceline();
			break;
		case "CONSTRUCTOR":
			SendConstructor();
			break;
		case "SAFETYWORKS":
			SendSafetyWorks();
			break;
		case "AE":
			SendMiddleEast();				
			break;
		case "AR":
			SendArgentina();		
			break;
		case "AU":
			SendAustralia();
			break;
		case "BR":
			SendBrazil();	
			break;
		case "CA":
			SendNorthAmerica();
			break;
		case "CL":
			SendChile();
			break;
		case "CN":
			SendChina();		
			break;
		case "CO":
			SendColombia();
			break;
		case "HK":
				
			break;
		case "IN":
		
			break;		
		case "ID":
		
			break;
		case "JP":
			SendJapan();
			break;
		case "MY":
			SendMalaysia();
			break;
		case "MX":
			SendMexico();
			break;
		case "NZ":
			SendNewZealand();
			break;
		case "PE":
			SendPeru();
			break;
		case "SG":
			SendSingapore();
			break;		
		case "TH":
			SendThailand();
			break;
		case "US":
			SendNorthAmerica();
			break;
		case "ZA":
			SendSouthAfrica();
			break;
		case "ZW":
		
			break;
		default:
			
			break;
			
	}
}

function SendFire()
{
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10;" >');
		document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}

	document.write('<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="220" height="330" name="HomePage" id="HomePage">\n');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/red/flash/HomePage_3.swf">\n');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/red/flash/HomePage_3.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">\n');
	document.write('</embed>\n');
	document.write('</object>\n');	
}

function SendFrontline()
{
	// Frontline site does not have GetCookie JS method
	document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10;" >');
	document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
	document.write('</div>');
	

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/khaki/flash/military.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/khaki/flash/military.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>\n');
}

function SendPoliceline()
{
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10;" >');
		document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}

	document.write('<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="220" height="330" name="HomePage" id="HomePage">\n');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/police/flash/HomePage_3_PL.swf" />\n');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/police/flash/HomePage_3_PL.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}

function SendConstructor()
{
	
	//if (GetCookie("ANNOUNCEMENT") != "TRUE")
	//{
	//	document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10;" >');
	//	document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
	//	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/yellow/flash/rebuilding-america.swf" />');
	//	document.write('<param name="quality" value="high" />');
	//	document.write('<param name="bgcolor" value="#000000" />');
	//	document.write('<param name="wmode" value="transparent" />');
	//	document.write('<embed src="http://media.msanet.com/www/stylesheets/yellow/flash/rebuilding-america.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	//	document.write('</embed>');
	//	document.write('</object>');
	//	document.write('</div>');
	//}
	
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10;" >');
		document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}

	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/yellow/flash/HomePage_3.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/yellow/flash/HomePage_3.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendSafetyWorks()
{

	// stylesheets/teal/flash/survey_ad.swf
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10;" >');
		document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}

	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/teal/flash/HomePage_3.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/teal/flash/HomePage_3.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendArgentina()
{
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10; border-top:1px solid #000;" >');
		document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/Spanish_3row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/Spanish_3row.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}

	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/ArgentinaHomePage_3.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/blue/flash/ArgentinaHomePage_3.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendAustralia()
{
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:440px; z-index:10;" >');
		document.write('<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="220" height="440" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/English_4row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/blue/flash/English_4row.swf" quality="high" bgcolor="#000000"  width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}
	
	document.write('<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="220" height="440" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/green/flash/HomePage_4.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/green/flash/HomePage_4.swf" quality="high" bgcolor="#000000"  width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendBrazil()
{
	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/green/flash/HomePage_3BR.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/green/flash/HomePage_3BR.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendChile()
{
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10;" >');
		document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/Shared/flash/Spanish_3row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed id="HomePage" name="HomePage" src="http://media.msanet.com/www/stylesheets/Shared/flash/Spanish_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}

	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/ChileHomePage_3.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed id="HomePage" name="HomePage" src="http://media.msanet.com/www/stylesheets/blue/flash/ChileHomePage_3.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendChina()
{
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10;" >');
		document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/Shared/flash/Chinese_3row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/Shared/flash/Chinese_3row.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}

	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/HomePage_3CH.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/blue/flash/HomePage_3CH.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendColombia()
{
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{	
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:440px; z-index:10;" >');
		document.write('<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="220" height="440" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/Shared/flash/Spanish_4row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/Shared/flash/Spanish_4row.swf" quality="high" bgcolor="#000000"  width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}
			
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="220" height="440" name="HomePage" id="HomePage">\n');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/HomePageColombia_4.swf" />\n');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/blue/flash/HomePageColombia_4.swf" quality="high" bgcolor="#000000" width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}

function SendJapan()
{
	// BEGIN: Global Web survey ad
	document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10; border-top:1px solid #000;" >');
	document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/Japanese_3row.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/Japanese_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
	document.write('</div>');
	// END: Global Web survey ad
	
	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/ArgentinaHomePage_3.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/blue/flash/ArgentinaHomePage_3.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendMalaysia()
{
	// BEGIN: Global Web survey ad
	document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10; border-top:1px solid #000;" >');
	document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
	document.write('</div>');
	// END: Global Web survey ad
	
	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/green/flash/HomePage_3MALAY.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/green/flash/HomePage_3MALAY.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendMexico()
{

	// BEGIN: Global Web survey ad
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10; border-top:1px solid #000;" >');
		document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/Spanish_3row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/Spanish_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}
	// END: Global Web survey ad
	
	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blueRevDrop/flash/MexicoHomePage_3.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/blueRevDrop/flash/MexicoHomePage_3.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendMiddleEast()
{
	// BEGIN: Global Web survey ad
	document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:440px; z-index:10;" >');
	document.write('<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="220" height="440" name="Flash_Ad" id="Flash_Ad">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/English_4row.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/English_4row.swf" quality="high" bgcolor="#000000" width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
	document.write('</div>');
	// END: Global Web survey ad
	
	document.write('<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="220" height="440" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/HomePage_4_ME.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/blue/flash/HomePage_4_ME.swf" quality="high" bgcolor="#000000"  width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendNewZealand()
{
	document.write('<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="220" height="440" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/green/flash/HomePage_4.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/green/flash/HomePage_4.swf" quality="high" bgcolor="#000000"  width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnnect="true">');
	document.write('</embed>');
	document.write('</object>');
}

function SendNorthAmerica()
{
	
	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:440px; z-index:10;" >');
		document.write('<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="220" height="440" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/English_4row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/blue/flash/English_4row.swf" quality="high" bgcolor="#000000" width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}
	
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="220" height="440" name="HomePage" id="HomePage">\n');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/HomePage_4.swf" />\n');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/blue/flash/HomePage_4.swf" quality="high" bgcolor="#000000" width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}
	
function SendPeru()
{

	// BEGIN: Global Web survey ad
	document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10; border-top:1px solid #000;" >');
	document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/Spanish_3row.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/Spanish_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
	document.write('</div>');
	// END: Global Web survey ad
	
	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/green/flash/HomePage_3.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#000000">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/green/flash/HomePage_3.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendSingapore()
{
	// BEGIN: Global Web survey ad
	document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:330px; z-index:10; border-top:1px solid #000;" >');
	document.write('<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="220" height="330" name="Flash_Ad" id="Flash_Ad">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/shared/flash/English_3row.swf" quality="high" bgcolor="#000000" width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
	document.write('</div>');
	// END: Global Web survey ad

	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/blue/flash/ArgentinaHomePage_3.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/blue/flash/ArgentinaHomePage_3.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendThailand()
{
	document.write('<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="220" height="330" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/international/thailand/HomePage_3THAILAND.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/international/thailand/HomePage_3THAILAND.swf" quality="high" bgcolor="#000000"  width="220" height="330" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}

function SendSouthAfrica()
{

	if (GetCookie("ANNOUNCEMENT") != "TRUE")
	{
		document.write('<div style="position:absolute; top:0px; left:580px; width:220px; height:440px; z-index:10;" >');
		document.write('<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="220" height="440" name="Flash_Ad" id="Flash_Ad">');
		document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/Shared/flash/English_4row.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="bgcolor" value="#000000" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://media.msanet.com/www/stylesheets/Shared/flash/English_4row.swf" quality="high" bgcolor="#000000"  width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnnect="true" wmode="transparent">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</div>');
	}
		
	document.write('<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="220" height="440" name="HomePage" id="HomePage">');
	document.write('<param name="movie" value="http://media.msanet.com/www/stylesheets/green/flash/HomePageAfrica_4.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="http://media.msanet.com/www/stylesheets/green/flash/HomePageAfrica_4.swf" quality="high" bgcolor="#000000"  width="220" height="440" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swliveconnnect="true" wmode="transparent">');
	document.write('</embed>');
	document.write('</object>');
}