var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Relatives of Hamilton Ave. victims have their say at last
";
arnews[0] += "Jasmine Albarran, just 10 years old, sat on the witness stand in a Marion County courtroom Friday and calmly read the words she had written down.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Relatives of victims have their say at last
";
arnews[1] += "Jasmine Albarran, just 10 years old, sat on the witness stand in a Marion County courtroom Friday and calmly read the words she had written down.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:41:05 GMT";
arnews[1] += "
";
arnews[2]="5 - 5 (T) OT
";
arnews[2] += "Despite a hat trick from senior co-captain Jenna Cunningham and a three-goal lead, the Dartmouth women's hockey team had to settle for a 5-5 tie with Colgate on Saturday afternoon.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:37:00 GMT";
arnews[2] += "
";
arnews[3]="Gabe, Hilda Selma
";
arnews[3] += "Hilda Selma Gabe, beloved wife, grandmother, great grandmother, passed away Thursday, November 19, 2009.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:28:23 GMT";
arnews[3] += "
";
arnews[4]="Botanical Whales: Adventures in the Tortugas reveal that seagrass fields need saving too
";
arnews[4] += "Dark patches in the water indicate seagrasses thriving around Garden Key, home to the brick ruins of 19th century Fort Jefferson, in the Dry Tortugas.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:24:50 GMT";
arnews[4] += "
";
arnews[5]="Bella mopes through pretentious 'New Moon'
";
arnews[5] += "Kristen Stewart, left, and Robert Pattinson are shown in a scene from The Twilight Saga: New Moon.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:07:01 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("