/*
var lt = unescape("%3c");
var gt = unescape("%3e");
var qt = unescape("%22");
var sq = unescape("%27");
document.write(lt + "IMG SRC=" + qt + "http://deoxy.lycaeum.org/deoxy/");
document.write("pan.pl?file=");
document.write(escape(self.location.pathname));
document.write("&refer=");
document.write(escape(document.referrer));
document.write("&appname=");
document.write(escape(navigator.appName));
document.write("&appversion=");
document.write(escape(navigator.appVersion));
document.write("&rescol=");
document.write(escape(screen.width));
document.write("x");
document.write(escape(screen.height));
document.write("&colors=");
document.write(escape(screen.pixelDepth) + qt);
document.write(" WIDTH=1 HEIGHT=1 BORDER=0");
document.writeln(" ALT=" + qt + "x" + qt + gt);
document.write(lt + "IMG SRC=" + qt + "http://deoxy.lycaeum.org/time/machine.pl");
document.write(qt + " WIDTH=1 HEIGHT=1 BORDER=0");
document.writeln(" ALT=" + qt + "x" + qt + gt);
*/
