function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<span class="tbold">Play For Free : </span>Get $500 FREE at &nbsp;<span class="green"><a href="http://www.allonlineslots.com/cgi-bin/go.cgi?l=jackpotcity" target="_blank">Jackpot City</a></span> (No USA)'
mycontent[2]='<span class="tbold">Monthly Bonuses : </span>Get up to $5000 Free at &nbsp;<span class="green"><a href="http://www.allonlineslots.com/cgi-bin/go.cgi?l=allslots" target="_blank">All Slots</a></span> (No US Players)'
mycontent[3]='<span class="tbold">Double Bonus : </span>Get $1500 FREE at &nbsp;<span class="green"><a href="http://www.allonlineslots.com/cgi-bin/go.cgi?l=platinumplay" target="_blank">Platinum Play</a></span> (No US Players)'
mycontent[4]='<span class="tbold">Slot Tournaments : </span>Check out the FREE Tournaments at &nbsp;<span class="green"><a href="http://www.allonlineslots.com/cgi-bin/go.cgi?l=superslots" target="_blank">Super Slots Casino</a></span>'
mycontent[5]='<span class="tbold">No Download : </span>Play Instantly with a $100 Bonus at &nbsp;<span class="green"><a href="http://www.allonlineslots.com/cgi-bin/go.cgi?l=slotland" target="_blank">Slotland</a></span>'
mycontent[6]='<span class="tbold">FREE Cash : </span>Collect your $1000 Bonus at &nbsp;<span class="green"><a href="http://www.allonlineslots.com/cgi-bin/go.cgi?l=spinpalace" target="_blank">Spin Palace</a></span> (No US Players)'
mycontent[7]='<span class="tbold">Top Pick : </span>Collect your $1000 Bonus at &nbsp;<span class="green"><a href="http://www.allonlineslots.com/cgi-bin/go.cgi?l=slotsgalore" target="_blank">Slots Galore Casino</a></span>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
