var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Streaking Jazz pay a visit to Clippers
";
arnews[0] += "Deron Williams #8 of the Utah Jazz takes a free throw against the Denver Nuggets during NBA action at Pepsi Center on October 28, 2009 in Denver, Colorado.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:19:10 GMT";
arnews[0] += "
";
arnews[1]="Utah Jazz (31-18) at Los Angeles Clippers (21-29),
";
arnews[1] += "The red-hot Utah Jazz shoot for their ninth consecutive win on Wednesday in Los Angeles against a Clippers team that has been faltering lately.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:59:42 GMT";
arnews[1] += "
";
arnews[2]="ttSnowArt5clr.JPG
";
arnews[2] += "Tom Earp shovels out his driveway on Feb. 7 to reach the one-lane path created by a snow plow and other drivers on Belfast Road in Lutherville.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:45:01 GMT";
arnews[2] += "
";
arnews[3]="Sports Briefs
";
arnews[3] += "The Peterborough Masters women attended the Canadian Indoor Rowing Championships at the Hershey Centre in Mississauga on Sunday.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:34:34 GMT";
arnews[3] += "
";
arnews[4]="Covenant Classical celebrates 101 days of school
";
arnews[4] += "About 20 \"Dalmatians\" sat at tables on Friday, eating cupcakes, marshmallows, popcorn and other snack foods at Covenant Classical School.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:01:00 GMT";
arnews[4] += "
";
arnews[5]="Vogel, Jane L.
";
arnews[5] += "Jane L. Vogel, 87, Sturgeon Bay passed away on Sunday, Feb. 7, 2010, at Door County Memorial Hospital.";
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("