
function park(n){ document.location.href=n; } 

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function writeEmail(){
	document.write("<a href=\"mail");
	document.write("to:in");
	document.write("fo@oys");
	document.write("ter-w");
	document.write("eb.co.u");
	document.write("k\">info@");
	document.write("oys");
	document.write("ter-w");
	document.write("eb.c");
	document.write("o.u");
	document.write("k</a>");

}

function writeEmail2(){
	document.write("in");
	document.write("fo@oys");
	document.write("ter-w");
	document.write("eb.co.u");
	document.write("k");
}

var urchinloadinterval = null;
var urchinloading = false;
function loadUrchin() {
   if (self.urchinloaded){
	  	if(window.urchinTracker){
			_uacct = "UA-1591116-1";
	   		clearInterval(urchinloadinterval);
			urchinTracker();
		}
   }
   if(!urchinloading){
	   var head = document.getElementsByTagName("head")[0];
	   script = document.createElement('script');
	   script.id = 'urchinloaded';
	   script.type = 'text/javascript';
	   script.src = "http://www.google-analytics.com/urchin.js";
	   head.appendChild(script);
	   urchinloading = true;
   }
 }