//set inicio
function pag_inicio(obj){ 
    if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>3)){ 
        obj.style.behavior="url(#default#homepage)"; 
        obj.setHomePage('http://www.todosealquila.com/');
    } 
    else{ 
        alert("su navegador no dispone de esta opción"); 
    } 
} 
                   
//favoritos
var url="www.todosealquila.com" 
var titulo="Todosealquila.com - El Portal de Alquileres"
function agregar(){
if (document.all)
window.external.AddFavorite(url,titulo)
}



function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
