
function getStatsimage(iMyid) {
	document.write('<img src="/backnet/ext/stat/collect.asp?id=' + iMyid + '&amp;size=' + screen.width + 'x' + screen.height + '&amp;depth=' + screen.colorDepth + '&amp;referer=' + escape(document.referrer) + '" width="1" height="1" border="0">');
}

