var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Crime Waves: 'Bagels Can Be Expensive'
";
arnews[0] += "Monserrrate with John Travolta and Kelly Preston. Getty Images The state senate has voted to expel face-slashing Queens senator Hiram Monserrate, who was convicted last fall of misdemeanor assault.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:26:42 GMT";
arnews[0] += "
";
arnews[1]="Longwell Green keepers Brooke and Hetty chip in with a goal apiece
";
arnews[1] += "IN goalkeepers Brooke Sarkozi and Hetty Graham had excellent all-round games for Longwell Green Under-13s as they clinched a 3-1 victory at Gloucester City.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Saugus boys basketball bounces back
";
arnews[2] += "Saugus had a chance to win last Friday, but came up short in the final seconds. On Tuesday, the Centurions made sure the game never reached that point.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Marina Police Log: Out after curfew, possession of lighter
";
arnews[3] += "THE MALE JUVENILE WAS OUT AFTER CURFEW AND WAS FOUND TO BE IN POSSESSION OF A CIGARETTE LIGHTER.";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Rye too strong for nine-man Sidley Rye United were 3-0 winners away...
";
arnews[4] += "Rye United were 3-0 winners away to a Sidley United side which had two players sent-off on Tuesday night.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:48:49 GMT";
arnews[4] += "
";
arnews[5]="Waxing eloquent
";
arnews[5] += "Jett Travolta, left, with his dad, John, in the Bahamas. \"It's been a rough year,\" says John of coping with his son's death.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:01:56 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("