var params = {
   loop: "true",
   wmode: "transparent",
   bgcolor: "#ffffff"
};
swfobject.embedSWF("mundonu.swf", "mundonu", "152", "142", "6.0.65", false, false, params, false);
swfobject.embedSWF("amdeublanco.swf", "amdeu", "180", "26", "6.0.65", false, false, params, false);
$(document).ready(function(){
  $("#gomer").click(function(){
    $("#versar").animate( { fontSize:"-=4px" }, 1500 );
  });
  $("#gomera").click(function(){
    $("#versar").animate( { fontSize:"19px" }, 1500 );
  });
  $("#total").hide();
  $("#acceso").click(function(){
    $("body").css("background-image", "url(images/onuninos.gif)");
    $("body").css("background-attachment", "fixed");
    $("#total").show("slow");
    $("#entrando").toggle("slow");
    $("#ninonus").toggle("slow");
  });
});
function browserSupportsAjax(){
   if (typeof XMLHttpRequest == "undefined" && typeof ActiveXObject == "undefined" && window.createRequest == "undefined"){
       return false;
   }
   return true
}
function ActiveXEnabledOrUnnecessary (){
    if (typeof ActiveXObject != "undefined"){
        var xhr = null;
        try{
            xhr=new ActiveXObject("Msxml2.XMLHTTP");
        }catch (e){
            try{
                xhr=new ActiveXObject("Microsoft.XMLHTTP");
            }catch (e2){
                try{
                    xhr=new ActiveXObject("Msxml2.XMLHTTP.4.0");
                }catch (e3){
                    xhr=null;
                }
            }
        }
        if (xhr == null){
           return false
        }
    }
    return true;
}
