var r = '';

if(siteID) {
	r = '?resolution=' + screen.width + 'x' + screen.height + '&cookieEnabled=' + navigator.cookieEnabled + '&siteID=' + siteID;
} else {
	r = '?resolution=' + screen.width + 'x' + screen.height + '&cookieEnabled=' + navigator.cookieEnabled;
}

//alert(r);
document.write('<script language="JavaScript" type="text/javascript" src="pageStatistics.php' + r + '"></script>');
