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 += '
  Virgin Bingo
 
Bonus:
$250/100%
 
Since:
2005
 
  Bingo Day
 
Bonus:
$120/110%
 
Since:
2005
 
  888Ladies
 
Bonus:
£100/150%
 
Since:
2007
 
'; content += '
'; document.getElementById('showalt').innerHTML = content; }