var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Sally Ford: I rated a YouTube video (5 out of 5 stars) -- Jaimie Alexander Matt Dallas http://bit.ly/15rxCi
"; arnews[0] += "I rated a YouTube video (5 out of 5 stars) -- Jaimie Alexander Matt Dallas"; arnews[0] += "
"; arnews[1]="Sally Ford: I rated a YouTube video (5 out of 5 stars) -- Matt Dallas http://www.youtube.com/watch?v=txUZSKevM-s&feature=autoshare_twitter
"; arnews[1] += "I rated a YouTube video (5 out of 5 stars) -- Matt Dallas"; arnews[1] += "
"; arnews[2]="Larry: Does anyone know why Matt Dallas didn't finish going to AZ.School for the Arts?
"; arnews[2] += "Does anyone know why Matt Dallas didn't finish going to AZ.School for the Arts? -"; arnews[2] += "
"; arnews[3]="Does anyone know why Matt Dallas stop going to ARIZONA School of the ARTS and went back to Paradise Valley High?
"; arnews[3] += "Does anyone know why Matt Dallas stop going to ARIZONA School of the ARTS and went back to Paradise Valley High? -"; arnews[3] += "
"; arnews[4]="Gossip Feeds: Just Jared: Matt Dallas & Tyler Shields: Swingers Sexy: Actor Matt Dallas and celebrity photographer.. http://bit.ly/5aOQOz
"; arnews[4] += "Just Jared: Matt Dallas & Tyler Shields: Swingers Sexy: Actor Matt Dallas and celebrity photographer.."; 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("
");