var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Economic wheels are turning
";
arnews[0] += "The Jackson County Economic Development Foundation used last week's annual investors' meeting to update progress of two major projects and rally support for another that could greatly affect our area.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 12:55:18 GMT";
arnews[0] += "
";
arnews[1]="General David Petraeus and the Men and Women of Central Command...
";
arnews[1] += "On Friday, nearly 630 people gathered to honor the National Defense University Foundation's 2009 American Patriot Award recipients: General David Petraeus, Commander of U.S. Central Command and the Men and Women of CENTCOM.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 12:19:23 GMT";
arnews[1] += "
";
arnews[2]="Bitch-Back! Are the Muscle Buddies Dunzo?
";
arnews[2] += "Dear The Three Amigos: Which one, babe? Jake and Matt's time right now is clearly all taken up by their gals and kids.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 17:13:00 GMT";
arnews[2] += "
";
arnews[3]="Eads estate hits the auction block Saturday
";
arnews[3] += "A 41-acre property in Eads with a 7,100-square-foot estate home is hitting the auction block Saturday.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 17:00:07 GMT";
arnews[3] += "
";
arnews[4]="Eads estate hits the auction block Sat.
";
arnews[4] += "A 41-acre property in Eads with a 7,100-square-foot estate home is hitting the auction block Saturday.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Thursday's TV Highlights: Kate and Sam stumble across a car accident on 'Private Practice'
";
arnews[5] += "FIRST RESPONDER: Addison helps a pregnant woman trapped in a car on \"Private Practice\" at 10 p.m. on ABC.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 07:08:30 GMT";
arnews[5] += "
";
arnews[6]="Sami G. Williams, aircraft mechanic
";
arnews[6] += "November 11, 2009, 7:00 AM / March 13, 1952 - Oct. 1, 2009 A memorial Mass for Sami G. Williams, who worked as a Fed- Ex aircraft mechanic and buyer for many years, will be offered at 12:30 p. m. Saturday in St.";
arnews[6] += "
Publ.Date : Wed, 11 Nov 2009 12:00:12 GMT";
arnews[6] += "
";
arnews[7]="Bitch-Back! Trouble in Zanessa's Paradise?
";
arnews[7] += "Dear Ted: I love your column - it's fun trying to follow the clues. Saturday's column mentioned that Vanefron is almost over because Vanessa Hudgens lied about her nude photos.";
arnews[7] += "
Publ.Date : Tue, 10 Nov 2009 15:30:00 GMT";
arnews[7] += "
";
arnews[8]="VFW banquet honors Danbury team
";
arnews[8] += "Marblehead VFW Post 7572 honored Danbury High School's football team at the 64th consecutive banquet at the post Saturday.";
arnews[8] += "
Publ.Date : Tue, 10 Nov 2009 13:19:00 GMT";
arnews[8] += "
";
totcount = 9;
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("