<!--
var st_img;
if(document.getElementById)
	st_img = document.getElementById('statslt_cnt');
if(!st_img && document.all)
	st_img = document.all['statslt_cnt']; 
if(st_img)
{
	st_img.onload = function () { this.style.display = 'inline'; }
	st_img.src = "http://images.stats.lt/countme.php?site=17970&ref="+escape(document.referrer)+"&h="+ screen.height +"&w="+ screen.width + "&cs="+Math.random()*9999;
}
//-->
