var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Area teams ready to get splashing - Bowling Green Daily News
"; arnews[0] += "... Lauren Walker (200m individual medley, 500m freestyle), Paige Fields (100m freestyle, 100m breaststroke), Makenzie Brumitt (200m freestyle), Goodman Johnson (1-meter dive) and Rachel Smith (50m freestyle). In relay action, Walker, Brumitt ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:53:00 GMT"; arnews[0] += "
"; arnews[1]="Grief counseling provided students - Cleveland Daily Banner
"; arnews[1] += "GRIEF-ITTI — Students at Blythe-Bower Elementary decorate a “Grief-itti” banner while participating in a new grief support group at the school. The support group was started by the school’s counselor, Laura Murray. Photo submitted Blythe ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:15:00 GMT"; arnews[1] += "
"; arnews[2]="Forum Health Northside Medical Center - Vindy.com
"; arnews[2] += "Dominique Mason and O’Keefe Brown, girl, Nov. 15. Marketta Howard, Warren, girl, Nov. 15. Crystal Johnson and Kendal Ware, Youngstown, boy, Nov. 15. St. Joseph Health Center Jessica and Kevin Hampton, Newton Falls, girl, Nov. 13. Rachel Smith and ..."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 05:52:00 GMT"; arnews[2] += "
"; arnews[3]="High school musical with an edge: 'Little Shop of Horrors' visits ... - Fort Morgan Times
"; arnews[3] += "Adam Hofman plays the “heavy,” a dentist who is Seymour's rival for the affections of Audrey, played Thursday and Friday by Sam Walter and Saturday and Sunday by Rachel Smith. Walter is leaving for New York City along with Malorie Winberg (who is ..."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 20:50:00 GMT"; arnews[3] += "
"; arnews[4]="La Verne edges Redlands in 5 - San Bernardino County Sun
"; arnews[4] += "Cal Lutheran (21-12), the third-place finisher in the SCIAC, was led by freshman outside hitter Rachel Smith with 13 kills, 23 digs and two aces."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 08:03: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("
");