	ScreenWidth = screen.width;
	ScreenHeight = screen.height;
	
	if (ScreenWidth>0 && ScreenHeight>0) {
		xScreenRes=ScreenWidth+"x"+ScreenHeight
		document.write("<img");
		document.write(" src=\"http://www.thomascole.net/project/stats.asp?xScreenRes="+xScreenRes+"\"");
		document.write(" width=\"1\"");
		document.write(" height=\"1\"");
		document.write(" alt=\" \"");
		document.write(" style=\"display: none;\"");
		document.write(" />");
	}
