var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cherokee's Roeder, New Egypt's Hubert enjoy big nights in basketball
";
arnews[0] += "Tuesday night produced a pair of milestones and wea re not talking about snow accumulations.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:19:12 GMT";
arnews[0] += "
";
arnews[1]="Rogowski hits milestone in Hersey win
";
arnews[1] += "Junior Megan Rogowski became only the second Hersey girls basketball player to surpass 1,500 career points and senior Maddie Swan fired home a career-high 24 points as Hersey stopped host Barrington 60-53 in the Mid-Suburban League second-place crossover game on Tuesday night.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:13:11 GMT";
arnews[1] += "
";
arnews[2]="Post a Comment
";
arnews[2] += "A bell rings and firefighters run down a hallway and staircase, around a corner and through a door.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:42:09 GMT";
arnews[2] += "
";
arnews[3]="Jumpers take leap of faith
";
arnews[3] += "No money, no opening ceremonies and maybe no really meaningful competition. It's not easy being a part of the U.S. Olympic Ski Jumping team.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:08:39 GMT";
arnews[3] += "
";
arnews[4]="Times honored by N.E. press group
";
arnews[4] += "Cape Cod Times and capecodonline.com picked up 25 awards at the New England Newspaper and Press Association convention Saturday night.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:34:41 GMT";
arnews[4] += "
";
arnews[5]="Stupid Cupid! Not everyone likes Valentine's Day
";
arnews[5] += "You don't have to be a sour single to dislike Valentine's Day. Ashleigh Bills and Molly Burke-Bills are a perfectly happy couple who despise the holiday's arbitrary, unromantically commercialized nature.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00: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("