// Agregar a favoritos
document.write('<img src="http://www.abcdatos.com/graficos/favoritos.gif" width="17" height="17" style="border:0" alt="ABCdatos en tus Favoritos"');
document.write('> ');
if (document.all) {
 document.write('<a href="javascript:window.external.AddFavorite(');document.write("'http://www.abcdatos.com/', 'ABCdatos.com')");
 document.write('" title="ABCdatos en tus favoritos">Tus favoritos</a>');
}
else if (window.sidebar) {
 document.write('<a href="javascript:window.sidebar.addPanel(');
 document.write("'ABCdatos.com', 'http://www.abcdatos.com/', '')");
 document.write('" title="Ten ABCdatos en tus favoritos">Tus favoritos</a>');
}
