header1='BROWSERS';
name11="MSIE6"; stat11="81%";
name12="MSIE5"; stat12="08%";
name13="FIREFOX"; stat13="06%";
name14="SAFARI"; stat14="01%";
name15="NS7"; stat15="01%";
name16="OPERA"; stat16="01%";

header2='SCREEN RESOLUTION';
name21="1024x768"; stat21="54%";
name22="800x600"; stat22="28%";
name23="1280x1024"; stat23="10%";
name24="1152x864"; stat24="03%";
name25="640x480"; stat25="01%";
name26="1600x1200"; stat26="&lt;1%";

header3='COLOR DEPTH';
name31="4B(32bit)"; stat31="69%";
name32="65K(16bit)"; stat32="23%";
name33="16M(24bit)"; stat33="05%";
name34="256 (8bit)"; stat34="01%";

header4='OPERATING SYSTEM';
name41="WIN XP"; stat41="64%";
name42="WIN 98"; stat42="14%";
name43="WIN 2000"; stat43="13%";
name44="MAC"; stat44="02%";
name45="WIN NT"; stat45="01%";
name46="Web TV"; stat46="&lt;1%";
name47="Linux"; stat47="&lt;1%";
name48="UNIX"; stat48="&lt;1%";
name49="WIN 3.X"; stat49="&lt;1%";

headernumber=1;
headerexist=true;

while (headerexist){
test='header'+headernumber;
if (window[test]){
document.write('<table width="130" bgcolor="#000000" cellpadding="4" cellspacing="1" border="0"><tr><td class="stathead">'+eval(test)+'</td></tr><tr><td bgcolor="#ddeedd"><table bgcolor="#aaaabb" width="120" cellspacing="1" cellpadding="0">');
sublinenumber=1;
sublineexist=true;
while (sublineexist)
{
thisname='name'+headernumber+sublinenumber;
thisstat='stat'+headernumber+sublinenumber;
if (window[thisname]){
number=eval(thisstat);
if (number.charAt(0)=='0'){number=number.charAt(1)}
thiswidth=Math.round(parseInt(number)/2);
// alert(thisstat+':'+thiswidth);
if (isNaN(thiswidth)) {thiswidth=1};
theline='<tr><td class="stat2" width="20">'+eval(thisstat)+'</td><td class="stat1" width="60" height="16">'+eval(thisname)+'</td><td class="stat2" width="40"><img src="o.gif" width="'+thiswidth+'" height="10" alt="'+eval(thisstat)+'"></td></tr>';
document.write(theline);
sublinenumber=sublinenumber+1;
}
else {sublineexist=false;}
}
document.write('</table></td></tr></table>');
document.write('<img src="pixel.gif" width=15 height=10><br>');
headernumber=headernumber+1;
}
else {headerexist=false;}
}

document.write('<table width="130" bgcolor="#000000" cellpadding="5" cellspacing="1" border="0"><tr><td class="stathead">RECEIVE UPDATES!</td></tr><tr><td bgcolor="#ddeedd"><div class="statbody">Sign up as a member in our Forum and you will receive a monthly update of the global surfer stats.<br><br>It\'s free and we will not use your email for any other purpose.</div></td></tr><tr><td class="statend"><a href="http://www.echoecho.com/ubb/member.php?action=reg">YES! - SIGN ME UP!</a></td></tr></table>');
document.write('<img src="pixel.gif" width=15 height=10><br>');
document.write('<table width="130" bgcolor="#000000" cellpadding="5" cellspacing="1" border="0"><tr><td class="stathead">DATA SOURCE</td></tr><tr><td bgcolor="#ddeedd"><div class="statbody">Stats derived from:<br><br>370.000.000 hits at<br>+500.000 different sites<br>during Feb, 2005<br><br>Copyright <a href="http://www.thecounter.com">TheCounter</a>.</div></td></tr><tr><td class="statend">Updated Feb, 2005</td></tr></table>');
