<!--
var bookmarkurl="http://www.gambling-systems.info"
var bookmarktitle="Gambling Systems"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
function openWindow(url,wide,tall) 
	{
	style = "width="+wide+",height="+tall+",left=30,top=30,toolbar=0,statusbar=0,scrollbars=0,resizable=1"
	window.open (url,"_blank", style)
	}
-->