var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Morris Football: The Week in Review
"; arnews[0] += "Sir Alec Guinness would have been proud of the West Morris football performance last Friday night."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 04:33:31 GMT"; arnews[0] += "
"; arnews[1]="Taylor gives life to Cartoon Network's Obi-Wan
"; arnews[1] += "Ask any 'Star Wars' fan to name the actor who has logged the most time on screen as Obi-Wan Kenobi, and they'll no doubt throw out either Ewan McGregor or Sir Alec Guinness."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Canada travel information and guide
"; arnews[2] += "Explore a land of mystic peaks, enchanted forests and crystal fields of ice. Not so far, far away in a place called Montana."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 12:18:11 GMT"; arnews[2] += "
"; arnews[3]="Carrey joins an elite list of Scrooges
"; arnews[3] += "Albert Finney plays the title role in the 1970 film 'Scrooge,' a musical based on Charles Dickens' 'A Christmas Carol.' Associated Press / Disney, ImageMovers Digital LLC The Ghost of Christmas Present and Ebenezer Scrooge, voiced by Jim Carrey, in 'A Christmas Carol.' Associated Press / Disney, ImageMovers Digital LLC Ebenezer Scrooge, voiced by ..."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:47:28 GMT"; arnews[3] += "
"; arnews[4]="When Anthony Daniels, the English actor
"; arnews[4] += "When Anthony Daniels, the English actor who breathed life into the metal body of fussy droid C-3PO in all six \"Star Wars\" films, ambles onto the Wachovia Arena's stage in Wilkes-Barre Township on Tuesday night, don't expect the narrator of \"Star Wars: In Concert\" to be shining brightly in Threepio's constrictive gold costume."; arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 05:00:00 GMT"; arnews[4] += "
"; arnews[5]="Many actors have tackled Ebenezer Scrooge
"; arnews[5] += "CHARLES DICKENS' \"A Christmas Carol\" embodies the true spirit of the holidays with its indelible characters: miser Ebenezer Scrooge, who learns the meaning of the yuletide when he's visited by three spirits during Christmas Eve; his earnest employee Bob Cratchit; and Cratchit's youngest son, Tiny Tim."; arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 23:11:55 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("
");