var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Brida (Vida Bizarra blog): RT @zachary_levi: Chuck Season 3 HD Promo #4 http://bit.ly/7kAh62
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="Brida (Vida Bizarra blog): RT @zachary_levi: Chuck Season 3 HD Promos #2 & #4 – Subtitled http://bit.ly/6FZsRB
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Trent Partridge: This Just In: The Latest on Chuck, Vampire Diaries and Cougar Town - E! Online
"; arnews[2] += "This Just In: The Latest on Chuck, Vampire Diaries and Cougar Town - E! Online -"; arnews[2] += "
"; arnews[3]="Zachary Levi previews the new season of Chuck (and thanks fans)
"; arnews[3] += "Zachary Levi previews the new season of Chuck (and thanks fans) -"; arnews[3] += "
"; arnews[4]="SynchromysticTV: Zachary Levi previews the new season of Chuck (and thanks fans)
"; arnews[4] += "Zachary Levi previews the new season of Chuck (and thanks fans) -"; 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("
");