var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'New Moon' scribe: Big Night blog
";
arnews[0] += "Melissa Rosenberg, the writer who adapted The Twilight Saga: New Moon for the big screen, sent EW her first-person account of the movie's the star-studded premiere earlier this week.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:10:24 GMT";
arnews[0] += "
";
arnews[1]="Stars support children's rights campaign
";
arnews[1] += "Stars such as James Nesbitt, David Beckham, Ewan McGregor and Cat Deeley gave their support to charity to mark the 20th anniversary of a major agreement on children's rights.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:08:16 GMT";
arnews[1] += "
";
arnews[2]="David Beckham, Ewan McGregor team up for Unicef's 'photo pledge' campaign
";
arnews[2] += "London, Nov 20 : Soccer star David Beckham, Ewan McGregor and Cat Deeley have teamed up for Unicef 'photo pledge' campaign in a bid to raise awareness on children's rights.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:42:30 GMT";
arnews[2] += "
";
arnews[3]="Celebrities pledge snaps for Unicef
";
arnews[3] += "David Beckham, Ewan McGregor and Cat Deeley have given their support to charity to mark the 20th anniversary of a major agreement on children's rights.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:24:48 GMT";
arnews[3] += "
";
arnews[4]="Celebrities pledge snaps for Unicef David Beckham, Ewan McGregor and...
";
arnews[4] += "David Beckham, Ewan McGregor and Cat Deeley have given their support to charity to mark the 20th anniversary of a major agreement on children's rights.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:58:02 GMT";
arnews[4] += "
";
arnews[5]="Whose Dance is Done?
";
arnews[5] += "Aug. 6: The host, judges and executiver producer of \"So You Think You Can Dance\" host Cat Deeley, guest judges Adam Shankman, Mia Michaels, judge Mary Murphy and executive producer and judge Nigel Lythgoe.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:11:26 GMT";
arnews[5] += "
";
arnews[6]="'So You Think You Can Dance' Exclusive: Judges, Elimated Contestant Reactions
";
arnews[6] += "Aug. 6: The host, judges and executiver producer of \"So You Think You Can Dance\" host Cat Deeley, guest judges Adam Shankman, Mia Michaels, judge Mary Murphy and executive producer and judge Nigel Lythgoe.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 14:17:49 GMT";
arnews[6] += "
";
arnews[7]="Haverhill teen knocked off 'So You Think You Can Dance'
";
arnews[7] += "Haverhill knows what the judges of \"So You Think You Can Dance\" don't - hometown girl Channing Cooke can dance.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 10:46:55 GMT";
arnews[7] += "
";
totcount = 8;
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("