// JavaScript Document by www.facebook.com/secreto.especial

function objetoAjax(){
    var xmlhttp=false;
    try {
        xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
    } catch (e) {
        try {
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        } catch (E) {
            xmlhttp = false;
        }
    }
    if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
        xmlhttp = new XMLHttpRequest();
    }
    return xmlhttp;
}

function $1(el) {
    return document.getElementById(el);
}

var x = 0;
var Tiempo; 

var Inicio = true;
function HomePage(e){
		if(Inicio){
            if (document.all) {
                e.style.behavior='url(#default#homepage)';
                e.setHomePage('http://www.goinicio.info');
            } 
        return true;
	} else {return true;}
}


