var txt = "Favoritos";
var url = "http://www.rionegro.com.ar";
var who = "Diario Río Negro";


function book() {
    var ver = navigator.appName;
    var num = parseInt(navigator.appVersion);

    if ((ver == 'Microsoft Internet Explorer')) {
      document.write('<a class="lgr1" HREF="javascript:window.external.AddFavorite(url,who);"');
      document.write('>Favoritos</a>');
    }else{
		document.write('<A class="lgr1" HREF="#" onclick="Alerta();" ');
		document.write('">Favoritos</a>');
    }
}

function Alerta(){
	alert('Presione CTRL+D para agregar al Diario de Río Negro como sitio Favorito.');
}

function MM_openBrWindow(theURL,winName,features) {
    window.open(theURL,winName,features);
}

