var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="There's only one: Quinter claims state crown
";
arnews[0] += "Then, Nemechek snapped the ball to senior quarterback Brady Reed as Quinter ran out the clock to complete an emotional and historic 12-1 season.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:31:03 GMT";
arnews[0] += "
";
arnews[1]="Quinter finishes storybook run
";
arnews[1] += "There were no words that could describe the way Quinter's Matt Bird felt. Known for his offensive prowess as a wide receiver, Bird was asked by the Bulldogs' coaching staff to use his secure hands in a different way.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:47:28 GMT";
arnews[1] += "
";
arnews[2]="Serving Up Rockers, Out of Their Shells
";
arnews[2] += "A new cooking show on the Independent Film Channel combines invites musicians into the kitchen.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:58:12 GMT";
arnews[2] += "
";
arnews[3]="NewShopping season at the Beaches arrives - in the stores and beyond
";
arnews[3] += "JACKIE ROONEY/For Shorelines Beaches Habitat board member Haywood Ball , Art Institute of Jacksonville interior design instructor Patricia Thompson and Habitat Executive Director Ralph Marcello display a model of Habitat's 200th and 201st duplex.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:32:10 GMT";
arnews[3] += "
";
arnews[4]="Obituaries
";
arnews[4] += "Funeral services for Roger Dale Offord, 63, of Dallas are scheduled for 2 p.m. Saturday, Nov.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Phillis
";
arnews[5] += "Kevin Phillis Sr. and Anne Hazen of Vermontville announce the birth of their son Kevin Anthony Jr.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:08:00 GMT";
arnews[5] += "
";
arnews[6]="Warrant issued for Greensburg bank teller in thefts
";
arnews[6] += "State police have issued an arrest warrant for the head teller at the S&T Bank, 701 E. Pittsburgh St., Greensburg, accusing her of stealing almost $22,000 from bank and estate accounts.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 15:30:23 GMT";
arnews[6] += "
";
arnews[7]="Inside the Army Lead Story
";
arnews[7] += "Photo credit Mike A. Glasch Richard Keller, Walter Reed Army Institute of Research, speaks to a group of students attending a 10-day Master Resilience Trainer Course at the Recruiting and Retention School on Fort Jackson, S.C. FORT JACKSON, S.C. -- About 30 Fort Jackson Soldiers and civilians participated this week in a course at the University of ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("