var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Bruce Vickers: Amy Smart: http://bit.ly/10tb1w nsfw
"; arnews[0] += "Amy Smart:"; arnews[0] += "
"; arnews[1]="Henno Kruger: Amy Smart
"; arnews[1] += "Amy Smart -"; arnews[1] += "
"; arnews[2]="Mike Wilkerson: Those of you who are 24 fans, Amy Smart has some great voiceovers in WWII in HD on The History Channel! http://www.24podcast.com
"; arnews[2] += "Those of you who are 24 fans, Amy Smart has some great voiceovers in WWII in HD on The History Channel!"; arnews[2] += "
"; arnews[3]="Henno Kruger: Amy Smart | Daily Babes
"; arnews[3] += "Amy Smart | Daily Babes -"; arnews[3] += "
"; arnews[4]="swinflunews: Virus Is a Mixture of H1N1 and Parainfluenza
"; arnews[4] += "Virus Is a Mixture of H1N1 and Parainfluenza -"; 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("
");