var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Poker Stars Million Dollar Challenge Returns Sunday on Fox
";
arnews[0] += "The premiere of the PokerStars Million Dollar Challenge was the most watched poker television show in U.S. history, with more than four million viewers tuning in, easily beating out the World Series of Poker final table on ESPN , and after a short hiatus, the show will continue its first season with a new episode this Sunday, right after FOX 's NFL ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:18:32 GMT";
arnews[0] += "
";
arnews[1]="The Hills: Jayde Nicole Insists She's Still with Brody, Battles Award-Winning Kristin
";
arnews[1] += "Kristin Cavallari has been making and breaking up relationships on The Hills lately, from the Audrina-Justin triangle and now to the Jayde-Brody one.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:49:03 GMT";
arnews[1] += "
";
arnews[2]="Kristin Cavallari 'Came Back With A Vengeance,' Stephanie Pratt Says
";
arnews[2] += "Stephanie Pratt has avoided any significant drama with Kristin Cavallari on this season of \"The Hills,\" so she was happy to help honor K.Cav as Comeback of the Year at the Us Weekly Hot Hollywood Awards on Wednesday in Los Angeles.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:21:00 GMT";
arnews[2] += "
";
arnews[3]="IRS to Joe Francis: Watch Your Back ... Taxes
";
arnews[3] += "When he's not beating up Jayde Nicole , Joe Francis certainly isn't paying taxes.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:18:03 GMT";
arnews[3] += "
";
arnews[4]="Joe Francis - Girls Gone Wild Boss Sued for $34 Million
";
arnews[4] += "Caption: Joe Francis outside Beso Restaurant in Hollywood Los Angeles, California .... GIRLS GONE WILD founder JOE FRANCIS' fortune is on the line - tax officials in America want almost $34 million of it.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:26:38 GMT";
arnews[4] += "
";
arnews[5]="Hillary-Fabian: A love link
";
arnews[5] += "BORN crooner Fabian Forte says it was \"f------ incredible\" that Secretary of State Hillary Clin ton said during a speech Friday in the Philippines that she'd had a crush on him.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 23:28:55 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("