$(document).ready(function(){$("a.Agregar").click(function(e){e.preventDefault();var bookmarkUrl=this.href;var bookmarkTitle=this.title;if(window.sidebar){window.sidebar.addPanel(bookmarkTitle,bookmarkUrl,"");}else if(window.external||document.all){window.external.AddFavorite(bookmarkUrl,bookmarkTitle);}else if(window.opera){$("a.Agregar").attr("href",bookmarkUrl);$("a.Agregar").attr("title",bookmarkTitle);$("a.Agregar").attr("rel","sidebar");}else{alert('Tu Navegador no permite agregar a marcadores.');return false;}});});function InstalarBuscador(){if((typeof window.sidebar=="object")&&(typeof window.sidebar.addSearchEngine=="function")){window.sidebar.addSearchEngine("http://www.imperiojuegos.net/funciones/buscafirefox.src","http://www.imperiojuegos.net/imagenes/banners/busquedafirefox.gif","Juegos Online","");}else{alert("Tienes que descargarte Firefox");location='index.html';}}
