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 += '
  Play65
 
Bonus:
$20
 
Game:
Backgammon
 
  BGRoom
 
Bonus:
$100
 
Game:
Backgammon
 
  Rummy Royal
 
Bonus:
$200
 
Game:
Rummy
 
'; content += '
'; document.getElementById('showalt').innerHTML = content; }