var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Matta s fine run sees team home in sixth
";
arnews[0] += "ST HELENS Sutton A.C. hosted the second match in this yeara s Manchester & District Cross-country league in surprisingly good conditions in Sherdley Park.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:20:15 GMT";
arnews[0] += "
";
arnews[1]="Advance Tix
";
arnews[1] += "27 at Thrasher Opera House, 506 Mill St., Green Lake. The jazz vocalist performs a Thanksgiving show with her friends.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Isabel B. Brennan
";
arnews[2] += "Isabel B. Brennan, age 93, of 1815 N. County J, Cato, entered Eternal Life on Friday, Nov.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Isabel B. Brennan
";
arnews[3] += "Isabel B. Brennan, age 93, of 1815 N. County J, Cato, entered Eternal Life on Friday, Nov.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Jungle fever
";
arnews[4] += "ANGER erupted last night after it emerged that 300million blown on defence bonuses could have paid for 17,000 extra British troops.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 02:36:51 GMT";
arnews[4] += "
";
totcount = 5;
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("