function sideboxbanners()
{

mylink = new Array();
mybanner = new Array();
mytext = new Array();

linkindex = 0;
bannerindex = 0;
textindex = 0;


// *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?casinoshare";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/casinoshare1.gif";
mytext[textindex++] = "Casino Share";

//Casino *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?blackjackballroom";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/blackjackballroom1.gif";
mytext[textindex++] = "Blackjack Ballroom Casino";

// *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?vegasjoker";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/vegasjoker1.gif";
mytext[textindex++] = "Vegas Joker Casino";

// Casino *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?musichall";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/musichall1.gif";
mytext[textindex++] = "Music Hall Casino";

//vegascasinoonline *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?vegascasinoonline";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/vegascasinoonline1.gif";
mytext[textindex++] = "Vegas Casino Online";

// *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?casinoaction";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/casinoaction1.gif";
mytext[textindex++] = "Casino Action";

//sunpalace Casino *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?sunpalace";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/sunpalace1.gif";
mytext[textindex++] = "Sun Palace Casino";

//slotsplus *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?slotsplus";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/slotsplus1.gif";
mytext[textindex++] = "Slots Plus Casino";

//vegascasinoonline *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?grandmondial";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/grandmondial1.gif";
mytext[textindex++] = "Grand Mondial Casino";

//quatro *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?quatro";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/quatro1.gif";
mytext[textindex++] = "Quatro Casino";

//*************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?playerspalace";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/playerspalace1.gif";
mytext[textindex++] = "Players Palace Casino";

// *************************************************************
mylink[linkindex++]="http://www.gamblinggourmet.com/cgi-bin/out.pl?nostalgia";
mybanner[bannerindex++]="http://www.gamblinggourmet.com/banners/125x125/nostalgia1.gif";
mytext[textindex++] = "Nostalgia Casino";



// Ignore in older Netscape

if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); }


//Show a banner
var randomindex = Math.floor(Math.random() * bannerindex);


//Text link is important becasue some browsers block banners from appearing based on image size
document.write('<p><a target=_blank href=\"' + mylink[randomindex] + '\">' + mytext[randomindex] + '</a><br>');
document.write('<a target=_blank href=\"' + mylink[randomindex] + '\"><img src=\"' + mybanner[randomindex] + '\" border=0 width=125 height=125></a></p><br><hr>');

}


// --------------------------------- Rotation for US Players Warning ---------------------------------
function USWarningRotation() {

text = new Array();
number = 0;

// textArray
text[number++] = "UNITED STATES PLAYERS:<br>Most online casinos are now not accepting US players.<a href=http://www.gamblinggourmet.com/usa-players-casinos.html>Click here</a> to view casinos still open to US players!"
text[number++] = "ATTENTION US CASINO PLAYERS<br>Almost all online casinos do not take US players now.<br><a href=http://www.gamblinggourmet.com/usa-players-casinos.html>Click here to see those casinos that will still accept US players!</a>"
text[number++] = "PLAYERS BASED IN THE US<br><a href=http://www.gamblinggourmet.com/usa-players-casinos.html>CLICK HERE</a><br>Due to legal reasons many online casinos do not accept US players anymore, but we have listed on <a href=http://www.gamblinggourmet.com/usa-players-casinos.html>this page</a> those that still do."
text[number++] = "AMERICAN PLAYERS<br><a href=http://www.gamblinggourmet.com/usa-players-casinos.html>CLICK HERE</a><br>Players from the USA need to <a href=http://www.gamblinggourmet.com/usa-players-casinos.html>click here</a> to view casinos that still allow players from the USA to play."
text[number++] = "US PLAYERS:<br>Most casinos do not allow US players or deposits anymore.<br><a href=http://www.gamblinggourmet.com/usa-players-casinos.html>Click here</a> for Casinos That Accept US players."
text[number++] ="<a href=http://www.gamblinggourmet.com/usa-players-casinos.html>USA Deposits Allowed Casino Sites</a>"

// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);
}

