var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Lady Cavs poised for another playoff run on the pitch
"; arnews[0] += "You would think a program that almost always makes it to the third round of the state playoffs every year would get the benefit of the doubt in preseason rankings."; arnews[0] += "
Publ.Date : Thu, 14 Jan 2010 23:30:32 GMT"; arnews[0] += "
"; arnews[1]="High Five: Win hands Rantall his fifth straight Surf 'T' Surf
"; arnews[1] += "A LAST minute decision to defend his four consecutive Surf - T' Surf titles paid off for Scott Rantall as the athlete made it five straight after a see-sawing battle."; arnews[1] += "
Publ.Date : Sun, 10 Jan 2010 19:11:11 GMT"; arnews[1] += "
"; arnews[2]="Girls basketball: White Plains edges Mamaroneck, 44-43; more games ...
"; arnews[2] += "White Plains 44, Mamaroneck 43: At White Plains, Nikki Smith hit the winning free throw with 32 seconds left."; arnews[2] += "
Publ.Date : Wed, 06 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Girls basketball: Mamaroneck, Kennedy take tournament titles; more games ...
"; arnews[3] += "Mamaroneck 51, Harrison 40: In the championship game of the Mamaroneck touranment, Danielle DeAndrea had 18 points and 10 rebounds."; arnews[3] += "
Publ.Date : Sat, 19 Dec 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Police cite 3 bars and nab 5 drivers in alcohol check
"; arnews[4] += "Police issued violations to three bars and arrested five drivers for operating under the influence of alcohol during enforcement programs last weekend."; arnews[4] += "
Publ.Date : Fri, 18 Dec 2009 14:59:43 GMT"; arnews[4] += "
"; arnews[5]="Break time a good time to catch up
"; arnews[5] += "With Canadian university and college sporting seasons taking a break in their schedules, here is how some local student athletes are faring at various schools."; arnews[5] += "
Publ.Date : Sat, 12 Dec 2009 02:13:21 GMT"; arnews[5] += "
"; arnews[6]="Ballymac hosts feast of handball action
"; arnews[6] += "SIX players from Munster served up a feast of handball at Ballymac and Tralee over the weekend, as the Eileen Twomey 40x20 tournament which was combined with the 125 GAA anniversary served up some cracking handball fare."; arnews[6] += "
Publ.Date : Wed, 02 Dec 2009 12:19:13 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("
");