var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Matisyahu to Perform Olympic Campaign Anthem "One Day" - Around Rings
";
arnews[0] += "(February 3, 2010 - New York, NY) – Coming off the heels of a very successful partnership with NBC Universal for their “Countdown to Vancouver” Olympic promotional campaign, Grammy nominated artist Matisyahu is set to perform his hopeful and ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:56:00 GMT";
arnews[0] += "
";
arnews[1]="Matisyahu Set To Perform During The Olympic Celebrations - Artistdirect.com
";
arnews[1] += "02/05/2010 . Matisyahu Set To Perform During The Olympic Celebrations was a top story for this week. Here it is again: Matisyahu is set to perform his hopeful and uplifting anthem \"One Day\" as part of the LiveCity Vancouver! and Canada/ Whistler ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 14:36:00 GMT";
arnews[1] += "
";
arnews[2]="Matisyahu Set to Perform During the 2010 Vancouver Winter Olympic ... - Newsblaze.com
";
arnews[2] += "NEW YORK, Feb. 4 /PRNewswire/ -- Coming off the heels of a very successful partnership with NBC Universal for their \"Countdown to Vancouver\" Olympic promotional campaign, Grammy nominated artist Matisyahu is set to perform his hopeful and uplifting ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 15:16:00 GMT";
arnews[2] += "
";
arnews[3]="Yoni and Jon Wayne & The Pain, Feb. 6, Reef - Boise Weekly
";
arnews[3] += "When Matisyahu hit the airwaves in the early 2000s, fans of hip-hop weren't sure how to take a reggae-making, rapping, happening Hassid. In the end, they took him and any young rappers he took under his wing very well indeed. Case in point ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 10:09:00 GMT";
arnews[3] += "
";
arnews[4]="Trevor Hall returns to Des Moines after missing show - Des Moines Register
";
arnews[4] += "Trevor Hall has been a familiar face around Iowa lately. In August he performed at the Vaudeville Mews. In September he opened for Michael Franti at Stephens Auditorium. He returns again tonight, opening for Matisyahu at People's Court. Well, Hall ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 10:08:00 GMT";
arnews[4] += "
";
arnews[5]="What, no rules? It's people's choice for theme song - The Province
";
arnews[5] += "Forget Sarah McLachlan's highly-touted song \"One Dream.\" And don't rush out to buy New York singer Matisyahu's \"One Day.\" The official word from Olympic organizers is that there will be no Vancouver 2010-sanctioned theme song for this year's Winter ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 19:04:00 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("