var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Candidates line up to file for elections
";
arnews[0] += "Monday at noon, candidates could begin filing with the state board of elections to run for office in 2010.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:55:37 GMT";
arnews[0] += "
";
arnews[1]="Re: recent observations
";
arnews[1] += "Good call on Franco being the one who killed Mr. Poletti. Makes perfect sense because its obvious Sonny didn't do it.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 14:22:44 GMT";
arnews[1] += "
";
arnews[2]="the Record, Feb. 7
";
arnews[2] += "Loud, Bobby R. and Harolene J. DuBois, Stephane and Janie J. Aldredge Carolyn A. Lee-Crawford and Albert Crawford Debra L. Conklin and Michael D. Agnes L. Crandell and Kelvin D. Jackie L. Walz and James J. Maria Mercado and Guadelupe Gaytan Terry L. Gildon and Julie A. Leticia Yanez and Filipe Ramirez Blanca E. Tellez Hernandez and Miguel A. Gomez ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Car crash: Teenager's death posted on Facebook first
";
arnews[3] += "WHEN Angela and Maryanne Vourlis woke up yesterday, their 20th birthday, they logged on to Facebook expecting to read well wishes and greetings from friends.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 20:23:47 GMT";
arnews[3] += "
";
arnews[4]="ClefWorks hosts winter music festival filled with Southern hospitality
";
arnews[4] += "For the last few months, ClefWorks board members had been asking residents, 'Do you know JACK?' Somewhat rhetorical, the question was issued as part of a special invitation to the chamber music organiza tion's 2010 music festival, which featured the introduc tion of the New York-based JACK Quartet to the River Region.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Frazeysburg News
";
arnews[5] += "Jim Burson will be the guest speaker today at the 11 a.m. worship service at the Frazeysburg Presbyterian Church.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:00: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("