
if(counter_id<=99999){counter_id=counter_id*100;}
if(counter_id<=9999999){counter_id=counter_id*100;}


document.write('<style type="text/css">');
document.write('<!--');
document.write('#fixme {');
document.write('     /* IE 5.0/Win and other lesser browsers will use this */');
document.write('     position: absolute; right: 0px; bottom: 0px;');

document.write('}');
document.write('body > div#fixme {');
document.write('     /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */');
document.write('     position: fixed;');
document.write('}');
document.write('--></style>');


document.write('<!--[if gte IE 5.5]>');
document.write('<![if lt IE 7]>');
document.write('<style type="text/css">');
document.write('div#fixme {');
document.write('     /* IE5.5+/Win - this is more specific than the IE 5.0 version */');
document.write('     right: auto; bottom: auto;');
document.write('     left: expression( ( -0 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + "px" );');
document.write('     top: expression( ( +0 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + "px" );');
document.write('}');
document.write('</style>');
document.write('<![endif]>');
document.write('<![endif]-->');

document.write('<!-- HTML CODE FOR ACTUAL BANNER -->');
document.write('<div id="fixme" style="height: 180px; width: 100%;">');
document.write('   <!-- EDIT BANNER CONTENTS BELOW -->');
document.write('   <div style="z-index: 5; background: url(); width: 100%; height: 120px;">');
document.write('      <div style="float: left; position: relative; left: 0; top: 0;z-index: 999999;">');
      
      
var width = window.screen.availWidth - 15;
document.write('<!-- NeoCounter total_country_visitors display ... START of code -->  ');
document.write('<object data="http://www.neoworx.net/neobar/globe.swf" width="'+width+'" height="180px" type="application/x-shockwave-flash"> ');
document.write('<param name="movie" value="http://www.neoworx.net/neobar/globe.swf" /> ');
document.write('<param name="FlashVars" value="counter_id='+counter_id+'&skin=21"/> ');
document.write('<param name="allowScriptAccess" value="always"> ');
document.write('<param name="wmode" value="transparent"> ');
document.write('</object> ');
document.write('<!-- NeoCounter total_country_visitors display ... END of code -->');
      
      
document.write('     </div>');
document.write(' </div>');
document.write('</div>');
