var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sheriff's detectives unravel major drug operation
";
arnews[0] += "A six-month investigation into a major drug-trafficking organization by Santa Barbara Sheriff's narcotics detectives has concluded with the arrest of 17 suspects, along with the seizure of millions of dollars worth of drugs and weapons.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="17 Arrested in Drug Trafficking Investigation
";
arnews[1] += "A search-and-rescue team failed to find Jesus Omar Villa of Fresno, a missing person believed to be dead and buried in the mountains nearby.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 04:12:56 GMT";
arnews[1] += "
";
arnews[2]="Sheriff's detectives unravel major drug operation
";
arnews[2] += "A six-month investigation into a major drug-trafficking organization by Santa Barbara Sheriff's narcotics detectives has concluded with the arrest of 17 suspects, along with the seizure of millions of dollars worth of drugs and weapons.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 01:57:16 GMT";
arnews[2] += "
";
arnews[3]="Update your Elkhart-area address, get a refund check
";
arnews[3] += "Believe it or not, some people leave and forget to take their money with them. The Internal Revenue Service is looking for 1,377 Indiana taxpayers who are due a combined $1.3 million in refund checks.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 23:23:38 GMT";
arnews[3] += "
";
arnews[4]="House
";
arnews[4] += "For those of you not already in the know, a little background before we kick off this round of coverage--Frank Peretti is one of a very, VERY few novelists in a field called \"Christian horror\". You wouldn't think that such a thing would exist, but it's possible and Peretti's living proof.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 13:02:32 GMT";
arnews[4] += "
";
arnews[5]=""House"
";
arnews[5] += "'House' [Some violence and horror.] [Plays Oct. 15-17 at 9:30 p.m. at the Oak St.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 20:47:21 GMT";
arnews[5] += "
";
arnews[6]="Flooding in Rosales, Pangasinan
";
arnews[6] += "Floods and mudslides brought death and devastation to Benguet, Pangasinan and other provinces of Northern Luzon Friday as Tropical Depression Pepeng continued to take its toll on the nation.";
arnews[6] += "
Publ.Date : Fri, 09 Oct 2009 23:23:30 GMT";
arnews[6] += "
";
totcount = 7;
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("