function image_onload () {
	var src = 'http://counter.top.am/?' + 'client_id=' + '14126&' + 'randnum='+ Math.random() + '&';
	src    += 'document_url=' + escape(document.URL) + '&' + 'referer=' +	escape(document.referrer) + '&' + 'resolution=' + window.screen.width +'x' + window.screen.height + '&screencolor=' + window.screen.colorDepth;
	var img = new Image(1,1);
	img.src = src; 
	img.onload=function() {} ;
	setTimeout(function() { document.getElementById('topAMIm').src ="http://counter.top.am/image/?client_id=14126&ni=4290"; }, 2000);
}
