var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Legendary Banked Slalom: Pros Ricker, Cummins make it four
";
arnews[0] += "Maelle Ricker won her fourth straight Pro Women's title at the 25th Legendary Banked Slalom on Sunday, Feb.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:22:40 GMT";
arnews[0] += "
";
arnews[1]="On file: Jan. 30-Feb. 5, 2010
";
arnews[1] += "The following people applied for marriage licenses in Kanawha County between Jan.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 06:45:00 GMT";
arnews[1] += "
";
arnews[2]="Births
";
arnews[2] += "Births reported in the region. Births Published Births reported in the region. ARMC A girl, Kennedi Zariyah Huff, was born to Tabitha Downer and Kenderrious Huff on Dec.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 19:51:00 GMT";
arnews[2] += "
";
arnews[3]="Police report: Feb. 6
";
arnews[3] += "Guards, supervisor charged: Two guards at the Putnam County jail and the records supervisor at the Putnam County Sheriff's Office are facing charges after allegedly committing insurance fraud by setting one of the suspects' trucks on fire, police said Friday.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 06:06:58 GMT";
arnews[3] += "
";
arnews[4]="Police logs - Feb. 3
";
arnews[4] += "Chad Wright, 36, of 56 Three Acre Road, was charged Monday with second-degree larceny.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 12:25:58 GMT";
arnews[4] += "
";
arnews[5]="Films Announced for the 3rd Annual Love Actually: Short Films about Love, Sex & Romance
";
arnews[5] += "SCENEPR announced today the lineup of films selected to screen at their annual Valentines Day film fest \"Love Actually: Short Films about Love Sex, & Romance\". New York, NY - SCENEPR has announced the films that will be screened at their third annual Love Actually: Short Films about Love, Sex & Romance, on Valentines Day from 7-10pm at the historic ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 12:27:33 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("