var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Wolf's 17th Mardi Gras Bash at T.T.'s
"; arnews[0] += "Feb 13, 2010 at 12:00 AM Sat. Feb. 13 If it's Mardi Gras in the Boston area, you know it's time for Wolf's 17th Annual Mardi Gras Ball."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:45:23 GMT"; arnews[0] += "
"; arnews[1]="Film review: Holy Water
"; arnews[1] += "This comedy about a village whose water supply is contaminated by Viagra is pretty feeble, writes Peter Bradshaw Never rains but it pours ...A Holy Water Holy Water Production year: 2009 Country: UK Cert : 15 Runtime: 93 mins Directors: Tom Reeve Cast: Angeline Ball, Cornelius Clarke, John Lynch, Linda Hamilton, Lochlainn O'Mearain, Tommy 'Tiny' ..."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:45:03 GMT"; arnews[1] += "
"; arnews[2]="When Greta Garbo Came to Donegal
"; arnews[2] += "Greta Garbo really did visit Donegal, in 1970, as the guest of an English painter, but in his new play Buncrana playwright, Frank McGuinness fictionalises the occasion backwards to the summer of 1967, with Ireland on the brink of the recent Troubles and Scott Mackenzie singing of trips to San Francisco with flowers in your hair."; arnews[2] += "
Publ.Date : Sun, 17 Jan 2010 00:00:00 GMT"; arnews[2] += "
"; arnews[3]="Greta Garbo Came To Donegal
"; arnews[3] += "The screen idol famed for her solitary tendencies is the centrepiece in Frank McGuinness's neo-Chekovian play , in the highly unlikely setting of Donegal."; arnews[3] += "
Publ.Date : Tue, 19 Jan 2010 20:30:48 GMT"; arnews[3] += "
"; arnews[4]="Women power sweeps PSA Awards
"; arnews[4] += "They stood out in a field long dominated by men. And for their exploits in the SEA Games and the World Championships, five courageous ladies will share the spotlight as 2009 Athletes of the Year during the Philippine Sportswriters Association Awards Night on March 1 at the Manila Hotel."; arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 00:27:09 GMT"; arnews[4] += "
"; arnews[5]="Greta Garbo Came to Donegal, Tricycle Theatre, London
"; arnews[5] += "Frank McGuinness's emotionally rich and highly enjoyable new play has a Chekhovian structure."; arnews[5] += "
Publ.Date : Thu, 14 Jan 2010 00:19:12 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("
");