var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Did actress Jennifer Ellison curry up her baby's arrival?
"; arnews[0] += "Days before she welcomed her first child, Jennifer was spotted going out for a curry with her husband."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:06:45 GMT"; arnews[0] += "
"; arnews[1]="Greer seeks funds to finish subdivision work
"; arnews[1] += "Greer resident Joe Schaffner worries about the safety of children who play around the unfenced, steep-sloped detention pond behind his house in a section of a subdivision city officials say the developer has left unfinished."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Surprise snow blankets Limestone
"; arnews[2] += "A pedestrian waits to cross Jefferson Street on the square in Athens during Mondaya s surprise snowstorm."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:45:05 GMT"; arnews[2] += "
"; arnews[3]="House to discuss bill on student jury duty
"; arnews[3] += "URL: Current Date: Tue, 09 Feb 2010 01:51:12 -0500 Jury duty proposal A plan introduced in the Michigan House last week would allow full-time college students to postpone jury duty while they are taking classes."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 06:51:12 GMT"; arnews[3] += "
"; arnews[4]="Jennifer Ellison leaves...
"; arnews[4] += "IF YOU'RE going to declare your undying love, what better place to do it than in front of TV's biggest global audience? Read Full Story Have Your Shout NOTHING says 'I love you' like some pain and an inked needle."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 02:04:23 GMT"; arnews[4] += "
"; arnews[5]="School Digest
"; arnews[5] += "Ebinger Elementary School, 7350 W. Pratt Ave., Edison Park, will hold its Local School Council meeting at 6 p.m. Feb."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 10:34:49 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("
");document.write("
");