function OnlineCounter(s, c, p)
{
if(typeof p !="undefined") 
p=true; 
else 
p=false;
if(p) document.write('<span style="display:block;z-index:199;position: fixed !important;position:absolute;bottom:0;_top:expression(eval(document.compatMode && document.compatMode==\'CSS1Compat\')?document.documentElement.scrollTop+(document.documentElement.clientHeight-this.clientHeight)-1 :document.body.scrollTop+(document.body.clientHeight-this.clientHeight)-1);right:0;">');
document.write('<font size=5>' +s+ '</font>');
var su = '';	
document.write('<a href="'+su+'monitor"');
if(typeof NO_FOLLOW !="undefined" && NO_FOLLOW) document.write(' rel="nofollow" ');
if(p)document.write('style="display:block;margin:0;padding:0;line-height: 1px;"');
document.write('><img src="images/globe.jpg" border="0" style="margin:0;padding:0;vertical-align:middle;" /></a>');
if(p)document.write('</span>');
}