var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Phantom gymnasts shine in recent meet
"; arnews[0] += "The Union Leader February 6, 2010 Saturday Pg. 04 564 words Phantom gymnasts shine in recent meet The Phantom gymnasts enjoyed top placements in the team competition as well as the individual events and all around competitions."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Girls: Pennfield turns back Parchment, 55-31
"; arnews[1] += "True, Kirsten Eriksson only scored two points in the Pennfield High girls' basketball team's KVA clash against host Parchment on Friday night."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Service projects aim to improve community
"; arnews[2] += "Allen, Sirial Prevention of Alcoholism Alston, Claire Teenage Pregnancy and Me Alston, Eric The Effects of Leukemia Alston, Shantal Suicide among teenagers Anderson, Amanda Seat belt safety Apfel, Shawn The effects of outsourcing Avera, Mallory Emotional effects of nursing homes on the elderly Baker, Maurice Homelessness in Bulloch County Black, ..."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 06:29:48 GMT"; arnews[2] += "
"; arnews[3]="Comments
"; arnews[3] += "Olympic critic Chris Shaw has seen firsthand what police are capable of doing to break up rallies."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 04:56:48 GMT"; arnews[3] += "
"; arnews[4]="Olympic protesters promise to be loud but peaceful
"; arnews[4] += "Somehow, despite a global meltdown and a local thaw, the hosts are ready. Vancouver is abuzz and the stage is set for a Winter Olympics with dazzling settings and story lines."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 04:04:09 GMT"; arnews[4] += "
"; arnews[5]="Professor Chris Shaw offers safety tips for Olympic protesters
"; arnews[5] += "Olympic critic Chris Shaw has seen firsthand what police are capable of doing to break up rallies."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 22:59:18 GMT"; arnews[5] += "
"; arnews[6]="USF Bulls right on target with Terrence Mitchell leading signing class
"; arnews[6] += "When Skip Holtz and his new USF staff sat down to look at video of Bulls recruiting targets, it didn't take long to be impressed with Hillsborough CB Terrence Mitchell."; arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 05:26:37 GMT"; arnews[6] += "
"; totcount = 7; 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("
");