var id = (id);
var cpu = navigator.cpuClass; //- The users CPU (eg. x86 for intelbased systems) 
//var platform = navigator.platform; // - The platform (eg. win32 for Windows 95) 
var resolution = window.screen.width + "x" + window.screen.height;  
var color = screen.colorDepth; //- The colordepth (bites per pixel, IE only) 
var appname = navigator.appName; //- The name visitors browser 
//var language = navigator.browserLanguage; //- The language of the visitors browser 
var cookie = navigator.cookieEnabled; //- True or false 
var ja_va = navigator.javaEnabled(); //- True or false 
var ref = escape(document.referrer); //- The site where the visitor comes from.
var urele = document.URL; 
var address = ("?id="+id+"&cpu="+cpu+"&resolution="
					+resolution+"&color="
					+color+"&appname="
					+appname+"&cookie="
					+cookie+"&java="
					+ja_va+"&referrer="
					+ref+"&urele="
					+urele);
document.write("<a href='http://www.clearstats.eu/info/?id="+id+"'><img border='0' src='http://www.clearstats.eu/stat.php"+address+"' alt='Clearstats.eu'></a>");

//nu uita sa schimbi rahatu de adresa
