var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Nick Lachey to host NBC a cappella TV contest (Reuters)
"; arnews[0] += "Nick Lachey to host NBC a cappella TV contest (Reuters) -"; arnews[0] += "
"; arnews[1]="jamil da silva: Where You Are – Jessica Simpson & Nick Lachey ( HQ Official Music Video ): http://bit.ly/8UsrWs
"; arnews[1] += "Where You Are – Jessica Simpson & Nick Lachey ( HQ Official Music Video ):"; arnews[1] += "
"; arnews[2]="ja1000: Where You Are – Jessica Simpson & Nick Lachey ( HQ Official Music Video ): http://bit.ly/8UsrWs
"; arnews[2] += "Where You Are – Jessica Simpson & Nick Lachey ( HQ Official Music Video ):"; arnews[2] += "
"; arnews[3]="Mădălin Oprea: Nick Lachey to Host NBC's 'The Sing-Off' - Inside TV (blog)
"; arnews[3] += "Nick Lachey to Host NBC's 'The Sing-Off' - Inside TV (blog) -"; arnews[3] += "
"; arnews[4]="Mădălin Oprea: Nick Lachey to host NBC a cappella TV contest - Reuters
"; arnews[4] += "Nick Lachey to host NBC a cappella TV contest - Reuters -"; 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("
");