var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="C.B. South, Villa Maria reflect on successful hockey seasons
";
arnews[0] += "Although their season ended for the second straight year in the semifinals of the PIAA Class AAA field hockey playoffs, the Central Bucks South players said Tuesday after a 2-1 overtime loss to Hershey that there will always be something special about the season.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 04:30:32 GMT";
arnews[0] += "
";
arnews[1]="Piaa Class 2A Field Hockey Snyder backstops Indians' final step to finals
";
arnews[1] += "''To have that many saves in a game like this makes me feel incredible, but my defense had my back 110 percent.'' --Lehighton goalie Sarah Snyder Lehighton had everything returning this year that it needed to make a run at the school's first-ever PIAA field hockey championship.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 09:12:50 GMT";
arnews[1] += "
";
arnews[2]="Former 'Anne' Megan Follows makes dramatic return to CBC
";
arnews[2] += "For those of a certain age, there could be mixed feelings on Sunday when Megan Follows makes her return to the CBC.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 20:59:10 GMT";
arnews[2] += "
";
arnews[3]="Former 'Anne' Megan Follows makes dramatic return to CBC
";
arnews[3] += "For those of a certain age, there could be mixed feelings on Sunday when Megan Follows makes her return to the CBC.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 16:08:28 GMT";
arnews[3] += "
";
arnews[4]="It's a long way from Anne of Green Gables: Megan Follows tackles addiction in Heartland
";
arnews[4] += "For those of a certain age, there could be mixed feelings on Sunday when Megan Follows makes her return to the CBC.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 19:29:01 GMT";
arnews[4] += "
";
arnews[5]="10 Best Girl's Names...And 5 of the Worst
";
arnews[5] += "These are the best names for females. My criteria is strictly how mellifluous they sound, how they flow off the tongue and enter the ear in a pleasing tone, nothing else.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 04:44:13 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("