var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="David W. Sumner: 400 shots "at" Dennis Hopper: http://bit.ly/2DHnKh
"; arnews[0] += "400 shots \"at\" Dennis Hopper:"; arnews[0] += "
"; arnews[1]="Morgan McLintic: @tweetcroft Good work Tim. Very Dennis Hopper. #movember
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="Neil: Easy Rider on Blu-ray in the background as I finish up some stuff 'round the house. As Dennis Hopper might say, "it looks great, man..."
"; arnews[2] += "Easy Rider on Blu-ray in the background as I finish up some stuff 'round the house. As Dennis Hopper might say, \"it looks great, man...\""; arnews[2] += "
"; arnews[3]="Easy Rider on Blu-ray in the background as I finish up some stuff 'round the house. As Dennis Hopper might say, "it looks great, man..."
"; arnews[3] += "Easy Rider on Blu-ray in the background as I finish up some stuff 'round the house. As Dennis Hopper might say, \"it looks great, man...\""; arnews[3] += "
"; arnews[4]="steve stone: Hanging iwth Dennis Hopper and Talking Art. http://bit.ly/Fiaeb #art #paint #abstractart
"; arnews[4] += "Hanging iwth Dennis Hopper and Talking Art."; 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("
");