var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Faux 'Seinfeld' reunion is fine end to 'Curb' season - Cleveland Plain Dealer
";
arnews[0] += "HBO Five characters, two of them based on Larry David: From left to right, David, Jerry Seinfeld, Michael Richards, Julia Louis-Dreyfus and Jason Alexander. Larry David has more than once taken the notion of a \"Seinfeld\" reunion show and kicked it to ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:09:00 GMT";
arnews[0] += "
";
arnews[1]="Pushcart educator named CNN Hero of the Year - CNN
";
arnews[1] += "Efren Peñaflorida named the 2009 CNN Hero of the Year at Hollywood gala Show includes appearances by actress Nicole Kidman, Grammy-winning artist Carrie Underwood Show honors the Top 10 CNN Heroes as selected by a distinguished panel Tribute airs at ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:47:00 GMT";
arnews[1] += "
";
arnews[2]="Underwood part of 'CNN Heroes' - Tulsa World
";
arnews[2] += "Checotah's Carrie Underwood will be among the performers and presenters scheduled to appear at the third annual \"CNN Heroes: An All-Star Tribute.\" The cable news network made the announcement Monday. The annual event, airing at 8-10 p.m. Nov. 26 on ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:28:00 GMT";
arnews[2] += "
";
arnews[3]="Stars line up for CNN's 'Heroes' show - Investors Business Daily
";
arnews[3] += "Celebrities scheduled to be presenters at the ceremony include Nicole Kidman, Kate Hudson, Neil Patrick Harris, Pierce Brosnan, Dwayne Johnson, Eva Mendes, Randy Jackson and Julia Louis-Dreyfus. Additional appearances are expected to be announced in ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 01:26:00 GMT";
arnews[3] += "
";
arnews[4]="Amanda Peet Wishes She Had Jen Aniston's Body - Celebrity Justice
";
arnews[4] += "\"2012\" star Amanda Peet isn't satisfied with her curves. \"If I could choose and ideal body, I'd take Gisele Bündchen's. I challenge anyone to say she wouldn't want Gisele's body, deep down,\" the actress, 37, tells the December issue of Self magazine ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 21:27:00 GMT";
arnews[4] += "
";
totcount = 5;
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("