var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Ryan: If who read my filming report from yesterday, you can add Terry O'Quinn to the list. Note: He's not the person @mrshawaii mentioned. Heh.
"; arnews[0] += "If who read my filming report from yesterday, you can add Terry O'Quinn to the list. Note: He's not the person @"; arnews[0] += "
"; arnews[1]="@benetherington THAT was Terry O'Quinn? Was that episode called Pegasus? But... didn't that guy have hair? #Lost #StarTrek
"; arnews[1] += "@benetherington THAT was Terry O'Quinn? Was that episode called Pegasus? But... didn't that guy have hair?"; arnews[1] += "
"; arnews[2]="Graham: Graham I see "The Stepfather" remake is out. Hopefully it will prompt people to go find the original classic with Terry O'Quinn.
"; arnews[2] += "I see \"The Stepfather\" remake is out. Hopefully it will prompt people to go find the original classic with Terry O'Quinn."; arnews[2] += "
"; arnews[3]="LAWL, soirée #lost sur #tf1 avec comme guest dans le 2nd épisode Terry O'Quinn (aka Locke) et maintenant Michael Emerson (aka B.Linus) ^^
"; arnews[3] += "LAWL, soirée"; arnews[3] += "
"; arnews[4]="Lucia: watching the original Stepfather with a much younger Terry O'Quinn. he has so much hair. it's amusing
"; arnews[4] += "watching the original Stepfather with a much younger Terry O'Quinn. he has so much hair. it's amusing"; 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("
");