if (document.location.href.indexOf(".be/")!=-1) document.location.href=document.location.href.replace(".be/",".com/");
function mouseoverinit() {
	if (!document.getElementById) return;
	preloads=new Array();
	imgs=document.getElementsByTagName('img');
	for (i=0;i<imgs.length;i++) {
		tt = imgs[i].attributes[imgs[i].attributes.length-1].name.toUpperCase();
		if (tt == "SWAP") {
			soff = imgs[i].getAttribute('src'); son = soff.replace("_off","_on");
			preloads[i] = new Image(); preloads[i].src = son;
			imgs[i].onmouseover = new Function("imgs["+i+"].src='"+son+"'");
			imgs[i].onmouseout = new Function("imgs["+i+"].src='"+soff+"'");
		}
	}
}
onload = mouseoverinit;
function popprivacy() {
	sx=screen.width/2-300;
	sy=screen.height/2-225;
	window.open("/en/library/privacy.htm",null,"width=600,height=450,left="+sx+",top="+sy+",scrollbars=yes");
}

document.write('<SCR'+'IPT SRC="http://stats.spiritus.be/stat.js" LANGUAGE="javascript"></SC'+'RIPT>');
