var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Raiders sluggish in 4-2 loss to Hutchinson
";
arnews[0] += "Northfield's Charlie Cloud takes a shot on goal during the second period of the Raiders' 4-2 loss to Hutchinson Tuesday night at Northfield Ice Arena.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:27:00 GMT";
arnews[0] += "
";
arnews[1]="Who's coming up with the halftime acts?
";
arnews[1] += "Time to leave football in the rearview mirror while looking at the sports road ahead, but not before offering a word of advice to aging musicians everywhere: If you were once one of the premiere rockers in the world but now wear glasses on stage, you might want to give serious thought to calling it a career: * I get that the NFL is paranoid about ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:54:54 GMT";
arnews[1] += "
";
arnews[2]="Hot Caps Get Love from Fans, Embrace Social Media
";
arnews[2] += "The Washington Capitals in recent years have moved more aggressively than any other NHL team toward embracing social media Web sites such as Twitter and Facebook, targeting supporters who get their information from non-traditional outlets.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:13:57 GMT";
arnews[2] += "
";
arnews[3]="Capitals continue to show social skills
";
arnews[3] += "The Washington Capitals in recent years have moved more aggressively than any other NHL team toward embracing social media Web sites such as Twitter and Facebook, targeting supporters who get their information from non-traditional outlets.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Indian Hills exceeds expectations
";
arnews[4] += "TENAFLY a ' Indian Hills quickly destroyed any hope Tenafly had of winning its first Bergen Jamboree game in more than a decade.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 12:02:34 GMT";
arnews[4] += "
";
arnews[5]="Monster trucks star of show
";
arnews[5] += "From a mobile home to two motor homes and 14 ex-family vehicles, two Monster trucks left nothing untouched at Saratoga Speedway over the long weekend with two entertaining shows Saturday and Sunday night along with Crash to Pass, Figure 8, Mini oval, Hornet and Road Runner racing at the Black Creek oval.";
arnews[5] += "
Publ.Date : Fri, 23 May 2008 07: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("