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 += '
  Titan Poker
 
Bonus:
$200
 
Since:
2005
Exciting online poker room that is quickly becoming the favorite for many players. Realistic and player-friendly software offers a wide range of tournament and ring game play, including progressive and tournaments.
 
  LuckyAcePoker
 
Bonus:
$400
 
Since:
2008
LuckyAcePoker is powered by 888 and part of the 888 network, with 24/7 Customer Support, and an experienced team aimed at making your gaming experience enjoyable, safe, and secure, this poker room is a must!
 
  Virgin Poker
 
Bonus:
$200
 
Since:
2005
Virgin Poker is all about value. Apologies for the marketing speak but we\'ve tried to pack as much extra value into the great game of poker as possible, we think you\'ll get a taste for the real thing pretty quickly.
 
'; content += '
'; document.getElementById('showalt').innerHTML = content; }