var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="DryerBuzz: LL Cool J films scenes on the set of NCIS: Los Angeles with co-star Chris O'Donnell and an unknown m
"; arnews[0] += "LL Cool J films scenes on the set of NCIS: Los Angeles with co-star Chris O'Donnell and an unknown m -"; arnews[0] += "
"; arnews[1]="I guess I'll just have to break the news to The Rock, Matthew McConaughey, Jay Mohr, LL Cool J, Russell Wong & Chris O'Donnell gently
"; arnews[1] += "I guess I'll just have to break the news to The Rock, Matthew McConaughey, Jay Mohr, LL Cool J, Russell Wong & Chris O'Donnell gently"; arnews[1] += "
"; arnews[2]="well, that's cuz LL Cool J, Russell Wong, Chris O'Donnell, Matthew McConaughey aren't on the train. but I digress :-p
"; arnews[2] += "well, that's cuz LL Cool J, Russell Wong, Chris O'Donnell, Matthew McConaughey aren't on the train. but I digress :-p"; arnews[2] += "
"; arnews[3]="Brian Spaeth: RT @pretzels: Chris O'Donnell is my favorite actor!
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="Brian Spaeth: RT @pretzels: Chris O'Donnell is my favorite actor!
"; arnews[4] += "RT @"; 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("
");