var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Kevin Collins: Susan's interview with Meredith Vieira http://bit.ly/2VAOK4 http://www.ivideo.ie
"; arnews[0] += "Susan's interview with Meredith Vieira"; arnews[0] += "
"; arnews[1]="Tattle2.Me: Robert’s Right on Time For His Late Show Appearance
"; arnews[1] += "Robert’s Right on Time For His Late Show Appearance -"; arnews[1] += "
"; arnews[2]="Robert’s Right on Time For His Late Show Appearance
"; arnews[2] += "Robert’s Right on Time For His Late Show Appearance -"; arnews[2] += "
"; arnews[3]="Rohan Kar: MarthaStewart.com: Meredith Vieira and I have a baking contest http://bit.ly/3bVoyG
"; arnews[3] += "MarthaStewart.com: Meredith Vieira and I have a baking contest"; arnews[3] += "
"; arnews[4]="indocontest: The Martha Blog : Blog Archive : Meredith Vieira and I have a ...: We held a pie contest on my television show .. http://bit.ly/omsa0
"; arnews[4] += "The Martha Blog : Blog Archive : Meredith Vieira and I have a ...: We held a pie contest on my television show .."; 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("
");