var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Somali pirates get $3.3M ransom, free 36 hostages
";
arnews[0] += "As a Spanish warship looked on, a $3.3 million ransom was delivered by boat Tuesday and Somali pirates freed a Spanish trawler and its 36 crew members.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:02:18 GMT";
arnews[0] += "
";
arnews[1]="Somali pirates get $3.3M ransom, free 36 hostages
";
arnews[1] += "In this undated photo released by the family of crew member Pablo Costas, second left, stands aboard the Spanish trawler Alakrana with other crew members at sea in an unkown location.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="A good night for conservatives in Yakima County
";
arnews[2] += "Incumbents are out in Sunnyside, conservatives are in on the Yakima City Council, Latino candidates fared poorly countywide against non-Latino candidates, a handful of races are way too close to call, and a candidate who withdrew more than a month ago won big in Toppenish.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="DeathNotices
";
arnews[3] += "28, 2009, in a Midland hospital. Services are pending with Nalley-Pickle & Welch Funeral Home & Crematory of Big Spring.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 06:44:00 GMT";
arnews[3] += "
";
arnews[4]="Maria "Lucy" DeLaluz Rodriguez
";
arnews[4] += "She married Frank Rodriguez December 12, 1954. She was a loving mother, grandmother and great-grandmother. She was a member of St.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 05:19:30 GMT";
arnews[4] += "
";
arnews[5]="News of Record for Oct. 23, 2009
";
arnews[5] += "TUOLUMNE COUNTY Sheriff's reports WEDNESDAY 10:28 a.m., Don Pedro - A forklift was stolen from a work site on the 3400 block of Merced Falls Road.";
arnews[5] += "
Publ.Date : Fri, 23 Oct 2009 07:00: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("