var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Melissa Romano Gampel: @Mark_Consuelos 70 degrees? Really? Its been so cold.I knewitwas a sham too,boy said it was for the show & you can tell parents were lying
"; arnews[0] += "@"; arnews[0] += "
"; arnews[1]="Latinaroom.com: Mark Consuelos Set For Daytime Reunion #celebrity http://tinyurl.com/yz8c33b
"; arnews[1] += "Mark Consuelos Set For Daytime Reunion"; arnews[1] += "
"; arnews[2]="Melissa Romano Gampel: @Mark_Consuelos I love it! Wish it was like this all year!
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Guess Who?
"; arnews[3] += "Guess Who? -"; arnews[3] += "
"; arnews[4]="Tattle2.Me: Guess Who?
"; arnews[4] += "Guess Who? -"; 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("
");