var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Premier stars light up Alderley Edge
"; arnews[0] += "THE countdown to Christmas has started in Alderley Edge and the village is aglow after the festive lights were switched on Thursday ."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:55:32 GMT"; arnews[0] += "
"; arnews[1]="Govs girls cross country team wins back-to-back NEPSTA titles
"; arnews[1] += "Amid heavy rain, strong wind gusts, rain and 3 miles of slop, The Governor's Academy girls cross country team came full circle last Saturday."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:24:20 GMT"; arnews[1] += "
"; arnews[2]="Mourners grieve Cameron man shot at Fort Hood
"; arnews[2] += "Daughter Kerry Cahill and Lt. Veronica Pacheco console each other Sunday in Cameron at the funeral for Michael Cahill, a physician's assistant who was killed in the Fort Hood mass shootings."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 06:47:35 GMT"; arnews[2] += "
"; arnews[3]="Bronco swimmers cut down Lumberjacks
"; arnews[3] += "NIK BJURSTROM /THE ARBITER Boise State swimmer does butterfly during Fridays meet at the West YMCA Aquatic Center."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 22:29:03 GMT"; arnews[3] += "
"; arnews[4]="Voorhees girls looking for fourth straight title in New Jersey cross country
"; arnews[4] += "The NJSIAA Cross Country Championships at Holmdel Park has traditionally been a bonanza for teams from Hunterdon and Warren counties."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 09:14:57 GMT"; arnews[4] += "
"; arnews[5]="Middlebury denied soccer titles
"; arnews[5] += "The Middlebury men's soccer team gave up an own goal 6 minutes, 25 seconds into overtime in its 2-1 loss to Williams in the Northeastern Small College Athletic Conference tournament championship game Sunday."; arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 04:07:00 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("
");