var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2010 Premiership: Dogs drought over - Crawf
";
arnews[0] += "SHANE Crawford looks into his crystal ball and predicts a Bulldogs premiership in 2010.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 17:12:21 GMT";
arnews[0] += "
";
arnews[1]="Oswego County Today
";
arnews[1] += "Mathew T. Pluff, 23, of 2 W. First St. N., Fulton was charged Dec. 14 with harassment for punching someone in the face twice.";
arnews[1] += "
Publ.Date : Thu, 17 Dec 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Norbert Urban O'Connor
";
arnews[2] += "Norbert Urban O'Connor, 82, Brillion, died on Friday, Jan. 29, 2010, at Bellin Hospital in Green Bay following a lengthy illness.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Committed volunteer rewarded for service
";
arnews[3] += "Hard working volunteer, Max Kennedy, has been rewarded for his tireless service to the community, with the Australia Day Citizen of the Year award for Stawell.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 05:19:34 GMT";
arnews[3] += "
";
arnews[4]="Vignesh shines
";
arnews[4] += "Chennai: S. Vignesh top-scored for St. Michael's in its 24-run win over St. John's in a match of the Vidya Mandir- Sportstar under-14 inter-school cricket tournament here on Thursday.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 03:14:29 GMT";
arnews[4] += "
";
arnews[5]="Obituaries
";
arnews[5] += "Yolanda of Glen Cove, on January 17. Beloved wife of the late Alfred. Loving mother of Peter, Maria, Jeanine and the late Alfred.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 14:54:35 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("