function CreateBookmarkLink() 
{
	title = "Juegos Total - La web mas divertida para jugar juegos gratis"; 
	url = "http://www.juegostotal.com.ar";
	if(window.sidebar) // Mozilla Firefox Bookmark
	{	window.sidebar.addPanel(title, url,""); return;	} 
	if(window.chrome) // Google Chrome Bookmark
	{	alert('Presiona ctrl+D para agregar a favoritos, en tu Chrome, luego de cerrar esta ventana');  return;	} 
	if(window.external ) // IE Favorite
	{ 	window.external.AddFavorite( url, title); return; }
	alert('Presiona ctrl+D para agregar a favoritos luego de cerrar esta ventana');
}
