var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="TWiT Army: majortom: ABC announced Tuesday's ('Dancing With the Stars Finale') show: Cloris Leachman, Steve Wozniak and Jerry Springer will have a mambo comp.
"; arnews[0] += "majortom: ABC announced Tuesday's ('Dancing With the Stars Finale') show: Cloris Leachman, Steve Wozniak and Jerry Springer will have a mambo comp. -"; arnews[0] += "
"; arnews[1]="Jerry Cobbs: majortom: ABC announced Tuesday's ('Dancing With the Stars Finale') show: Cloris Leachman, Steve Wozniak and Jerry Springer will have a mambo comp.
"; arnews[1] += "majortom: ABC announced Tuesday's ('Dancing With the Stars Finale') show: Cloris Leachman, Steve Wozniak and Jerry Springer will have a mambo comp. -"; arnews[1] += "
"; arnews[2]="Amber Nichole Lawrence: majortom: ABC announced Tuesday's ('Dancing With the Stars Finale') show: Cloris Leachman, Steve Wozniak and Jerry Springer will have a mambo comp.
"; arnews[2] += "majortom: ABC announced Tuesday's ('Dancing With the Stars Finale') show: Cloris Leachman, Steve Wozniak and Jerry Springer will have a mambo comp. -"; arnews[2] += "
"; arnews[3]="Thunderwing: majortom: ABC announced Tuesday's ('Dancing With the Stars Finale') show: Cloris Leachman, Steve Wozniak and Jerry Springer will have a mambo comp.
"; arnews[3] += "majortom: ABC announced Tuesday's ('Dancing With the Stars Finale') show: Cloris Leachman, Steve Wozniak and Jerry Springer will have a mambo comp. -"; arnews[3] += "
"; arnews[4]="Justin Waldrop: Saber-Tooth Tiger Town with Cloris Leachman
"; arnews[4] += "Saber-Tooth Tiger Town with Cloris Leachman -"; 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("
");