t=Math.random();
r=document.referrer;
url=document.location.href;
posic = r.indexOf("sadhana.com.br");
posic2 = r.indexOf("vegaplus.com.br");
if ((posic < 12) && (posic > 6)) { r = ""; }
if ((posic2 < 12) && (posic2 > 6)) { r = ""; }

r=escape(r);
url=escape(url);
document.write('<img src="http://www.sadhana.com.br/cgi-local/stats/counter.gif?ref=');
document.write(r,'&url=',url,'&t=',t,'" height=1 width=1 border=0>');
document.write('<img src="http://www.sadhana.com.br/cgi-local/online.gif?t=',t,'" height="1" width="1">');

