if(window.top.frames['mainFrame']){
	//alert("dins frame")
}else{
	//alert(self.location)
	document.location.href = "http://www.sauleda.com/index2.php?pag=" + self.location;
}

