var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Keeping up with crass
";
arnews[0] += "Sounds like things were a little tense last week, the first time reality TV star Khloe Kardashian attended a Los Angeles Lakers game at L.A.'s Staples Center since she married Lakers star Lamar Odom.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 10:33:44 GMT";
arnews[0] += "
";
arnews[1]="Connecticut Man Sentenced for Obstructing Grand Jury Investigation
";
arnews[1] += "Nora R. Dannehy, United States Attorney for the District of Connecticut, announced that GREGORY LAUGENI, 45, of Woodbridge, was sentenced today by United States District Judge Vanessa L. Bryant in Hartford to five months of imprisonment, followed by five months of home confinement with electronic monitoring, and three years of supervised release.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 00:28:30 GMT";
arnews[1] += "
";
arnews[2]="Zias drop hoops opener
";
arnews[2] += "With New Mexico Highlands scoring 123 points in their most recent exhibition win over Northern New Mexico, it was a safe assumption the Cowgirls were going to live or die Monday night at the 3-point line.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="West Side edges Amherst in girls volleyball semifinal thriller
";
arnews[3] += "There was a lot of hand-wringing, nail-biting and edge-of-seat sitting going on at West Springfield High School Thursday night.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 22:40:33 GMT";
arnews[3] += "
";
arnews[4]="Terriers just get by Amherst in five sets
";
arnews[4] += "It was the West Springfield girls volleyball team that won the Western Massachusetts Division 2 semifinal Thursday night, but Amherst Regional made the Terriers work for it.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 13:13:00 GMT";
arnews[4] += "
";
arnews[5]="Local Roundup -- Published Nov. 12, 2009
";
arnews[5] += "Gaby Mantillato scored seven goals to lead Johansen of Modesto to a 10-5 win over St.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 07:37:00 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("