var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who is 'Smarter' -- Nick or Drew Lachey?
";
arnews[0] += "It is brother vs. brother today on \"Are You Smarter Than a 5th Grader?\" when Nick and Drew Lachey enter the classroom and take the test! \"They are doing their celebrity week and it is for charity, so what better to do than make a fool out of yourself for charity?\" Drew tells ET.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 00:32:00 GMT";
arnews[0] += "
";
arnews[1]="Critica s corner
";
arnews[1] += "She's talked to Janet Jackson and that Barack Obama guy. Now, Roberts interviews Martina McBride, Carrie Underwood , Tim McGraw, Rosanne Cash, Vince Gill, and Loretta Lynn.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 09:15:55 GMT";
arnews[1] += "
";
arnews[2]="TV's Best Bets
";
arnews[2] += "Sesame Street season-opener, daytime, PBS. It was 40 years ago today that one of TV's best and most important series began.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Nick & Drew Lachey a oeAre You Smarter Than A 5th Grader?a Nov. 10
";
arnews[3] += "And as always, a classroom of real 5th graders will be on hand to help the guys when they need it.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 01:40:50 GMT";
arnews[3] += "
";
arnews[4]="I Do - 98 Degrees
";
arnews[4] += "The sweet urban soul quartet 98 was formed in Los Angeles by four former Ohio residents: brothers Nick and Drew Lachey plus Jeff Timmons and Justin Jeffre.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 12:13:48 GMT";
arnews[4] += "
";
arnews[5]="Don Cheadle showing George Lopez his hand at the second annual Ante Up For Africa Tournament .
";
arnews[5] += "Lindsay Lohan, Paula Abdul, Sharon Stone, Daryl Hannah, Jenna Elfman, Kristin Cavallari, Lindsay Price, Jamie Ray Newman, Daisy Fuentes, Stuart Townsend , and Gustavo Santaolalla helping Richard Branson raise hundreds of thousands of dollars for Virgin Unite and the Eve Branson Foundation in LA last Monday.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 04:34:12 GMT";
arnews[5] += "
";
arnews[6]="Scene & Herd: Pop Tarts' Celebrity Sightings
";
arnews[6] += "Celebrities are everywhere. Lucky for you, so are we! AP Don Cheadle showing George Lopez his hand at the second annual Ante Up For Africa Tournament .";
arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 21:07:16 GMT";
arnews[6] += "
";
totcount = 7;
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("