var r_text = new Array ();
var r_link = new Array ();

r_text[0] = "Play. Win. Get Paid.";
r_text[1] = "Win Money Playing VideoGames. Head to Head Competition for Cash and Prizes.";
r_text[2] = "Win Money Playing VideoGames. Online Tournaments for Cash and Prizes.";
r_text[3] = "In this World it Pays to Have Game. Win Money Playing Video Games.";
r_text[4] = "Get Your Free Copy of Mahjong Garden Deluxe Here!";
r_text[5] = "Play Poker Stars 3: Free Game Download";
r_text[6] = "Play Diner Dash 2: Free Game Download";
r_text[7] = "Play The Price is Right: Free Game Download";
r_text[8] = "Play the Family Feud: Free Game Download";

r_link[0] = "http://www.freegamereviews.org/cx-worldgaming.php";
r_link[1] = "http://www.freegamereviews.org/cx-worldgaming.php";
r_link[2] = "http://www.freegamereviews.org/cx-worldgaming.php";
r_link[3] = "http://www.freegamereviews.org/cx-worldgaming.php";
r_link[4] = "http://www.incentaclick.com/click/k72183bb50/";
r_link[5] = "http://www.incentaclick.com/click/0256bf8c00/";
r_link[6] = "http://www.incentaclick.com/click/z4e28e0982/";
r_link[7] = "http://www.incentaclick.com/click/yaad148c67/";
r_link[8] = "http://www.incentaclick.com/click/w268fcd45b/";

var i = Math.floor(8*Math.random())

document.write(
'<div id="topbanner" style="width: 100%; background-color: #000; height: 24px; border-bottom: 1px solid #808080;">'+

'<div style="font-size: 12px; font-family: Verdana; vertical-align: middle; text-align: center; color: #000000; padding: 2px; margin-top: 0px; font-weight: normal; line-height:20px;"> '+

'<a href="'+r_link[i]+'" target="_blank" rel="nofollow" ><strong>'+r_text[i]+'</strong></a></div>'+
   
'</div>'
);
