

// WTC EMBEDDED JS FILE
//
var applet = '<table border="0" cellspacing="0" cellpadding="10">'

applet = applet + '	<tr>'
applet = applet + '		<td bgcolor="#FFFFFF">'
applet = applet + '			<APPLET code="wmap.class" codeBase="http://wtc.trendmicro.com/common/" height="300" name="wmap" width="601" archive="wtc.jar?1.1">'
applet = applet + '			  <PARAM NAME="GETINTERVAL" VALUE="30000">'

applet = applet + '			  <PARAM NAME="IMAGEDIR" VALUE="http://wtc.trendmicro.com/wtc/images_tm">'

applet = applet + '			  <PARAM NAME="DEFAULTMAP" VALUE="world_t10.gif">'
applet = applet + '			  <PARAM NAME="DEFAULTPERIOD" VALUE="1">'
applet = applet + '			  <PARAM NAME="MAPS" VALUE="Worldwide, world_t10.gif;North America, n_america.gif;South America, s_america.gif;Europe, europe.gif;Asia, asia.gif;'
applet = applet + '			  Africa, africa.gif;Australia, australia.gif;South-East Asia, se_asia.gif;North Europe, n_europe.gif;South Europe, s_europe.gif;Middle East, m_east.gif">'
applet = applet + '			  <PARAM NAME="PERIODS" VALUE="Past 24 hours, 1;Past 7 Days, 7;Past 30 Days, 30">'
applet = applet + '			  <PARAM NAME="VIEWMODES" VALUE="Location, 0;Virus Name, 1">'
applet = applet + '			  <PARAM NAME="TRACKS" VALUE="Infected computers, 1;Infected files, 0">'
applet = applet + '			  <PARAM NAME="DEFAULTTRACK" VALUE="1">'
applet = applet + '			  <PARAM NAME="LABEL1" VALUE="View By">'
applet = applet + '			  <PARAM NAME="LABEL2_1" VALUE="Select Map">'
applet = applet + '			  <PARAM NAME="LABEL2_2" VALUE="Top 10">'
applet = applet + '			  <PARAM NAME="LABEL3" VALUE="Time Period">'
applet = applet + '			  <PARAM NAME="LABEL4" VALUE="Track">'
applet = applet + '			  <PARAM NAME="LABEL5" VALUE="Last Updated">'
applet = applet + '			  <PARAM NAME="DISTRIBUTIONMAP" VALUE="world_1v.gif">'
applet = applet + '			  <PARAM NAME="FONTNAME" VALUE="Arial">'
applet = applet + '			  <PARAM NAME="CONTINENT1" VALUE="South Africa, 710;Africa Others, 991">'
applet = applet + '			  <PARAM NAME="CONTINENT2" VALUE="Argentina, 32;Brazil, 76;Chile, 152;Colombia, 170;Paraguay, 600;Venezuela,  862;South America Others, 992">'
applet = applet + '			  <PARAM NAME="CONTINENT3" VALUE="China, 156;Taiwan, 158;Hong Kong, 344;India, 356;Japan, 392;South Korea, 410;Malaysia, 458;Philippines, 608;'
applet = applet + '			  Russia federation, 643;Saudi Arabia, 682;Singapore, 702;Thailand, 764;United Arab Emirates, 784;Asia Others, 993">'
applet = applet + '			  <PARAM NAME="CONTINENT4" VALUE="Austria,40;Belgium,56;Denmark,208;Finland,246;France,250;Germany,276;Greece,300;Iceland,352;Ireland,372;Italy,380;'
applet = applet + '			  Netherlands,528;Norway,578;Portugal,620;Spain,724;Sweden,752;Switzerland,756;United Kingdom,826;Europe Others, 994">'
applet = applet + '			  <PARAM NAME="CONTINENT5" VALUE="Australia,36;New Zealand,554;Australia Others, 995">'
applet = applet + '			  <PARAM NAME="CONTINENT6" VALUE="Canada,124;Mexico,484;United States,840;North America Others, 996">'
applet = applet + '			  <PARAM NAME="ENCYCLOPEDIA" VALUE="http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=">'
applet = applet + '			  <PARAM NAME="code" VALUE="wmap.class">'
applet = applet + '			  <PARAM NAME="codeBase" VALUE="http://wtc.trendmicro.com/common/">'
applet = applet + '			  <PARAM NAME="height" VALUE="316">'
applet = applet + '			  <PARAM NAME="name" VALUE="wmap">'
applet = applet + '			  <PARAM NAME="width" VALUE="601">'
applet = applet + '			  <PARAM NAME="archive" VALUE="wtc.jar?1.1">'

applet = applet + '			</APPLET></td>'
applet = applet + '	</tr>'

applet = applet + '	<tr>'
applet = applet + '		<td bgcolor="#FFFFFF">'
applet = applet + '			<table border="0" cellspacing="0" cellpadding="0" bgcolor="#E1E1E1" width="100%"><tr><td>'
applet = applet + '				<span style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333; font-weight:normal;"><b>&nbsp;Webmasters:&nbsp;</b>'
applet = applet + '				<a href="http://www.trendmicro.com/syndication/wtc/" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color:#0000FF; font-weight:normal;"><u>add this map to your site</u></a></span></td>'
applet = applet + '			</td></tr></table>'
applet = applet + '	</tr>'

applet = applet + '</table>'

document.write(applet)

//

// DCS tag
var P="";
var sCurrent ="";
var dCurrent = new Date();
sCurrent = dCurrent;
// add the new parameters
P += "dcsuri="+window.location.pathname;
P += "&dcsqry="+escape(window.location.search);
P += "&dcssip="+escape(window.document.domain);
P += "&wtcsynd=true&wtcversion=1";
if ((window.document.referrer != "") && (window.document.referrer != "-"))
{
if (!(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) < 4) )
{
P +="&dcsref="+escape(window.document.referrer);
}
}
P += "&dcsdat="+escape(sCurrent);
document.write('<IMG BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="http://wdcs.trendmicro.com/dcs.gif?'+P+'"><br>');
//