var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Kelly KM: RT @AmandaPeterson: Megan Henderson is leaving KDFW-TV for KTLA-TV: http://tinyurl.com/cyfbe7
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="David Weiner: RT @AmandaPeterson: Megan Henderson is leaving KDFW-TV for KTLA-TV: http://tinyurl.com/cyfbe7
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="David Weiner: Megan Henderson, host of Good Day in Dallas/Fox4, going to KTLA-TV/Los Angeles. http://budurl.com/2zd3
"; arnews[2] += "Megan Henderson, host of Good Day in Dallas/Fox4, going to KTLA-TV/Los Angeles."; arnews[2] += "
"; arnews[3]="Kelly KM: Megan Henderson, host of Good Day in Dallas/Fox4, going to KTLA-TV/Los Angeles. http://budurl.com/2zd3
"; arnews[3] += "Megan Henderson, host of Good Day in Dallas/Fox4, going to KTLA-TV/Los Angeles."; arnews[3] += "
"; arnews[4]="Jeff Heusser: @KTLAMorningShow so where does Megan Henderson fit in as morning anchor-reporter?
"; arnews[4] += "@"; 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("
");