function checkIndex(){
var pagina = location.pathname;
if (!parent.topFrame) {
top.location.href="http://www.arreguipropiedades.com.ar/index.php?p="+pagina;
}
}
checkIndex();