var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Billy The Mime
"; arnews[0] += "Sure, Man on Wire deserved the hell out of last month's Best Documentary Oscar, but we as a nation still have many a reality-film inroad to pave."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 22:02:58 GMT"; arnews[0] += "
"; arnews[1]="Strippers-on-a-truck promotion halted in Las Vegas
"; arnews[1] += "Wives phoned their husbands. Employees called in late to work. Friends sent mass texts: Free gas! Hundreds dropped what they were doing Friday morning and sped to the Chevron gas station on the northwest corner of University Drive and Pines Boulevard as word spread of a radio station promotion in which 10,000 gallons of gasoline was up for grabs."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 16:24:46 GMT"; arnews[1] += "
"; arnews[2]="Glenn Beck Loses Domain Dispute
"; arnews[2] += "Is the domain name a violation of Glenn Beck's intellectual property? The conservative commenter certainly thought so, but an arbitration panel at the World Intellectual Property Organization has ruled otherwise."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 05:52:54 GMT"; arnews[2] += "
"; arnews[3]="Back to school for Laurence Maroney
"; arnews[3] += "Yesterday was Take-Your- Laurence-Maroney -to-School Day for 12-year-old Tyler Hutchinson ."; arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 06:44:20 GMT"; arnews[3] += "
"; arnews[4]="Celebrities to get red carpet treatment at poker event
"; arnews[4] += "Celebrities and players who make it to Commerce Casino early for the Annie Duke Celebrity Poker Tournament for The Decision Education Foundation Thursday, Nov."; arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 20:32:22 GMT"; arnews[4] += "
"; arnews[5]="Poker Players Continue Their Philanthropic Ways
"; arnews[5] += "There are several worthwhile charity happenings in the poker industry to take note of as people once again prove how generous poker players can be."; arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 14:35:21 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("
");document.write("
");