var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Law & Order : Act of God
";
arnews[0] += "When a building under construction is blown up and a child dies as a result, Briscoe (Jerry Orbach) and Logan (Chris Noth) question the developer and general contractor. Later,...";
arnews[0] += "
Publ.Date : Wed, 22 Mar 1995 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Movie Stars Pine and Noth Take Stage Together
";
arnews[1] += "Perhaps best known as the new Captain Kirk and Mr. Big, Chris Pine and Chris Noth leap from screen to stage together.";
arnews[1] += "
Publ.Date : Thu, 25 Jun 2009 15:31:05 GMT";
arnews[1] += "
";
arnews[2]="Movie Stars Pine and Noth Take Stage Together
";
arnews[2] += "Perhaps best know as the new Captain Kirk and Mr. Big, Chris Pine and Chris Noth leap from screen to stage together. (June 25)";
arnews[2] += "
Publ.Date : Thu, 25 Jun 2009 14:16:45 GMT";
arnews[2] += "
";
arnews[3]="Celebrities Put Their Hope in Obama
";
arnews[3] += "The United States will inaugurate its 44th president on Tuesday. AP Entertainment asked celebrities to express their hopes for Barack Obama. (Jan. 16)";
arnews[3] += "
Publ.Date : Fri, 16 Jan 2009 20:28:55 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="One on One with Chris Noth: Sex and the City 2
";
arnews[4] += "Hollyscoop.com caught up with Chris Noth at the 2009 Critics Choice Awards to talk about Sex and the City 2 sequal in the works. Interview done by Diana Magpapian";
arnews[4] += "
Publ.Date : Thu, 15 Jan 2009 18:20:24 GMT";
arnews[4] += "
";
arnews[5]="Chris Noth Interview
";
arnews[5] += "Chris Noth @ the Critics Choice Awards - Sex and the City - Law & Order";
arnews[5] += "
Publ.Date : Mon, 12 Jan 2009 18:27:29 GMT";
arnews[5] += "
";
arnews[6]="030808 City stars Sarah Jessica Parker and Chris Noth have fun on the Mall staircase in Central Park in New York City. SJP was helped by a big crew with her mxive dress as hordes of paparazzi raced in to get the shot. sarah jessica parker,
";
arnews[6] += "030808 City stars Sarah Jessica Parker and Chris Noth have fun on the Mall staircase in Central Park in New York City. SJP was helped by a big crew with her mxive dress as hordes...";
arnews[6] += "
Publ.Date : Mon, 01 Sep 2008 11:56:00 GMT";
arnews[6] += "
";
arnews[7]=""SATC" Premiere: Chris Noth
";
arnews[7] += "Chris Noth dishes about his big role as Mr. Big! Catch our \"SATC\" premiere special, Thurs. at 8/7c.";
arnews[7] += "
Publ.Date : Wed, 28 May 2008 12:13:00 GMT";
arnews[7] += "
";
arnews[8]="Chris Noth, Hollywood Actor on presenting the awards
";
arnews[8] += "Chris Noth, Hollywood Actor on presenting the World Travel Awards. This video interview is from the World Travel Awards in Abu Dhabi. It is brought to you from the regional...";
arnews[8] += "
Publ.Date : Wed, 27 Jun 2007 13:59:59 GMT";
arnews[8] += "
";
arnews[9]="Chris Noth & The Tooth Fairy short film
";
arnews[9] += "A beleaguered father goes on a good-humored odyssey";
arnews[9] += "
Publ.Date : Sun, 27 Aug 2006 21:04:37 GMT";
arnews[9] += "
";
totcount = 10;
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("