var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="David Pearce: ✔ This is a test for Davids Auto Tweet Scheduler http://djpsales.com/scheduler/
"; arnews[0] += "✔ This is a test for Davids Auto Tweet Scheduler"; arnews[0] += "
"; arnews[1]="SteveRoye: Blog Standard? Winners Tweet From NYC Toilets
"; arnews[1] += "Blog Standard? Winners Tweet From NYC Toilets -"; arnews[1] += "
"; arnews[2]="Itamar Kestenbaum: "You've got to tweet. Tweet for your life. Tweet for the music that saves you when you're not so sure you'll survive" - @JacksMannequinn
"; arnews[2] += "\"You've got to tweet. Tweet for your life. Tweet for the music that saves you when you're not so sure you'll survive\" - @"; arnews[2] += "
"; arnews[3]="Jerry Oakman: Tweet: jerry_oakman: Cheap Flights: Flights from Houston Hobby (HOU) to Austin Bergstrom (AUS) $125*, De.. http://cli.gs/QJQqN
"; arnews[3] += "Tweet: jerry_oakman: Cheap Flights: Flights from Houston Hobby (HOU) to Austin Bergstrom (AUS) $125*, De.."; arnews[3] += "
"; arnews[4]="Jerry Oakman: Tweet: jerry_oakman: Cheap Flights: Flights from San Francisco (SFO) to Long Beach (LGB) $138*, Dec 07 -.. http://cli.gs/ubj50
"; arnews[4] += "Tweet: jerry_oakman: Cheap Flights: Flights from San Francisco (SFO) to Long Beach (LGB) $138*, Dec 07 -.."; 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("
");