// JavaScript Document

function favoritos(){
   if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>4)) 
      window.external.AddFavorite('http://www.sudokumania.com.ar/','Sudoku Mania');
    else { 
         alert("Presione Crtl+D para agregar este sitio a sus Marcadores"); 
   }
}

function hacerInicio(){
  if (window.external){
   document.body.style.behavior="url(#default#homepage)";
   document.body.setHomePage("http://www.sudokumania.com.ar/");
   }
}