var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Joe Hummrich: Thanks for all the Elizabeth Mitchell replies. I don't watch Lost.... @luvtheheaven knows me well. I know her from ER! (thanks 4 reminding)
"; arnews[0] += "Thanks for all the Elizabeth Mitchell replies. I don't watch Lost.... @"; arnews[0] += "
"; arnews[1]="Alex Sauceda: @Zamarripa Espero que si la vuelvan a poner, la que no me convence mucho es Erica (Elizabeth Mitchell)
"; arnews[1] += "@"; arnews[1] += "
"; arnews[2]="Seeing Elizabeth Mitchell and Sonya Walger on any show but #LOST is so weird.
"; arnews[2] += "Seeing Elizabeth Mitchell and Sonya Walger on any show but"; arnews[2] += "
"; arnews[3]="David Henderson: I am being followed by Elizabeth Mitchell - but her bio say: " I am NOT the real Elizabeth Mitchell."
"; arnews[3] += "I am being followed by Elizabeth Mitchell - but her bio say: \" I am NOT the real Elizabeth Mitchell.\""; arnews[3] += "
"; arnews[4]="Susan Jaworowski: Watching this week's epi of V. Hard to buy into it when Elizabeth Mitchell's hair is the same as in Lost & guy she works with is named Jack.
"; arnews[4] += "Watching this week's epi of V. Hard to buy into it when Elizabeth Mitchell's hair is the same as in Lost & guy she works with is named Jack."; 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("
");