var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mayor Wetherington expects approval of crime office
";
arnews[0] += "When Columbus Council meets on Tuesday, a vote on Mayor Jim Wetherington's proposal to hire a crime prevention director could mark the beginning or the end of his efforts to prevent crime.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:57:28 GMT";
arnews[0] += "
";
arnews[1]="Worcester Warriors 12 Bath 12
";
arnews[1] += "WILLIE Walkera s 75th-minute penalty secured Worcester Warriors a 12-12 Guinness Premiership draw with Bath at Sixways tonight.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:34:59 GMT";
arnews[1] += "
";
arnews[2]="School News
";
arnews[2] += "Do you know what a lachrymator is? Fifth graders at Chelsea Heights learned that it's a chemical that makes your eyes water.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:50:11 GMT";
arnews[2] += "
";
arnews[3]="College basketball journal: Batts will sit and watch this season
";
arnews[3] += "Barring any unforeseen injury, Kadeem Batts will sit and watch his teammates this season.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:20:02 GMT";
arnews[3] += "
";
arnews[4]="Bath draw with Warriors
";
arnews[4] += "Bath Rugby's two-month wait for a Guinness Premiership win continues after they drew on their return to league duty at Sixways this evening.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:53:00 GMT";
arnews[4] += "
";
arnews[5]="CYCLO-CROSS: Muddy Mallory
";
arnews[5] += "After two days struggling to put the course up against torrential rain and gale force winds, Sunday's weather turned out bright and sunny with a strong wind drying out the muddy course during the day.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:23:07 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("