var href=document.location.hostname;
if (href == "www.lovepangs.com" || href == "lovepangs.com"){
	location.href = "http://www.lovepangs.com/lovepangs/";
}



window.defaultStatus = "c a r m e n b r u c i c";

onerror = stopError;

function stopError() {
	return true;
}

bild = new Image();

function change(name,ob){
	bild = eval("document."+name);
	bild.src = ob;
}

function popup(datei,breite,hoehe){
	F = window.open('','pop','width='+breite+',height='+hoehe+',resizable=no,scrolling=no,scrollbars=no');
	F.document.write('<html><head><title>zoom</title></head><body leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">'); 
	F.document.write('<img src="'+datei+'" style="cursor:pointer" onclick="self.close()" alt="Bild" title="[Fenster schlie&szlig;en]" />');
	F.document.write('</body></html>'); 
}


function hide_layer(x){
	if (document.layers)
		document.layers[x].visibility="hide";
	else if (document.all)
		document.all[x].style.visibility="hidden";
	else if (document.getElementById)
		document.getElementById(x).style.visibility="hidden";
}