function opennewwindow(URLtoOpen, windowFeatures){
	var r = Math.round(Math.random()*1000);
	var windowName = "fullscreenwindow_"+r.toString();
	newWindow=window.open(URLtoOpen, windowName, windowFeatures);
	newWindow.focus()
}

/* ------------------------------------------------------------------------------------------
   ------------------------------------- NET PILOTS Statistik -------------------------------
   ------------------------------------------------------------------------------------------ */   
var rr = Math.round(Math.random()*100000);
var dummyNet = rr.toString();
var imgNet = new Image();
var id = 7497;
imgNet.src="http://www.netpilots.se/log.php?id=" + id + "&dummy="+dummyNet+"&referer="+escape(document.referrer)+"&page="+ escape(document.location.href); 

/* ---------------------------------- END NET PILOTS Statistik ----------------------------- */

