var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Roundup: Volleyball official honored
";
arnews[0] += "Carmen Shaffer was recently named the National Federation of High Schools West Virginia volleyball official of the year.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:50:17 GMT";
arnews[0] += "
";
arnews[1]="Police Blotter
";
arnews[1] += "Tanya Marie Alberici, 40, of Longwood, was booked into the John E. Polk Correctional Facility on Nov.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:48:52 GMT";
arnews[1] += "
";
arnews[2]="Lady Cats fall, Roxton girls win in openers
";
arnews[2] += "The Paris Lady Cats kicked off their basketball season on Tuesday, falling to the Class 4A Longview Lady Lobos, 71-41. Paris trailed 43-16 at halftime.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 17:15:06 GMT";
arnews[2] += "
";
arnews[3]="Lady Cats fall, Roxton girls win in openers
";
arnews[3] += "The Paris Lady Cats kicked off their basketball season on Tuesday, falling to the Class 4A Longview Lady Lobos, 71-41. Paris trailed 43-16 at halftime.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 17:15:06 GMT";
arnews[3] += "
";
arnews[4]="The Fall
";
arnews[4] += "Not to be confused with Tarsem's sweeping 2006 fairy tale epic of the same name, independent crime drama The Fall features a mostly-talented cast doing good work and surprisingly striking visuals given the film's $500,000 budget.";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 23:53:11 GMT";
arnews[4] += "
";
arnews[5]="Area student named first runner-up .....
";
arnews[5] += "A local Shepherd University student fared well in the recent Miss West Virginia USA 2010 contest, after a three-day pageant at the Days Hotel Conference Center in Flatwoods.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 20:11:34 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("