<!--
function addbookmark() {
	if (document.all)
		window.external.AddFavorite('http://www.iapuestas.com','iApuestas.com')
	else
   		alert("Tu navegador no soporta esta caracteristica")
}
function popup(url, name, height, width, resizable, scrollbars) {
	window.open(url,name,"height="+height+", width="+width+", toolbar=0, location=0, directories=0, menubar=0, status=0, resizable="+resizable+", scrollbars="+scrollbars+", left="+((screen.width - width) / 2)+", top="+((screen.height - height) / 2))
}
-->
