<!-------------------------E X T E R N A L   J A V A S C R I P T------------------>

<!----------------------------------BANNER ROTATION------------------------------->

	adImages = new Array("images_banners/468x60buttons2.gif","images_banners/gocasino1.gif","images_banners/lnc_468x060_165.gif","images_banners/cpc_468p060_016.gif")
	adURL = new Array("windowscasino.com","http://gocasino.1cnp.com","luckynugget.com","capitalcasino.com")
	thisAd = 0
	imgCt = adImages.length

	function rotate() {
		if (document.images) {
			if (document.adBanner.complete) {
				thisAd++
				if (thisAd == imgCt) {
					thisAd = 0
				}
				document.adBanner.src=adImages[thisAd]
			}
		  	setTimeout("rotate()", 3 * 1000)
	  	}
	}
	
	function newLocation() {
		document.location.href = "http://www." + adURL[thisAd]
	}

<!----------------------------End BANNER ROTATION Script--------------------------->

<!-----------------------------------New Window------------------------------------>

function helppopGames1(url){
    helpWin=window.open(url,"downpop","width=520,height=405,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=no");
}

function helppopGames2(url){
    helpWin=window.open(url,"downpop","width=656,height=490,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=no");
}


<!-----------------------------------BOOKMARK PAGE--------------------------------->

function bookmark(url, description)
{
//***---This text will be shown to the visitor if it has Netscape.
netscape="First push OK and then hit CTRL+D to add a bookmark to this site."

if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}

<!-----------------------------End BOOKMARK PAGE Script---------------------------->


<!-----------------------------------OPEN NEW WINDOW------------------------------->

function newWindow(newWin) {
		newWindow = window.open(newWin, "newWin", "width=350,height=250")
		newWindow.focus()
	}

<!------------------------------End OPEN NEW WINDOW Script------------------------>


