var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="West Virginia's Film Image: Stereotypical Sensitivities Extend Beyond the Silver Screen
";
arnews[0] += "West Virginia has a 'horror' flick image that it frankly shares with Texas, the Lone Star State.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:04:14 GMT";
arnews[0] += "
";
arnews[1]="Rocky Mountain Obituaries
";
arnews[1] += "Cecil LaVerne Hansen, \"Pete\" 86, of Fort Collins, Colo., passed away October 31, 2009.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 18:42:00 GMT";
arnews[1] += "
";
arnews[2]="That is All: You want scary? Try these
";
arnews[2] += "\"Love is kinda crazy with a spooky little girl like you ... \" - Classics IV You've no doubt heard about \"Paranormal Activity.\" It's supposed to be a really scary movie, right? \"I had to sleep with the lights on for three nights after I saw it,\" I heard someone claim.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 04:15:19 GMT";
arnews[2] += "
";
arnews[3]="Mulder 60th
";
arnews[3] += "Lenore and Alvin Mulder celebrated their 60th wedding anniversary with an open house on Saturday, Oct.";
arnews[3] += "
Publ.Date : Sun, 01 Nov 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Thanks for helping us revive Sober Grad
";
arnews[4] += "For the first time in several years, Southern Humboldt joined thousands of other high schools across the U.S. and held a Safe and Sober Graduation Party for our students.";
arnews[4] += "
Publ.Date : Wed, 07 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Veterinarians Cycle from Milton to Guelph in Support of Seniors,...
";
arnews[5] += "Thirty-five riders will cycle 100 km, and eighteen will cycle 100 miles, and each cyclist will attempt to raise a minimum of $1,000 for the Farley Foundation.";
arnews[5] += "
Publ.Date : Thu, 01 Oct 2009 14:50:36 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("