var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Lawrence smokestack implosion will make good TV
"; arnews[0] += "(NECN: Lawrence, Mass.) - Boom! More than 100 years of history came crashing down this morning in Lawrence, Massachusetts. Two smokestacks at 290 Merrimack Street were imploded..."; arnews[0] += "
Publ.Date : Thu, 15 Oct 2009 14:23:19 GMT"; arnews[0] += "
"; arnews[1]="If You Believe - Lisa Kelly [OfficialSong]
"; arnews[1] += "Tinkerbell and the Lost Treasure: Soundtrack Buy it now on iTunes!!! If You Believe By: Lisa Kelly (Member of Celtic Woman) Enjoy!!! Track Listing for the Soundtrack: 1. Gift of a..."; arnews[1] += "
Publ.Date : Tue, 22 Sep 2009 22:59:24 GMT"; arnews[1] += "
"; arnews[2]="Lisa Kelly (Celtic Woman) - You Raise Me Up (Solo Version)
"; arnews[2] += "A Tribute to Enormously Talented Lisa Kelly of Celtic Woman who sings a solo version of \"You Raise Me Up\". Song is \"You Raise Me Up\" Song Artist is Lisa Kelly (Celtic Woman). I..."; arnews[2] += "
Publ.Date : Tue, 25 Aug 2009 17:27:23 GMT"; arnews[2] += "
"; arnews[3]="Ice Road Truckers : Wicked Weather
"; arnews[3] += "A nasty storm seems to be gathering force, but Tim Freeman and George Spears decide to head out into it anyways. Lisa Kelly finds her progress halted when the road heading north..."; arnews[3] += "
Publ.Date : Sun, 12 Jul 2009 00:00:00 GMT"; arnews[3] += "
"; document.title=document.title+ " "; arnews[4]="Lisa Kelly/ Celtic woman Now we are free
"; arnews[4] += "Performed by Lisa Kelly of Celtic Woman"; arnews[4] += "
Publ.Date : Fri, 19 Dec 2008 05:44:17 GMT"; arnews[4] += "
"; arnews[5]="Lisa Kelly - Caledonia - Miyazaki Films
"; arnews[5] += "This was a video that I had submitted for the Otakon 2008 AMV contest. It didn't make it into the final runnings but it was shown in the overflow. I hope you guys like it as much..."; arnews[5] += "
Publ.Date : Sat, 08 Nov 2008 21:31:26 GMT"; arnews[5] += "
"; arnews[6]="Braveheart - Lisa Kelly, The Voice
"; arnews[6] += "The Voice, song by Lisa Kelly, 0wen, Arts & Animation video"; arnews[6] += "
Publ.Date : Mon, 09 Jun 2008 07:43:35 GMT"; arnews[6] += "
"; arnews[7]="Caledonia by Lisa Kelly
"; arnews[7] += "Song:Caledonia Singer:Lisa Kelly Group:Celtic woman ... Caledonia Lisa kelly Celtic woman"; arnews[7] += "
Publ.Date : Fri, 07 Mar 2008 21:40:53 GMT"; arnews[7] += "
"; arnews[8]="My Oasis - Lisa Kelly, Valhalla Powdercats, BC
"; arnews[8] += "Valhalla Powdercats - catskiing, snowcat skiing, cat skiing, heli ... www.valhallapow.com"; arnews[8] += "
Publ.Date : Fri, 16 Nov 2007 08:00:00 GMT"; arnews[8] += "
"; arnews[9]="Celtic Woman - Lisa Kelly - Interview
"; arnews[9] += "Celtic Woman 2005 Lisa Kelly Interview"; arnews[9] += "
Publ.Date : Mon, 28 May 2007 01:07:11 GMT"; arnews[9] += "
"; totcount = 10; 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("
");