var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="movienews: Sinners & Saints clip
"; arnews[0] += "Sinners & Saints clip -"; arnews[0] += "
"; arnews[1]="Jacqueline Lichtenberg: RT @wendyshepherd: RT @BoondockII: Video message from Troy Duffy and Sean Patrick Flanery (Send UR video reviews)... http://bit.ly/3yYIdV
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Leah: From two hour wikibinge, can only recall that Sean Patrick Flanery's dog is named Donut. WTF! My brain is broken, srsly.
"; arnews[2] += "From two hour wikibinge, can only recall that Sean Patrick Flanery's dog is named Donut. WTF! My brain is broken, srsly."; arnews[2] += "
"; arnews[3]="Sean Patrick Flanery Web Site (Geocities)
"; arnews[3] += "Sean Patrick Flanery Web Site (Geocities) -"; arnews[3] += "
"; arnews[4]="Todd Justice: Interview – Troy Duffy, Chris Brinker, and Sean Patrick Flanery of The ...: Reel Loop (satire) (blog) It was fu.. http://digg.com/u1GMp9
"; arnews[4] += "Interview – Troy Duffy, Chris Brinker, and Sean Patrick Flanery of The ...: Reel Loop (satire) (blog) It was fu.."; 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("
");