if(self.location.protocol=="http:") {
sep = "::"; s = screen; rf = document.referrer; if(rf.substring(0,5)!="http:") rf = "Unlogged";
a = sep + String(self.location.pathname) + sep + rf + sep + s.width + "x" + s.height;
document.writeln("<div style=\"position:absolute; top:0; left:0;\"><img "
+ "width=1 height=1 src=\"http://stats.uaweb.org/cgi-bin/counter.cgi?reanimator" + a + "\"></div>");
}
// else alert(String(self.location.pathname));