var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Just voted hilarie burton for Best Actor/Actress to Follow http://mashable.com/owa #openwebawards
"; arnews[0] += "Just voted hilarie burton for Best Actor/Actress to Follow"; arnews[0] += "
"; arnews[1]="Just voted Hilarie Burton for Best Celebrity to Follow http://mashable.com/owa #openwebawards
"; arnews[1] += "Just voted Hilarie Burton for Best Celebrity to Follow"; arnews[1] += "
"; arnews[2]="Just voted hilarie burton for Best Actor/Actress to Follow http://mashable.com/owa #openwebawards
"; arnews[2] += "Just voted hilarie burton for Best Actor/Actress to Follow"; arnews[2] += "
"; arnews[3]="Jennifer Chuchmuch: Just voted Hilarie Burton for Most Inspiring to Follow http://mashable.com/owa #openwebawards
"; arnews[3] += "Just voted Hilarie Burton for Most Inspiring to Follow"; arnews[3] += "
"; arnews[4]="Just voted hilarie burton for Best Actor/Actress to Follow http://mashable.com/owa #openwebawards
"; arnews[4] += "Just voted hilarie burton for Best Actor/Actress to Follow"; 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("
");