var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars celebrate 10 ‘CNN Heroes’ - Worcester Telegram & Gazette
";
arnews[0] += "LOS ANGELES — Kate Hudson, Pierce Brosnan, Neil Patrick Harris and other stars who are used to getting applause were giving it gladly at a ceremony honoring people who make a difference in the lives of others. “I’ve cried twice and we’re on ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 09:32:00 GMT";
arnews[0] += "
";
arnews[1]="Kate Hudson, Pierce Brosnan, Neil Patrick Harris, other stars fete CNN ... - San Francisco Examiner
";
arnews[1] += "LOS ANGELES — Kate Hudson, Pierce Brosnan, Neil Patrick Harris and other stars who are used to getting applause were giving it gladly at a ceremony honoring people who make a difference in the lives of others. \"I've cried twice and we're on hero ...";
arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 11:20:00 GMT";
arnews[1] += "
";
arnews[2]="Producers guild to honor Joss Whedon - United Press International
";
arnews[2] += "LOS ANGELES, Nov. 24 (UPI) -- The Producers Guild of America has announced plans to honor science-fiction and fantasy storyteller Joss Whedon with its 2010 Vanguard Award. Whedon will be presented with the prize, which recognizes achievements in new ...";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 19:26:00 GMT";
arnews[2] += "
";
arnews[3]="Neil Patrick Harris, Greg Kinnear, other stars come out for CNN awards ... - The Gaea Times
";
arnews[3] += "LOS ANGELES — A man who embraced education for himself and other Filipinos as an escape from poverty is the CNN Hero of the Year. Twenty-one-year-old Efren Penaflorida (EFF’-ren Pen-ya-flow-REE’-duh) was honored at a ceremony Saturday night in ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[3] += "
";
arnews[4]="How I Met Your Mother’ Planning Neil Patrick Harris Show-Stopper - Access Hollywood
";
arnews[4] += "“Fans of Neil’s performance at the Emmys will enjoy the ending of the episode. It’s not a musical episode, but all of a sudden it becomes one. It’ll probably be one of the craziest things we’ve ever done on the show,” executive producer ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[4] += "
";
arnews[5]="Neil Patrick Harris - Chicago Tribune
";
arnews[5] += "LOS ANGELES (AP) — Nominees for the People's Choice Awards are out, and the people choose vampires. \"Twilight\" and \"True Blood\" were among the top nominees announced Tuesday. Fans cast more than 18 million votes online to select the nominee slate";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 11:00: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("