var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Kathryn Darden: American Idol alumni with gospel music ties Kris Allen, Jennifer Hudson, Jordin Sparks, Mandisa http://tinyurl.com/n85uud #musicmonday #MM
"; arnews[0] += "American Idol alumni with gospel music ties Kris Allen, Jennifer Hudson, Jordin Sparks, Mandisa"; arnews[0] += "
"; arnews[1]="Efi: ( Videos ) - Idol contestant Mandisa performs in Toledo
"; arnews[1] += "( Videos ) - Idol contestant Mandisa performs in Toledo -"; arnews[1] += "
"; arnews[2]="Mandisa performs in Toledo http://bit.ly/49SrcQ
"; arnews[2] += "Mandisa performs in Toledo"; arnews[2] += "
"; arnews[3]="Kathryn Darden: American Idol alumni with gospel music ties Kris Allen, Jennifer Hudson, Jordin Sparks, Mandisa http://tinyurl.com/n85uud #musicmonday #MM
"; arnews[3] += "American Idol alumni with gospel music ties Kris Allen, Jennifer Hudson, Jordin Sparks, Mandisa"; arnews[3] += "
"; arnews[4]="Tatiane Pires: ♪ Voice Of A Savior, Mandisa http://bit.ly/4k8PHJ
"; arnews[4] += "♪ Voice Of A Savior, Mandisa"; 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("
");