 if(top!=self)
  {
    top.location=self.location;
  }
  
  
function adresse(addy) {
	window.location.href = addy;
}