var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Hasidic reggae artist Matisyahu explores new genres
"; arnews[0] += "With his fourth album, Hasidic artist Matisyahu veers away from reggae for a more pop sound"; arnews[0] += "
Publ.Date : Fri, 28 Aug 2009 20:54:56 GMT"; arnews[0] += "
"; arnews[1]="MATISYAHU FANS SEE LIGHT THIS WEEK
"; arnews[1] += "Matisyahu finally released his new album titled Light, which features the hit single \"One Day,\" and he talked about translating his energetic live show to the album."; arnews[1] += "
Publ.Date : Wed, 26 Aug 2009 16:37:12 GMT"; arnews[1] += "
"; arnews[2]="Matisyahu Finds His Shining 'Light'
"; arnews[2] += "The Jewish reggae singer tackles a more rock sound on his new album, 'Light,' and explains why he really doesn't listen to music anymore. (Aug. 24)"; arnews[2] += "
Publ.Date : Mon, 24 Aug 2009 16:08:45 GMT"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="Matisyahu - One Day
"; arnews[3] += "Matisyahu's new single \"One Day\" New album \"Light\" out August 09 www.matisyahuworld.com ... matisyahu one day light crystal method new album single song youth"; arnews[3] += "
Publ.Date : Fri, 29 May 2009 15:41:11 GMT"; arnews[3] += "
"; arnews[4]="The Crystal Method feat Matisyahu - Drown In The Now
"; arnews[4] += "The first release from The Crystal Method's new album, Divided By Night. ... The Crystal Method Electronica Dance Matisyahu Divided By Night"; arnews[4] += "
Publ.Date : Wed, 22 Apr 2009 16:35:15 GMT"; arnews[4] += "
"; arnews[5]="Matisyahu on CNN
"; arnews[5] += "."; arnews[5] += "
Publ.Date : Tue, 29 Apr 2008 22:31:31 GMT"; arnews[5] += "
"; arnews[6]="Matisyahu
"; arnews[6] += "Jerusalem"; arnews[6] += "
Publ.Date : Sat, 16 Feb 2008 20:52:18 GMT"; arnews[6] += "
"; arnews[7]="Matisyahu - Time Of Your Song
"; arnews[7] += "Time Of Your Song ; Matisyahu"; arnews[7] += "
Publ.Date : Tue, 05 Jun 2007 21:40:03 GMT"; arnews[7] += "
"; arnews[8]="Matisyahu Jerusalem
"; arnews[8] += "Matisyahu Jerusalem clip"; arnews[8] += "
Publ.Date : Thu, 23 Nov 2006 15:36:12 GMT"; arnews[8] += "
"; arnews[9]="Matisyahu - King Without A Crown
"; arnews[9] += "(can't/couldn't} deflate your ego You're already there, then there's nowhere to go You're cup's already full then it's bound to overflow If you're drowning in the waters and you..."; arnews[9] += "
Publ.Date : Fri, 30 Jun 2006 02:26:32 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("
");