var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Footballer fined A 1,500 after drunken pub brawl
";
arnews[0] += "A BILLERICAY Town footballer must pay A 1,500 for getting into a drunken brawl. Defender Christopher Wild, 26, was found guilty of affray after a boozy night out.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:10:15 GMT";
arnews[0] += "
";
arnews[1]="In the courts
";
arnews[1] += "Provincial court Judge Anne Jeffries has revoked a four-month, community-based conditional sentence being served by Karen Lynn Ogden, 31, of Broad Street.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:00:00 GMT";
arnews[1] += "
";
arnews[2]="Judge rebukes burglar, spares him a life sentence
";
arnews[2] += "Dale A. Neason, who served two prior prison terms for burglary, was rebuked Tuesday for failing to take responsibility for his lengthy criminal record and sentenced to two years in prison for his latest theft.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:32:58 GMT";
arnews[2] += "
";
arnews[3]="Addict faces jail after being caught with cocaine and heroin
";
arnews[3] += "A drug addict caught with class A drugs he was planning to supply has been warned he faces a lengthy jail term.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 13:17:43 GMT";
arnews[3] += "
";
arnews[4]="No deposition for Joyce Meyer in wrongful-death suit against Coleman
";
arnews[4] += "Monroe County Circuit Judge Dennis Doyle ruled Tuesday that televangelist Joyce Meyer or her son, Danny Meyer, both of Joyce Meyer Ministries, don't have to give depositions in a wrongful-death suit against Christopher Coleman.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 13:15:00 GMT";
arnews[4] += "
";
arnews[5]="Witness in Michael Minafo case to 'take the Fifth'
";
arnews[5] += "A 24-year-old Del Rey Oaks man plans to \"take the Fifth\" when he is called to testify at a preliminary hearing next month into the beating death of Mark Auria of Marina.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 12:16:39 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("