var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Quick action saves life of Berkeley woman
"; arnews[0] += "It was a group effort that saved the life of Magda Lugo, 59, who suffered a medical emergency on Wednesday, police said."; arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="HATCHET Director Adam Green and GRACE Director Paul Solet Want to...
"; arnews[1] += "It's almost Halloween and you haven't even started carving your pumpkin!A Using just a regular knife will be far too arduous and you're starting to think of just picking up a plastic pumpkin from Wal-Mart.A Stop!A Adam Green and Paul Solet, the directors of \"Hatchet\" and \"Grace\", respectively, have just the solution for you: Jack Chop! Done in the ..."; arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 01:05:04 GMT"; arnews[1] += "
"; arnews[2]="Penelope Cruz and Ben Kingsley
"; arnews[2] += "Home : Sightings : Celebrities : Mixed Groups : Penelope Cruz and Ben Kingsley Penelope Cruz and Ben Kingsley 23-Oct-2009 Written by: Ryan Britten Even Celebs have bad days So I'm working as background on the feature film, Elegy, starring Sir Ben Kingsley and Penelope Cruz."; arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Brothers
"; arnews[3] += "Mike's agent secures some on-camera opportunities for extra income, including a post-game commentary with former NFL rival Anthony \"Avalanche\" Carter and a commercial spot with Adele."; arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 19:12:27 GMT"; arnews[3] += "
"; arnews[4]="Rob Halford Talks About Metal God Apparel; Video Available
"; arnews[4] += "Artisan News Service spoke with JUDAS PRIEST singer Rob Halford last week about Metal God Apparel , Halford 's signature brand of t-shirts. Watch the interview at this location ."; arnews[4] += "
Publ.Date : Sun, 04 Oct 2009 18:27:35 GMT"; arnews[4] += "
"; arnews[5]="Offense struggles in nonleague loss to the Mustangs
"; arnews[5] += "A week after pulling out an exhilarating overtime win over Northeast Metro, the Revere High Patriots struggled mightily against Medford High."; arnews[5] += "
Publ.Date : Fri, 25 Sep 2009 05:24:54 GMT"; arnews[5] += "
"; arnews[6]="Rob Stefaniuk's Suck and Sook-Yin Lee's Year of the Carnivore Reviews - Tiff '09
"; arnews[6] += "Two Canadian indies. Two \"Kids in the Hall\" alums. Two vastly different genres. Stateside, we all know about the crazy worlds of David Cronenberg, Atom Egoyan, and the maple leaf filmmakers who make inventive footprints in the world of film."; arnews[6] += "
Publ.Date : Wed, 23 Sep 2009 07:10:50 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("
");