var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Movie Review
"; arnews[0] += "Director: Debbie Isitt Screenwriters: Debbie Isitt Starring: Martin Freeman, Marc Wootton, Ashley Jensen, Alan Carr, Jason Watkins, Pam Ferris, Ricky Tomlinson Running Time: 106 mins Certificate: U Arriving just in time for the holidays, Debbie Isitt's largely improvised festive comedy Nativity! finds Martin Freeman's humbug teacher Paul Maddens ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:12:58 GMT"; arnews[0] += "
"; arnews[1]="Windsong Soprano leads stakeswinners at Woodbine
"; arnews[1] += "Friendly Amigo and Windsong Soprano easily trounced rivals in their respective $33,263 Trillium Series divisions for 3-year-old trotting fillies on Saturday night at Woodbine Racetrack."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:50:33 GMT"; arnews[1] += "
"; arnews[2]="NASCAR: It's a big day for Hendrick team, not just Johnson
"; arnews[2] += "For Hendrick Motorsports, this NASCAR season might seem easy as 1-2-3. OK, maybe it only looked easy."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:07:48 GMT"; arnews[2] += "
"; arnews[3]="Police blotter
"; arnews[3] += "The following people were booked Wednesday, Nov. 18 into the Highlands County Jail: Jimmy Dale Antley , 38, of 228 Loon Ave., Sebring, on a warrant charging 18 counts of showing obscene material to a minor."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:34:23 GMT"; arnews[3] += "
"; arnews[4]="Jennings at head of strong rookie class
"; arnews[4] += "The surprising Bucks will be in town to play the Spurs tomorrow night, and if you're a true hoops fan, you'll want to be at the AT&T Center to see the game with your own eyes."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:01:36 GMT"; arnews[4] += "
"; arnews[5]="Sweet Home football team stuns Douglas
"; arnews[5] += "Douglas' Trinity Castner and Sky Woods break up a pass to Sweet Home's Sean Potter during their Class 4A second-round playoff game at Finlay Field on Saturday."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 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("
");document.write("
");