var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Peak of the Devils
";
arnews[0] += "SALEM, N.H. ' - The Blue Devils of Salem earned their top billing on the state-playoff marquee with an explosive rushing attack.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:31:08 GMT";
arnews[0] += "
";
arnews[1]="Williams fits in with Austin Peay
";
arnews[1] += "Marcel Williams gained about 25 pounds during his first year at Austin Peay University.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:11:42 GMT";
arnews[1] += "
";
arnews[2]="Quinnipiac pulls rank
";
arnews[2] += "Quinnipiac made its case for the first top-10 ranking in school history, upsetting fifth-ranked Cornell, 3-2, last night in Ithaca, N.Y., to solidify its hold atop ECAC Hockey.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 09:07:06 GMT";
arnews[2] += "
";
arnews[3]="Flood bridge safety checks begin
";
arnews[3] += "A safety review of all 1,800 bridges in Cumbria is being carried out after severe flooding caused extensive damage to homes and roads in the county.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 09:06:40 GMT";
arnews[3] += "
";
arnews[4]="Salem looks just as dangerous for 2010
";
arnews[4] += "New Hampshire football beware. Salem, which won the Division 1 state title yesterday over Nashua North, is only getting better.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 09:05:59 GMT";
arnews[4] += "
";
arnews[5]="Sunday Fare: Music Awards and 'Curb' Finale: Roger Catlin | TV Eye
";
arnews[5] += "The American Music Awards are presented live tonight from the Nokia theatre in Los Angeles.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 09:02:52 GMT";
arnews[5] += "
";
arnews[6]="Post a Comment
";
arnews[6] += "Justin Fowler's No. 1 goal when he took over the Mt. Whitney football program during the summer was for the Pioneers to return to the Central Section playoffs.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 09:02:38 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("