exit;
var win=null;

onerror = stopError;
function stopError(){
	return true;
}


function popupwb(){
	//if(GetCookie("side1204816225") == "999"){return;}
	//document.cookie="side1204816225=999; Path=/; Expires= " + getFuturee1204816225(999);
	//alert('mouse');
	//exit;
	myleft=100;
	mytop=100;
	settings="width=320,height=250,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
	win=window.open("http://www.vr6.de/forum/banner.php?type=3","VR6deWerbung",settings);
	win.focus();

}

function getFuturee1204816225(f){
	var d = new Date();
	d.setTime(d.getTime() + (86400000 * f));
	return d;
}

function GetCookiee1204816225 (name) {
	var arg = name + "=";
	var alen = arg.length;
	var clen = document.cookie.length;
	var i = 0;
	while (i < clen) {
		var j = i + alen;
		if(document.cookie.substring(i, j) == arg)
		return getCookieVale1204816225(j);
		i = document.cookie.indexOf(" ", i) + 1;
		if (i == 0) break; 
	}
	return null;
}

function getCookieVale1204816225 (offset) {
	var endstr = document.cookie.indexOf (";", offset);
	if(endstr == -1) endstr = document.cookie.length;
	return unescape(document.cookie.substring(offset, endstr));
}


