function makestat(host) {
var statmachine_param = "?host="+host+"&sw="+screen.width+"&sh="+screen.height+"&bp="+screen.colorDepth;

	setTimeout(function(){ document.getElementById('t3000Stat').src = 'http://statistic.t3000.net78.net/statistic.php' + statmachine_param; }, 1422);
//	document.getElementById('t3000Stat').src = 'http://statistic.t3000.net78.net/statistic.php' + statmachine_param;
//	document.write('<a href="http://statistic.t3000.net78.net/statistic.php' + statmachine_param + '" target="_blank"/>aaaa</a>');
//	alert(document.getElementById('t3000Stat').src);
}

var loaded = 0;
function resolution(host) {
var statmachine_param = "?host="+host+"&sw="+screen.width+"&sh="+screen.height+"&bp="+screen.colorDepth;

	if( loaded == 0 ) {
		loaded = 1;
		document.getElementById('t3000Stat').src = 'http://statistics.t3000.net78.net/statistics.php' + statmachine_param;
	}
}
