var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Did High Stakes Poker Announce the Addition of Poker Pro Kara Scott too Soon?
";
arnews[0] += "High Stakes Poker has announced that Kara Scott will be taking the chair that used to be occupied by the ever unfortunate A.J. Benza.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:55:02 GMT";
arnews[0] += "
";
arnews[1]="WSOP Poker Pro Phil Hellmuth Should Take the Durrr Challenge
";
arnews[1] += "On the LaunchPoker.com MySpace page, we have posted a video of poker pros Phil Hellmuth and Tom Dwan being interviewed by the ever lovely Leeann Tweeden.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 04:48:57 GMT";
arnews[1] += "
";
arnews[2]="Phil Hellmuth on Poker: Eva Longoria Parker's A Queen
";
arnews[2] += "The paparazzi descend on San Antonio every year for a very special poker tournament and two celebrities in particular, Eva Longoria Parker and her husband, Tony Parker, actually look forward to the attention.";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Phil Hellmuth on Poker: Eva Longoria Parker's A Queen
";
arnews[3] += "The paparazzi descend on San Antonio every year for a very special poker tournament and two celebrities in particular, Eva Longoria Parker and her husband, Tony Parker, actually look forward to the attention.";
arnews[3] += "
Publ.Date : Sat, 19 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Eva Longoria Parker's a Queen
";
arnews[4] += "The paparazzi descend on San Antonio every year for a very special poker tournament and two celebrities in particular, Eva Longoria Parker and her husband, Tony Parker, actually look forward to the attention.";
arnews[4] += "
Publ.Date : Tue, 22 Sep 2009 12:05:42 GMT";
arnews[4] += "
";
arnews[5]="USO invites golfers, supporters to celebrity tourney at Trump
";
arnews[5] += "The Greater Los Angeles Area USO invites golfers and USO supporters to play in the fifth annual USO Celebrity Golf Tournament on Thursday at Trump National Golf Course.";
arnews[5] += "
Publ.Date : Tue, 15 Sep 2009 01:02:03 GMT";
arnews[5] += "
";
arnews[6]="Fundraiser shines with friends of Evaa s Heroes
";
arnews[6] += "When James Taylor sang \"You've Got a Friend\" at his Majestic Theatre concert on Wednesday, he could have been singing about actress Eva Longoria Parker and Tony Parker.";
arnews[6] += "
Publ.Date : Sun, 13 Sep 2009 04:37:58 GMT";
arnews[6] += "
";
arnews[7]="UltimateBet and Phil Hellmuth Ante Up for Eva Longoria's Charity
";
arnews[7] += "Founded by \"Desperate Housewives\" star Eva Longoria, Eva's Heroes is dedicated to enriching the lives of those with developmental challenges and helping children and young adults with special needs to integrate and flourish in society.";
arnews[7] += "
Publ.Date : Sat, 12 Sep 2009 04:28:37 GMT";
arnews[7] += "
";
totcount = 8;
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("