var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Professionals Take On Amateurs In The Pro-Am Poker Equalizer
";
arnews[0] += "The Pro-Am Poker Equalizer is a televised poker tournament that pits professional poker players against celebrities in a game of Texas Holda em.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:01:40 GMT";
arnews[0] += "
";
arnews[1]="Topless Poker Dealers Cited in Police Report
";
arnews[1] += "When police busted 20 people in a poker game, they noticed the dealers were half dressed.";
arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 14:51:47 GMT";
arnews[1] += "
";
arnews[2]="PokerStars' NAPT Looks for Success in a Crowded Market
";
arnews[2] += "Rumors of a North American Poker Tour to accompany PokerStars' European, Asia-Pacific, and Latin American Poker Tours had been circulating through the industry for years and by the end of 2009, most of us had given up hope of seeing this plan come to fruition.";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 17:44:28 GMT";
arnews[2] += "
";
arnews[3]="The Growing Epidemic Of Online Poker Cheating a " Part I
";
arnews[3] += "Online poker cheating has grown to epic proportions. While most of us play online poker to sharpen our skills and learn more about the game, some online players are taking liberties with the easy access to these sites to cheat at poker.";
arnews[3] += "
Publ.Date : Wed, 09 Dec 2009 13:48:11 GMT";
arnews[3] += "
";
arnews[4]="Poker Books - Poker Pro Doyle Brunson Writes His Autobiography
";
arnews[4] += "In the days before there was an internet for a new generation of poker playing kids to learn the game on, Doyle Brunson wrote a book called a oeHow I Made Over $1,000,000 Playing Pokera .";
arnews[4] += "
Publ.Date : Fri, 27 Nov 2009 23:09:56 GMT";
arnews[4] += "
";
arnews[5]="Sophomores power Eagles over Alameda
";
arnews[5] += "Pictured above, Meghan Metcalf pounded out a career-high a 20 kills in the match with Alameda.";
arnews[5] += "
Publ.Date : Wed, 25 Nov 2009 21:05:36 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("