// JavaScript Document

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

function favoritos(){
switch(navigator.appName)
{
  case "Microsoft Internet Explorer":
    window.external.AddFavorite("http://www.sudokumania.com.ar/","Sudoku Mania"); break
  case "Netscape":
    alert("Presione Crtl + D para agregar este sitio a tus Marcadores"); break
  case "Firefox":
    alert("Presione Crtl + D para agregar este sitio a tus Marcadores"); break
  case "Opera":
    alert("Presione Crtl + Mays + T para agregar este sitio a tus Preferidos"); break
}
}

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