var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Tim: Listening to 'Cowboy Take Me Away' by Dixie Chicks @imeem http://x.imeem.com/Qmds_QRqQ6
"; arnews[0] += "Listening to 'Cowboy Take Me Away' by Dixie Chicks @"; arnews[0] += "
"; arnews[1]="welshtroll: Me First and the Gimme Gimmes – Goodbye Earl (Dixie Chicks)
"; arnews[1] += "Me First and the Gimme Gimmes – Goodbye Earl (Dixie Chicks) -"; arnews[1] += "
"; arnews[2]="Shelly DeMotte Kramer: RT @ATLcatalyst: I clearly have a Twitter addiction. Woke up from a dream - was having torrid Twitter affair w/Natalie from The Dixie Chicks
"; arnews[2] += "RT @"; arnews[2] += "
"; arnews[3]="YatPundit: @NOLAnotes i feel that way about the Dixie Chicks.
"; arnews[3] += "YatPundit: @NOLAnotes i feel that way about the Dixie Chicks. -"; arnews[3] += "
"; arnews[4]="Storage Industry: @NOLAnotes i feel that way about the Dixie Chicks.
"; 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("
");