var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Chuck Gose: Good one. Don't call it a comeback. RT @hollysmommie: Hey J-Lo, LL Cool J wants his video for Mama Said Knock You Out Back.
"; arnews[0] += "Good one. Don't call it a comeback. RT @"; arnews[0] += "
"; arnews[1]="I am promoting LL Cool J for Governor of Virginia in 2013.
"; arnews[1] += "I am promoting LL Cool J for Governor of Virginia in 2013. -"; arnews[1] += "
"; arnews[2]="@RoyceDaFive9 @towelheadradio royce da 5 9 is an asshole dwarf mini me ll cool j wannabe
"; arnews[2] += "@RoyceDaFive9 @towelheadradio royce da 5 9 is an asshole dwarf mini me ll cool j wannabe -"; arnews[2] += "
"; arnews[3]="Ray: This guy does awesome impersonations of Snoop Dogg , DMX , LL Cool J & Jay Z RT @collegehumor Aries Spears Rap - http://bit.ly/4yXpXd
"; arnews[3] += "This guy does awesome impersonations of Snoop Dogg , DMX , LL Cool J & Jay Z RT @"; arnews[3] += "
"; arnews[4]="Crystal Mills: #MusicMonday: I'm listening to Control Myself by LL Cool J feat. Jennifer Lopez.
"; 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("
");