var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Sesame Street: Debra Messing: Nature
";
arnews[0] += "Ifyou're watching videos with your preschooler and would like to do so in a safe, child-friendly environment, please join us at www.sesamestreet.org Debra Messing explains the...";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 17:23:22 GMT";
arnews[0] += "
";
arnews[1]="NOTHING LIKE THE HOLIDAYS Skit with Debra Messing
";
arnews[1] += "Debra Messing shows Jimmy Kimmel a hilarious, behind-the-scenes clip from NOTHING LIKE THE HOLIDAYS featuring a cast member who didnt quite make the final cut.";
arnews[1] += "
Publ.Date : Fri, 06 Mar 2009 16:18:23 GMT";
arnews[1] += "
";
arnews[2]="2009 Globes: Debra Messing
";
arnews[2] += "The Golden Globe nominee shares tips for dating after 40. Then, she unleashes her inner supermodel!";
arnews[2] += "
Publ.Date : Sun, 11 Jan 2009 20:44:00 GMT";
arnews[2] += "
";
arnews[3]="The Tonight Show With Jay Leno : Highlights - Debra Messing (12-01-08)
";
arnews[3] += "Debra Messing talks about shooting in 25 below weather for her latest film.";
arnews[3] += "
Publ.Date : Wed, 07 Jan 2009 08:44:35 GMT";
arnews[3] += "
";
arnews[4]="Debra Messing's Scary Holiday!
";
arnews[4] += "Debra Messing tells ET's Kevin Frazier why Christmas is scary! In her new Christmas comedy 'Nothing Like the Holidays,' Debra plays a high-powered executive who would rather raise...";
arnews[4] += "
Publ.Date : Sun, 30 Nov 2008 23:12:00 GMT";
arnews[4] += "
";
arnews[5]="The Wedding Date - Clip - Hello 3B
";
arnews[5] += "Will & Grace's Debra Messing hires a male escort to help her face her ex-boyfriend in this romantic comedy.";
arnews[5] += "
Publ.Date : Tue, 16 Sep 2008 12:06:09 GMT";
arnews[5] += "
";
arnews[6]="The Wedding Date - Clip - On the bed
";
arnews[6] += "Will & Grace's Debra Messing hires a male escort to help her face her ex-boyfriend in this romantic comedy.";
arnews[6] += "
Publ.Date : Tue, 16 Sep 2008 12:06:08 GMT";
arnews[6] += "
";
arnews[7]="Debra Messing on The Megan Mullally Show (Part 1)
";
arnews[7] += "Part 1 of Debra Messing's appearance on The Megan Mullally Show.";
arnews[7] += "
Publ.Date : Fri, 20 Oct 2006 23:20:15 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="USA: Emmy nominees Debra Messing, Steve Carrell, Jeremy Irons, and Helen Mirren shine on the red carpet in Los Angeles
";
arnews[8] += "If the 58th annual Emmy Awards proved one thing, it's that the stars are human. They sweat just like the rest of us. Television stars weren't perspiring from pre-award show nerves...";
arnews[8] += "
Publ.Date : Thu, 31 Aug 2006 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Messing With Debra Messing
";
arnews[9] += "Messing with Debra Messing on the Ellen Degeneres Show";
arnews[9] += "
Publ.Date : Mon, 07 Aug 2006 01:43:49 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("