var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Cody Linley is Very Excited About Going to Broadway
"; arnews[0] += "Cody Linley is Very Excited About Going to Broadway -"; arnews[0] += "
"; arnews[1]="Sparro: Cody Linley Broadway Debut “Over Here!”
"; arnews[1] += "Cody Linley Broadway Debut “Over Here!” -"; arnews[1] += "
"; arnews[2]="Sparro: Cody Linley Broadway Debut “Over Here!”: Cody Linley is ready for his close-up under the brigh.. http://tinyurl.com/y9ujtfl RT@newsunwrapped
"; arnews[2] += "Cody Linley Broadway Debut “Over Here!”: Cody Linley is ready for his close-up under the brigh.."; arnews[2] += "
"; arnews[3]="Swine Flu Tracker: Cyrus 'i Want To Be Like Beyonce' - Gaea Times
"; arnews[3] += "Cyrus 'i Want To Be Like Beyonce' - Gaea Times -"; arnews[3] += "
"; arnews[4]="Swine Flu Tracker: Miley Cyrus wants to be like Beyonce - India Business Blog (blog)
"; arnews[4] += "Miley Cyrus wants to be like Beyonce - India Business Blog (blog) -"; 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("
");