function Statwrite()
{
var statlink='';
statlink += '<img src=\"statimg.php?'
statlink += 'syslang='+navigator.browserLanguage+'&'
statlink += 'cookieenabled='+navigator.cookieEnabled+'&'
statlink += 'pagecall='+window.location.href+'&'
statlink += 'historisize='+window.history.length+'&'
statlink += 'colordepth='+window.screen.colorDepth+'&'
statlink += 'screenwidth='+window.screen.width+'&'
statlink += '\" WIDTH=\"10\" HEIGHT=\"10\" ALT=\"Statisiky\" BORDER=\"0\">'
return statlink;
}

//<script language="JavaScript1.2" src="inc/stat.js">
//<script language="JavaScript">
//document.write (Statwrite());
//</script>