var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Zac Efron on 'Letterman,' Kris Allen on 'Ellen,' Adam Lambert on 'Alexa Chung'
";
arnews[0] += "Zac , Kris and Lambert , plus Robin Williams is doing \"GMA\" and \"The View,\" Scott Wolf is on 'Bonnie Hunt' and Miley 's on \"Oprah\"... Daytime : \"Good Morning America\": Robin Williams, Nadya Suleman \"Today\": Alicia Keys, Al Roker, Rhea Perlman and Lucy DeVito \"Live with Regis and Kelly\": Jimmy Kimmel, Carrot Top \"The View\": Robin Williams, Matthew ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 15:17:48 GMT";
arnews[0] += "
";
arnews[1]="Keep Twilight. Gossip Girl Rules.
";
arnews[1] += "That's right. I'm a grown woman. And damn it, I like Gossip Girl. Vivian Manning-Schaffel : First, I noticed how the show's twinkling stars overtook the glossy rags I read at the gym.";
arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 21:20:00 GMT";
arnews[1] += "
";
arnews[2]="This Week in Internet History: Why Selling Weed Is a Good Investment, ...
";
arnews[2] += "Monday It was an emotional start to my week this week, folks. Over the weekend, I went home to visit the folks and found myself digging through some of my stuff that I've had in storage for years and I just started to feel... well... you know, I think my feelings can best be expressed through the language of Nickelback.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Gossip Girl's Leighton Meester Moving Into Pop Star Territory
";
arnews[3] += "Your message might even get read on the air! Nov 23 5:50AM November 23, 2009 You love to hate her on Gossip Girl as the witty, yet conniving Blair Waldorf, but now Leighton Meester is putting down the Fendi bag and picking up a mic.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 00:46:51 GMT";
arnews[3] += "
";
arnews[4]="More of the same in Kansas City
";
arnews[4] += "In the last 24 hours The Chiefs earned another meaningless victory very much like the Cauthen ouster that might not really change much when it comes to the overall downward spiral of Kansas City.";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 21:37:42 GMT";
arnews[4] += "
";
arnews[5]="The mtvU Woodie Awards rock New York City
";
arnews[5] += "The Dead Weather take a bow after their show-stopping performance. mtv.com Suffolk County College band, Hotel of the Laughing Tree, accept their first Woodie Award.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 08: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("