var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="CURRENTS: UACT presents a modern musical of Broadway favorites
"; arnews[0] += "Actors sing a song from RENT during a practice in the Betty Long Unruh Theatre last week."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 21:34:25 GMT"; arnews[0] += "
"; arnews[1]="New Advice: Skip Mammograms In 40s, Start At 50
"; arnews[1] += "An independent and influential task force that advised the federal government to recommended that women under 50 not get routine mammography to screen for breast cancer."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:01:15 GMT"; arnews[1] += "
"; arnews[2]="Girl Suffers Eye Damage From Freak Accident
"; arnews[2] += "A local eye doctor is raising awareness about a dangerous trick more and more kids are doing these days."; arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 23:03:29 GMT"; arnews[2] += "
"; arnews[3]="Vaccine May Help Smokers Kick Habit
"; arnews[3] += "Local researchers are investigating a new approach to help people stay off cigarettes."; arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 22:37:17 GMT"; arnews[3] += "
"; arnews[4]="Chapter GY of P.E.O will meet
"; arnews[4] += "Chapter GY of P.E.O. will meet at 7 p.m. Thursday, Nov. 12, at the home of Heather Unruh."; arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 13:29:30 GMT"; arnews[4] += "
"; arnews[5]="New Guidelines On Flu Shots In Egg Allergic Children
"; arnews[5] += "Up until now, if a child had an egg allergy, it would not have been recommended that the child should get vaccinated against the flu."; arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 22:39:06 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("
");