var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Tyrin Ford: Come check out Martin Lawrence tonight at the Comedy Store in Hollywood. He's back doing stand-up and funnier than ever. Let's go!
"; arnews[0] += "Come check out Martin Lawrence tonight at the Comedy Store in Hollywood. He's back doing stand-up and funnier than ever. Let's go!"; arnews[0] += "
"; arnews[1]="Jovemnoticias: Na #Globo: "Bad Boys" (1995), comédia com Will Smith e Martin Lawrence. Às 23h10.
"; arnews[1] += "Na"; arnews[1] += "
"; arnews[2]="Brian Donnelly: @hannanimal I still think Martin Lawrence's Black Knight is better than DC's Blackest Night.
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="hearing Michael Bay, Martin Lawrence & Will Smith negotiating to film 'Bad Boys 3' in Miami :-) good times
"; arnews[3] += "hearing Michael Bay, Martin Lawrence & Will Smith negotiating to film 'Bad Boys 3' in Miami :-) good times -"; arnews[3] += "
"; arnews[4]="Tom Whiting: trivia Q: What 80s spin off of a 70s tv show did Martin Lawrence play on? A: http://bit.ly/18IhOf
"; arnews[4] += "trivia Q: What 80s spin off of a 70s tv show did Martin Lawrence play on? A:"; 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("
");