function setAsHome()
{if(navigator.appName.indexOf('Microsoft')!=-1)
{bookmarksite('Golden Hat Bingo','http://www.goldenhatbingo.com')}
else if(navigator.appName.indexOf('Netscape')!=-1)
{var msg="Just drag this link onto your 'home' ";msg+="button to set this page as your ";msg+="default homepage!";alert(msg);}
else if(navigator.appName.indexOf('Opera')!=-1)
{var msg="Please go to Tools - Preferences ";msg+="- General and click 'Use current' ";msg+="to set this as your homepage! ";alert(msg);}
else
{var msg="Sorry, your browser doesn't allow ";msg+="scripts to set the default homepage. ";msg+="Please use your browser's 'options' dialog ";msg+="to do it! Thank you for your patience. ";alert(msg);}}
function addfav(){if(document.all)
window.external.AddFavorite(location.href,document.title);else if(window.sidebar)
window.sidebar.addPanel(document.title,location.href,"")}