var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nick Lachey to Host New Singing Competition Show - Artistdirect.com
";
arnews[0] += "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. Hosted by Nick Lachey, the four-night NBC series premiering Dec. 14 features eight singing ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:32:00 GMT";
arnews[0] += "
";
arnews[1]="Nick Lachey to Host NBC's 'The Sing-Off' - AceShowbiz
";
arnews[1] += "The singing competition show is taking shape with Nick on board as host and the announcement of the premiere date. © Albert L. Ortega/PR Photos There will be a new singing competition which presents everything raw. NBC is mulling a new TV show ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:51:00 GMT";
arnews[1] += "
";
arnews[2]="Lachey Says No Lip-Syncing On New Series - OfficialWire
";
arnews[2] += "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 ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:45:00 GMT";
arnews[2] += "
";
arnews[3]="Nick Lachey to host NBC a cappella singing competition - Entertainment Weekly Online
";
arnews[3] += "People reports that Nick Lachey is set to host a new singing competition show, The Sing-Off , for NBC. The four-night series will premiere Dec. 14. Eight singing groups will compete for an Epic/Sony contract. Most striking in the age of Auto Tune ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:14:00 GMT";
arnews[3] += "
";
arnews[4]="AUDIO: Nick Lachey On Brief Split From Vanessa Minnillo; Says ... - Radar Online.com
";
arnews[4] += "Nick Lachey -- who recently reunited with his lady love Vanessa Minnillo -- says he’s a marrying kind of guy. \"I definitely want to be married again,\" Lachey said in an exclusive interview with the Bert Show on Q100 Atlanta last Friday. \"I want ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 19:07:00 GMT";
arnews[4] += "
";
arnews[5]="Nick Lachey: ‘It Was Sad To Hear’ Jessica Simpson Lost Her Dog ... - Access Hollywood
";
arnews[5] += "Jessica Simpson attends the 16th Annual QVC Presents FFANY Shoes On Sale event at Frederick P. Rose Hall, Jazz at Lincoln Center, NYC, October 13, 2009 Jessica Simpson looks happy at Operation Smile’s 8th Annual Smile Gala in Beverly Hills on ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 00:57:00 GMT";
arnews[5] += "
";
totcount = 6;
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("