var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Vonn says bruised shin could limit training
"; arnews[0] += "U.S. skiing star Lindsey Vonn revealed Wednesday she bruised her right shin while training last week and might skip some practice sessions at the Olympics but plans to race."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:45:44 GMT"; arnews[0] += "
"; arnews[1]="People in the News
"; arnews[1] += "A photo of model Brooklyn Decker , the 22-year-old wife of tennis star Andy Roddick , has been chosen as the cover shot for the Sports Illustrated swimsuit edition."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:14:37 GMT"; arnews[1] += "
"; arnews[2]="Inspired East Lyme delivers
"; arnews[2] += "East Lyme High School might need to consider watching movies together more often."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:48:28 GMT"; arnews[2] += "
"; arnews[3]="Charley Walters: Wolves President David Kahn says he can picture sellout crowds at Target Center.
"; arnews[3] += "David Kahn, who is in his first season as Timberwolves president of basketball operations, said he 'absolutely' envisions a time when all Target Center seats are filled for games."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:31:31 GMT"; arnews[3] += "
"; arnews[4]="ACE Group Classic notebook: County commissioners honor First Tee of Naples/Collier
"; arnews[4] += "The Board of Collier County Commissioners has been watching. Tuesday, the commissioners declared Thursday will be First Tee Day in Collier County."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:05:57 GMT"; arnews[4] += "
"; arnews[5]="USOC chief keeping silence about Olympic medal prediction
"; arnews[5] += "RICHMOND, British Columbia At long last, Mike English is making a prediction for the Olympics: He won't predict the medal count for the upstart but underdog Americans."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:09:52 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("
");