var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="White Christmas forces changes in travel plans
";
arnews[0] += "Globe/B.W. Shepherd The Pemberton family, of Carl Junction, used a red sleigh as a backdrop for a photo Friday in Spiva Park.";
arnews[0] += "
Publ.Date : Sat, 26 Dec 2009 03:36:41 GMT";
arnews[0] += "
";
arnews[1]="WVIAC women to open play
";
arnews[1] += "Division II women's basketball action will tip off tonight with three area teams taking to the hardwood for their openers.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 22:02:55 GMT";
arnews[1] += "
";
arnews[2]="Children learn more than handwriting at summer camp
";
arnews[2] += "Campers enjoy one of the many a oehands-ona activities. Pictured are Deonte Wilson, Jacob Hirsch, Remington Weiland, Victoria Weiland, Shelby Pietrak, Luci Hudson, Austin Burcham, and Owen Dudley.";
arnews[2] += "
Publ.Date : Thu, 08 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Shepherd too much for Wesleyan; D&E.....
";
arnews[3] += "BUCKHANNON?-?Shepherd raced to a 38-0 halftime lead and held homestanding West Virginia Wesleyan to 133 yards of total offense in a 45-6 rout.";
arnews[3] += "
Publ.Date : Mon, 12 Oct 2009 18:49:08 GMT";
arnews[3] += "
";
arnews[4]="D&E?nips A-B; PBHS spikers win
";
arnews[4] += "Davis & Elkins used a late goal to edge rival Alderson-Broaddus 1-0 Wednesday afternoon in West Virginia Conference play at Harpertown Field.";
arnews[4] += "
Publ.Date : Thu, 17 Sep 2009 17:42:55 GMT";
arnews[4] += "
";
arnews[5]="La Nouvelle Femme
";
arnews[5] += "La Nouvelle Femme is a collective of local, talented women in art, music and fashion.";
arnews[5] += "
Publ.Date : Thu, 27 Aug 2009 22:17: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("