function checkFrame(){
	if(top.location != "http://www.sofiaroca.com/index.php" && top.location != "http://sofiaroca.com/index.php" && top.location != "http://sofiaroca.com/" && top.location != "http://www.sofiaroca.com/"  && top.location != "http://sofiaroca.com" && top.location != "http://www.sofiaroca.com"){
		document.location.href = "http://www.sofiaroca.com/index.php";
	}
}