var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SAGE CREEK--DRAGONS - Daily Herald
";
arnews[0] += "They are Jeslyn Betts, Jessica Brooks, Chloe Burns, Karlee Clark, Brenda Espino, Robert Espino, Swazie Evans, Chandler Graves, Kallie Graves, Ashley Hansen, Ana Hoopes, Jaymon Jordan, Presley Kennard, Johby Meyer, Trace Molen, Montserrat Morales ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 08:06:00 GMT";
arnews[0] += "
";
arnews[1]="Mt. Pleasant swimmers nip Burrell - PITTSBURGH TRIBUNE-REVIEW
";
arnews[1] += "Alyssa Dombrosky, Hali Emerick, Chelsea Jesso and Brianna Dombrosky took the win in the 200 freestyle, as the Mt. Pleasant girls swim team (9-2) edged Burrell, 87-83, in Section 1-AAAA. Alyssa Dombrosky won in the 200 individual medley while Brianna ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 07:44:00 GMT";
arnews[1] += "
";
arnews[2]="Greene clinches third straight MAC division title - Evening Sun
";
arnews[2] += "OTEGO – Greene wrapped up its third straight Midstate Athletic Conference division title Tuesday, and will play Harpursville or Oxford for the league championship later this month. A 17-5 start in the first quarter set the tone for Greene, who ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 13:44:00 GMT";
arnews[2] += "
";
totcount = 3;
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("