function clicker() { var thediv=document.getElementById('displaybox'); var thecont=document.getElementById('contentbox'); if(thediv.style.display == "none"){ thediv.style.display = ""; thecont.style.display = ""; }else{ thediv.style.display = "none"; thecont.style.display = "none"; } return false; } function showalt(id) { var content = ''; content += '
'+name+' has been removed from our list!
We highly recommend you to join one of the following similar websites instead.
'; content += '
  Rushmore Casino
 
Bonus:
$888/100%
 
Since:
2006
With over 80 amazing games to choose from at Rushmore you\'ll be able to enjoy a huge selection of 3 reel slots, 5 reel video slots featuring some terrific bonus rounds that\'ll boost your winnings.
 
  SlotsVille Casino
 
Bonus:
$4,000/100%
 
Since:
2011
Slotsville is one of the newest online casinos using RealTime Gaming software, get HUGE $4,000 BONUS!!! You will be entertained non-stop with their long list of superb casino games.
 
  Aladdins Gold Casino
 
Bonus:
$900/200%
 
Since:
2008
Aladdin\'s Gold are offering a staggering unlimited 200% deposit bonus for every deposit made during the first seven days of opening an account at Aladdin\'s Gold.
 
'; content += '
'; document.getElementById('showalt').innerHTML = content; }