var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Mighty Casey: @Trina_Willard #haustalk discussion will focus on recession-proofing strategies for small biz w/a side dish of strategic planning for 2010
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Brandon Blattner: listening to Evil Empire Interstate Trafficking Pt 8 by Ludacris Feat. Trina on Boxee
"; arnews[1] += "listening to Evil Empire Interstate Trafficking Pt 8 by Ludacris Feat. Trina on Boxee -"; arnews[1] += "
"; arnews[2]="Jeanne St. James: RT @Gemsivad: It's time to get wicked. Trina Lee's Wicked Kiss just released from Liquid Silver Books. http://bit.ly/4XLIfC
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="Ginny: Ruffled Scarf #Giveaway! Enter for a chance to win a fabulous scarf from @CharlotteRusse at @xoxo_trina’s blog! http://bit.ly/5epxmf
"; arnews[3] += "Ruffled Scarf"; arnews[3] += "
"; arnews[4]="Adam: @xoxo_trina how's it goin?
"; 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("
");