var arnews = new Array(2); totcount = 2; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Greg Raymer – Poker Player Profile - Poker News Daily "; arnews[0] += "One of the truths of the World Series of Poker Championship Event is that, since Juan Carlos Mortensen won the World Championship in 2001, only non-professional (some would say “amateur”) players have won what is ..."; arnews[0] += " Publ.Date : Thu, 26 Aug 2010 21:52:00 GMT"; arnews[0] += " "; arnews[1]="Dems dodging Berrios - Chicago Tribune "; arnews[1] += "On July 25 we wrote about all the top Illinois Democrats who, in 2006, sabotaged their own credibility by endorsing Todd Stroger for president of the Cook County Board . That Roster of the Foolish — will ..."; arnews[1] += " Publ.Date : Wed, 01 Sep 2010 23:40:00 GMT"; arnews[1] += " "; totcount = 2; 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(" |