var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Nick Lachey To Host 'The Sing Off'
"; arnews[0] += "Nick Lachey has just signed on with NBC to host a series called The Sing Off . The show will feature eight singing a cappella groups that are competing for a recording contract with Epic Records/Sony. The series will premier December 14th."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:54:39 GMT"; arnews[0] += "
"; arnews[1]="Lachey says no lip-syncing on new series
"; arnews[1] += "Singer Nick Lachey says his new U.S. TV series will be an a cappella singing competition between eight groups, all forbidden from lip-syncing. The former 98 Degrees singer said NBC's \"The Sing-Off\" will have the groups competing against one another without instruments in a bid to win a Epic Records/Sony Recording contract, People.com reported ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:53:04 GMT"; arnews[1] += "
"; arnews[2]="Lachey to host singing competition show
"; arnews[2] += "NBC has picked up a four-night singing competition show to be presented by Nick Lachey."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:38:47 GMT"; arnews[2] += "
"; arnews[3]="Nick Lachey to Host New Singing Competition Show
"; arnews[3] += "For those who shared the Aussies' outrage over Britney Spears , here's a new TV show for you: The Sing-Off , a competition you can not sync your lips into."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:15:00 GMT"; arnews[3] += "
"; arnews[4]="Taylor Lautner Does The Jay Leno Show
"; arnews[4] += "Taylor Lautner stopped by The Jay Leno Show Monday night and brought with him the best Twilight mom story you'll ever hear and an exclusive clip from The Twilight Saga: New Moon ."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 12:25:34 GMT"; 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("
");