// --------------------------------- Rotation for US Players Warning ---------------------------------
function USWarningRotation() {

text = new Array();
number = 0;

// textArray
text[number++] = "<p>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!</p>"
text[number++] = "<p>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++] = "<p>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.</p>"
text[number++] = "<p>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.</p>"
text[number++] = "<p>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++] ="<p>USA Deposits Allowed <a href=http://www.gamblinggourmet.com/usa-players-casinos.html>Casino Sites</a></p>"

// keep adding items here...

increment = Math.floor(Math.random() * number);

usflag = "<img src=http://www.gamblinggourmet.com/images/us_flag.gif alt=\'USA Flag\' width=45 height=24 hspace=4 border=0>";
document.write(text[increment]);
}

