var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Michelle: THE MIDDLE, starring Patricia Heaton
"; arnews[0] += "THE MIDDLE, starring Patricia Heaton -"; arnews[0] += "
"; arnews[1]="moxienyc: @BlondHousewife That was destined to fail. Now if only that new Patricia Heaton show would get cancelled
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="Patricia Heaton
"; arnews[2] += "Patricia Heaton"; arnews[2] += "
"; arnews[3]="juan batista: Everybody loves Raymond Patricia Heaton sexy funny http://bit.ly/gVI7V
"; arnews[3] += "Everybody loves Raymond Patricia Heaton sexy funny"; arnews[3] += "
"; arnews[4]="EWAusielloFiles: Exclusive: THE MIDDLE casts Brooke Shields as Patricia Heaton's neighbor-nemesis. http://bit.ly/1z9tpQ
"; arnews[4] += "EWAusielloFiles: Exclusive: THE MIDDLE casts Brooke Shields as Patricia Heaton's neighbor-nemesis."; 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("
");