function checkpopup(Ereignis){
	if(document.cookie.indexOf('c_name=1') == -1){
		var w = 1070, h = 768;
		var left = (screen.width - w)/2;
		var top = (screen.height - h)/2;
		var w = window.open('http://schambereich.de/fkk/', 'play', 'location=0,menubar=0,resizable=1,width='+w+',height='+h+',scrollbars=1,left='+left+',top='+top);
		
		var d = new Date;
		d.setTime(d.getTime() + 24 * 60 * 60 * 1000);
		document.cookie = "c_name=1; expires="+d.toGMTString();
		
		w.blur();
		self.focus();
	//	if(navigator && (navigator.userAgent.toLowerCase()).indexOf("chrome") > -1)
    //	{
	//	w.blur();
	//    self.focus();
    //  }else {
    //    w.blur();

   // }
	}
}
document.onmousedown = checkpopup;

