var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="@retrofires she's a bitch. End of story :P ian would fight me to the death on that one but I do miss buffy sigh :(
"; arnews[0] += "@retrofires she's a bitch. End of story :P ian would fight me to the death on that one but I do miss buffy sigh :("; arnews[0] += "
"; arnews[1]="Jason Toney: Watching last night's SYTYCD special and reminded of how absolutely amazing the Season 4 Top 10 was; How much I love Season 3 Winner Sabra; How spectacular The Bench really is; and how much better Cat Deeley is than Lauren Sanchez.
"; arnews[1] += "Watching last night's SYTYCD special and reminded of how absolutely amazing the Season 4 Top 10 was; How much I love Season 3 Winner Sabra; How spectacular The Bench really is; and how much better Cat Deeley is than Lauren Sanchez."; arnews[1] += "
"; arnews[2]="karyn: What did Lauren Sanchez do to her face?
"; arnews[2] += "What did Lauren Sanchez do to her face?"; arnews[2] += "
"; arnews[3]="Latest News: Lauren Sanchez
"; arnews[3] += "Lauren Sanchez -"; arnews[3] += "
"; arnews[4]="@lauren_sanchez I went to Disneyland today. I'm sad that my annual pass also expires today.
"; arnews[4] += "@lauren_sanchez I went to Disneyland today. I'm sad that my annual pass also expires today."; 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("
");