var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="jrameau: Melinda Clarke, redhead crush #6
"; arnews[0] += "Melinda Clarke, redhead crush #6"; arnews[0] += "
"; arnews[1]="Yes! She's terrific RT @stayingin: Nice to see Melinda Clarke on TV again during last night's Entourage. Someone get this woman her own show
"; arnews[1] += "Yes! She's terrific RT @"; arnews[1] += "
"; arnews[2]="Martin Bosworth: @moryan @stayingin: What? Melinda Clarke was on "Entourage?" Finally, a reason to watch that stupid show again.
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="@Satjeetkkaur I like that, Melinda Clarke as Evil-Lynn. She would be badass.
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="I agree with @stayingin -Matt Keeslar now at top of my list of People Who Need Their Own Show. Along w Melinda Clarke. Those 2 as co-stars??
"; arnews[4] += "I agree with @"; 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("
");