var screen_width = null;
var screen_height = null;
var resolution = null;
screen_width = screen.width;
screen_height = screen.height;
color_depth = screen.colorDepth;
if (screen_width < 1) screen_width=0;
if (screen_height < 1) screen_height=0;
if (color_depth < 1) color_depth=0;

var webStat = new Image();
if (WS_Page=='') WS_Page = document.location.href;
if (WS_Ref!='') WS_Ref = "&R=" + WS_Ref; else WS_Ref = "";
if (WS_noQuery==1) WS_noQuery = "&bQ=1"; else WS_noQuery = "";
if (WS_noSession==1) WS_noSession = "&bS=1"; else WS_noSession = "";
webStat.src = "/SGCstats/Count-Include.asp?W=" + screen_width + "&H=" + screen_height + "&C=" + color_depth + "&P=" + WS_Page + WS_Ref + WS_noQuery + WS_noSession;
