var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Rick Morrissey: Curtis Granderson a good fit for Chicago Cubs
"; arnews[0] += "Statistics are sucking the life out of baseball. I know this to be true because some Cubs fans are concerned Curtis Granderson struck out too many times last year."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:43:01 GMT"; arnews[0] += "
"; arnews[1]="Super Sunday as top QBsclash
"; arnews[1] += "Peyton Manning and Tom Brady took different routes to the NFL but they have left indelible marks on the game."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:38:17 GMT"; arnews[1] += "
"; arnews[2]="Bling fling
"; arnews[2] += "Mountains of glitter, stands packed with celebrities and a $3 million bra: There definitely was no sign of the recession during the 14th annual Victoria's Secret fashion show."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Leo DiCaprio's mom? What is Gisele Bundchen thinking??
"; arnews[3] += "Gisele Bundchen , aka Mrs. Tom Brady [ stats ] , has reportedly asked her ex's mother, Irmelin DiCaprio , to be her baby's godmother."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:56:11 GMT"; arnews[3] += "
"; arnews[4]="Our exclusive backstage tour
"; arnews[4] += "The Victoria's Secret annual lingerie show is the Super Bowl of the fashion world, and likely the only fashion event where men jump over each other to get in the door."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");