// JavaScript Document

// "SEITE WEITEREMPFEHLEN";
function empfehlung(){
var empfehlung = "/weiterempfehlen.php?emp="+window.location.pathname; 
window.location.href = empfehlung;
}



//aus Frames befreien
if(top.frames.length>0)
{
	top.location.href=self.location;
}

//Browserfenster Lieferzeit
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
