var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Mon Dec 07 Mavericks Live 2009 featuring Matisyahu Presented By Sony Ericsson @ Saint Andrews Hall Detroit http://tinyurl.com/yzvcwdh
"; arnews[0] += "Mon Dec 07 Mavericks Live 2009 featuring Matisyahu Presented By Sony Ericsson @ Saint Andrews Hall Detroit"; arnews[0] += "
"; arnews[1]="Adam Zand: @Michellemmm I'm more of an anaolg strategist ;-{. @NossonZand rocked the mic w. @trevorhallmusic & @matisyahu in stereo last night- proud
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="Michael T. Halligan: Photos from the Matisyahu show at the Fillmore in San Francisco http://post.ly/DILn
"; arnews[2] += "Photos from the Matisyahu show at the Fillmore in San Francisco"; arnews[2] += "
"; arnews[3]="Michelle McCormack: RT @NoOneYouKnow @NossonZand rocked the mic w. @trevorhallmusic & @matisyahu in stereo last night- proud > Impressive
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="@biz tell'm shalom from matis.
"; arnews[4] += "@"; arnews[4] += "
"; totcount = 5; 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("
");