var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Rob Madden: #WorldNews George Lopez, Eva Longoria, and Jimmy Smits host Fiesta Latina at the Whit.. http://bit.ly/2lKi5a #News #Fotoglif
"; arnews[0] += ""; arnews[0] += "
"; arnews[1]="Kathie Hagen: Catching up on #Dexter. Watching Season 3. Miguel Prado looks like he's about to lose control. LOVE Jimmy Smits! Rita is *too* annoying.
"; arnews[1] += "Catching up on"; arnews[1] += "
"; arnews[2]="Andrew McGibbon: GOD OF CARNAGE star Jimmy Smits on Regis and Kelly Nov 13 http://tinyurl.com/yfuezt9
"; arnews[2] += "GOD OF CARNAGE star Jimmy Smits on Regis and Kelly Nov 13"; arnews[2] += "
"; arnews[3]="Amy Langfield: This is final weekend to see @GodofCarnageBWY w/orig Broadway cast. Next week: Jimmy Smits, Annie Potts, Ken Stott, Christine Lahti
"; arnews[3] += "This is final weekend to see @"; arnews[3] += "
"; arnews[4]="Scott Duehlmeier: Ah Dexter, I've missed you. Jimmy Smits is sooooo good #Dexter
"; arnews[4] += "Ah Dexter, I've missed you. Jimmy Smits is sooooo good"; 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("
");