var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Amrie Cunningham: I'm still really pissed off that Nancy Kerrigan never won the Olympic gold medal....
"; arnews[0] += "I'm still really pissed off that Nancy Kerrigan never won the Olympic gold medal...."; arnews[0] += "
"; arnews[1]="Plus Nancy Kerrigan works 2 feed hungry New Yorkers teaming up w Citibank (http://is.gd/4Wlwu) I love when celeb-athletes do work like this!
"; arnews[1] += "Plus Nancy Kerrigan works 2 feed hungry New Yorkers teaming up w Citibank ("; arnews[1] += "
"; arnews[2]="Matt Luizza: Plus Nancy Kerrigan works 2 feed hungry New Yorkers teaming up w Citibank (http://is.gd/4Wlwu) I love when celeb-athletes do work like this!
"; arnews[2] += "Plus Nancy Kerrigan works 2 feed hungry New Yorkers teaming up w Citibank ("; arnews[2] += "
"; arnews[3]="Alison Waring: Baconboy quit us bc of the meatloaf I made. Now he's in his room sobbing "Why why why!" like Nancy Kerrigan. Drama Llama red pajamas!
"; arnews[3] += "Baconboy quit us bc of the meatloaf I made. Now he's in his room sobbing \"Why why why!\" like Nancy Kerrigan. Drama Llama red pajamas!"; arnews[3] += "
"; arnews[4]="Carol Hampton Rasco: Kaleidoscope: Nancy Kerrigan just put on a great performance....she is much, much taller than I remembered. #cancer
"; arnews[4] += "Kaleidoscope: Nancy Kerrigan just put on a great performance....she is much, much taller than I remembered."; 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("
");