function click () {
if (event.button==2) {
alert ('Danke für Ihren Besuch auf autoteile-king.de - Copyright 2009')
}
}
document.onmousedown=click


var win=null;

onerror = stopError;
function stopError(){
	return true;
}

function fensterln(){
 window.open('http://autoteile-king.de/auto-teile/?r=12','autoteileking','toolbar=no,scrollbars=no,width=800,height=500,top=40');
 window.blur();
 window.focus();
 parent.top.location.href='/ersatzteile.html';	
 setTimeout('win.close()', 1000);
}


