var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Could This Be the Last of 'Ugly Betty'?
"; arnews[0] += "Sounds like trouble for Ugly Betty and its fans, because the end may soon be approaching for the series."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 05:00:15 GMT"; arnews[0] += "
"; arnews[1]="Finale wrap-up: "Ugly Betty"
"; arnews[1] += "The manic delights of \"Ugly Betty\" ended in a high-speed cliffhanger Thursday night with Daniel and Alexis careening in a car with no brakes, Claire Meade busting out of jail, Amanda discovering that she might be Fey Sommers' daughter, and Betty chasing down Henry just as Charlie spirited him away to Tucson by telling him she was pregnant."; arnews[1] += "
Publ.Date : Fri, 18 May 2007 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="South Portland Police Beat: Nov. 5
"; arnews[2] += "10/29 at 10:26 p.m. Pressley Neil, 41, was arrested on a warrant on Anthoine Street by Officer Jeffrey Pooler."; arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 19:16:29 GMT"; arnews[2] += "
"; arnews[3]="Katie Cassidy
"; arnews[3] += "Katie Cassidy stars as Ella Simms, a smart, savvy, up-and-coming publicist who strives to reach the top at any cost, on The CWa s \"Melrose Place.\" Cassidy was most recently seen on the drama \"Harpera s Island,\" a murder-mystery series."; arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 14:29:08 GMT"; arnews[3] += "
"; arnews[4]="Portland Police Beat
"; arnews[4] += "2/15 at 6:43 p.m. Philip Champagne, 62, of Portland, was arrested by Officer Robert Pelletier on charges of assault and criminal threatening."; arnews[4] += "
Publ.Date : Wed, 25 Feb 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Gorham man injured when cement truck overturns
"; arnews[5] += "A Gorham man was injured Saturday morning when the cement truck he was driving overturned north of Russell."; arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 19:48:26 GMT"; arnews[5] += "
"; arnews[6]="Maine Maritime Academy to honor Midcoast students, teacher at Celebration of Achievement
"; arnews[6] += "CASTINE : Maine Maritime Academy will honor its best and brightest at its annual Celebration of Achievement on Thursday, Nov."; arnews[6] += "
Publ.Date : Tue, 03 Nov 2009 00:31:38 GMT"; arnews[6] += "
"; totcount = 7; 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("
");