//////////////////////////////////////////////////
// default javascript
// www.overstyle.com/
//////////////////////////////////////////////////

function outside() {
	document.write("<img src='/bin/access/report.cgi?");
	document.write("dir=default","&amp;");
	document.write("pix=",screen.width,"x",screen.height,"&amp;");
	document.write("ref=",document.referrer);
	document.write("' width='1' height='1' alt=''>");
}
