// JavaScript Document
<!-- © stadtseite 2002  -->
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("copyright by House & Garden");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

if (navigator.appName.indexOf("Netscape") != -1){
document.write('bitte warten... weiterleitung läuft...')
window.location = "http://www.sofadiscount.de/shop/";}
document.write('bitte warten... weiterleitung läuft...')
if (navigator.appName.indexOf("Explorer") != -1){
window.location = "http://www.sofadiscount.de/shop/";}
else{
document.write('bitte warten... weiterleitung läuft...')
window.location = "http://www.sofadiscount.de/shop/";
}
// End -->
