function fillVisitorInfo()
{
	var lvUrl = addActiveSectionQueryValue(window.urlprefix + "/shared/pages/visitorinfo.aspx?w=" + screen.width + "&h=" + screen.height);
	var lvDoc = new THTTPDoc(lvUrl);
}

attachEvt(window, "load", fillVisitorInfo);