var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="UPDATE 2-Toyota hearing delayed, regulators review Corolla
"; arnews[0] += "A U.S. congressional committee postponed a hearing scheduled for Wednesday to examine recent vehicle recalls and how Toyota Motor Co and regulators responded to reports of safety problems with big-selling cars."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:03:16 GMT"; arnews[0] += "
"; arnews[1]="Senate passes $1 billion bonding bill by 52-14 vote
"; arnews[1] += "\"Never, never vote against veterans,\" said Sen. Paul Koering, R-Fort Ripley, of the affirmative vote he cast."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:51:03 GMT"; arnews[1] += "
"; arnews[2]="Former UCLA softball star Natasha Watley, 4 p.m.
"; arnews[2] += "Watley hit .400 at the 2004 Olympic Games. Welcome to SportsNation! On Tuesday, USA Softball's Natasha Watley stops by to chat as a part of ESPN.com's tribute to Black History Month ."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:57:37 GMT"; arnews[2] += "
"; arnews[3]="Local speech groups take I rating at state
"; arnews[3] += "These Le Mars Community High School Large Group Speech students competed at the State Large Group Speech Festival Saturday in Le Mars."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:11:42 GMT"; arnews[3] += "
"; arnews[4]="Toyota hearing delayed, regulators review Corolla
"; arnews[4] += "A congressional committee postponed a hearing scheduled for Wednesday to examine recent vehicle recalls and how Toyota Motor Co and regulators responded to reports of safety problems with big-selling cars."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:13:26 GMT"; arnews[4] += "
"; arnews[5]="Drug Shows Promise for Huntington's Disease
"; arnews[5] += "That is the conclusion of a study published in the Archives of Neurology . \"This is the first clinical trial that has focused on what is perhaps the most disabling aspect of the disease,\" said University of Rochester Medical Center neurologist Karl Kieburtz, M.D., the lead author of the study."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:41:10 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("
");