var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fredonia edges Penn State Behrend women in tip-off tournament
";
arnews[0] += "Fredonia 84, Penn State Behrend 83: At the Junker Center, the Lady Lions dropped a heartbreaker in the opening round of their tip-off tournament.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:29:50 GMT";
arnews[0] += "
";
arnews[1]="Friday Nights At The Brakeless Bike Races
";
arnews[1] += "For some 30 years, Hellyer Park in San Jose has had a sports athletic facility that frankly not too many people know about.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:36:25 GMT";
arnews[1] += "
";
arnews[2]="Elementary school principal leaves .....
";
arnews[2] += "The resignation of Pleasant Hill Elementary School Principal Dana Snider was accepted by Edison Local board members during Thursday's meeting.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:05:12 GMT";
arnews[2] += "
";
arnews[3]="Rain cuts short second round at LPGA Tour Championship
";
arnews[3] += "At least 10 players have a chance at finishing the year in the top 80 of the LPGA money list, which would give them Priority List Category 1 for the 2010 LPGA season.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:22:03 GMT";
arnews[3] += "
";
arnews[4]="Ingano gets three-year contract
";
arnews[4] += "School Superintendent Terrance Ingano, appointed in August to replace Gerry Gaw, had his first contract signed and delivered by the School Committee Tuesday night.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:37:09 GMT";
arnews[4] += "
";
arnews[5]="Volleyball: Monahans sweeps into Class 3A championship match
";
arnews[5] += "SAN MARCOS For Monahans junior setter Erin Fisher, her stomach has always been the best gauge of just how big a match is.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:15:26 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("