var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Across the area
";
arnews[0] += "Police have arrested and charged a man in connection with a Jan. 24 shooting involving four men, three of whom were later charged with murder in another shooting.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Man charged in January shooting
";
arnews[1] += "Police have arrested and charged a man in connection with a Jan. 24 shooting involving four men, three of whom were later charged with murder in connection with another incident.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 05:18:40 GMT";
arnews[1] += "
";
arnews[2]="Sports News: Cleverly's path to world glory
";
arnews[2] += "Likelihood: All depends on whether Braehmer wins his appeal against a 16-month jail sentence for assault.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Hopkins-Jones II: There's No Demand For It
";
arnews[3] += "Luckily for Bernard and Roy there are still plenty of Hopkins and Jones fans still around, but even at that there's not much interest in this bout.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Jones, Hopkins formally announce April 3 bout
";
arnews[4] += "Two weeks after the Roy Jones-Bernard Hopkins rematch was resurrected, it was formally announced Monday.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 12:15:08 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("