var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="The Wednesday Morning Rush for 2-10-10
"; arnews[0] += "Good Morning, it's Wednesday February 10, 2010... It's days like Tuesday when I'm glad I'm in sports and not in weather."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:30:29 GMT"; arnews[0] += "
"; arnews[1]="Fourth annual Missouri Grand Prix info
"; arnews[1] += "Michael Phelps is coming to town. The fourth annual Missouri Grand Prix swimming competition expects to draw a large crowd this weekend to the Mizzou Aquatics Center in large part because the world-renowned athlete will compete."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:29:49 GMT"; arnews[1] += "
"; arnews[2]="Is genius genetic or is it nurtured?
"; arnews[2] += "Though he received a MacArthur Foundation \"genius\" grant for his work in paleontology, Christopher Beard doesn't consider himself a wunderkind or believe he was genetically predestined for success."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:35:51 GMT"; arnews[2] += "
"; arnews[3]="Skiing Sensation Lindsey Vonn Poses For SI's Swimsuit Issue
"; arnews[3] += "Loading ... Just days after immense controversy over a previous Sports Illustrated cover featuring American skiing sensation Lindsey Vonn in a suggestive skiing position, she's once again appearing in SI and this time, it's pretty obvious what SI's trying to sell."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:07:31 GMT"; arnews[3] += "
"; arnews[4]="Cleveland rapper brings rhymes to Columbus
"; arnews[4] += "Chip Tha Ripper will be performing music from his new compilation, 'The Cleveland Show,' at Skully's on High Street Friday."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:11: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("
");