var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Action Flick Chick: You're quite welcome! James Hampton is a NICE man & everybody tells me Kevin Sorbo truly is too. @Lil_hermie http://bit.ly/5O6UUU
"; arnews[0] += "You're quite welcome! James Hampton is a NICE man & everybody tells me Kevin Sorbo truly is too. @"; arnews[0] += "
"; arnews[1]="Don P: Kevin Sorbo on a SyFy movie! If Mark Dacascos & that guy who played Lacroix on FOREVER KNIGHT showed up, it'd be perfect schlock!
"; arnews[1] += "Kevin Sorbo on a SyFy movie! If Mark Dacascos & that guy who played Lacroix on FOREVER KNIGHT showed up, it'd be perfect schlock!"; arnews[1] += "
"; arnews[2]="Action Flick Chick: what Kevin Sorbo @ksorbs does with his time http://sorbowriter.wordpress.com/ courtesy of @janfeighner
"; arnews[2] += "what Kevin Sorbo @"; arnews[2] += "
"; arnews[3]="Action Flick Chick: hee RT @Lil_hermie I can just picture you walking around the huge Dallas Cowboys stadium yelling "Kevin, Kevin Sorbo...where are you!" hehe
"; arnews[3] += "hee RT @"; arnews[3] += "
"; arnews[4]="ann glenn: don't judge me, i'm watching my second kevin sorbo movie this evening on the @syfy channel. Lightening strikes and now fire from below.
"; arnews[4] += "don't judge me, i'm watching my second kevin sorbo movie this evening on the @"; 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("
");