var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Celebrities predict Colts stampede in Miami - Eagle-Tribune
"; arnews[0] += "The Colts are going to stampede the Saints today. That's the opinion of the majority of celebrities who participated in the 21st annual Scripps Howard Celebrity Super Bowl Poll. Out of the 100 famous folks who made predictions, 60 believe that the ..."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 07:41:00 GMT"; arnews[0] += "
"; arnews[1]="21st annual Scripps Howard Celebrity Super Bowl Poll - Wichita Falls Times Record News
"; arnews[1] += "Click here to view the Celebrities predict Colts stampede in Super Bowl. Click here to view the Twenty-five of Scripps Howard Celebrity Super Bowl Poll. MAYA ANGELOU, poet and author: Indianapolis, 28-16. Sadly, I must inform the New Orleans Saints ..."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 15:36:00 GMT"; arnews[1] += "
"; arnews[2]="Scipps Howard’s Annual Celebrity Super Bowl Poll - Nashua Telegraph
"; arnews[2] += "TED MCGINLEY, actor: Indianapolis, 34-14. Manning is the smartest QB ever to play the game. The Indy defense was able to walk over the Jets. I’m afraid that they will eat the Saints for breakfast. (But) my heart is with the Saints. I love Brees ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");