var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Taylor Lautner visits NBCa s the a Todaya show on November 20, 2009 in New York City
";
arnews[0] += "\"It's pretty simple,\" Taylor told People on Thursday. \"Somebody who can be themselves and not put on a show.\" Well, seeing as Taylor Swift makes a living putting on shows - their rumored relationship might be doomed.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:55:22 GMT";
arnews[0] += "
";
arnews[1]="When Celebs and Designers Unite: the good, the bad, and the Ungaro
";
arnews[1] += "Fab: Hayden Panettiere and Dooney & Bourke In 2007, the 'Heroes' hottie joined forces with designer handbag brand Dooney & Bourke to create a limited edition bag.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:05:18 GMT";
arnews[1] += "
";
arnews[2]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[2] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[2] += "
";
arnews[3]="HEROES star Panettiere pours champers over herself in the name of art
";
arnews[3] += "HAYDEN Panettiere's clearly got money to burn - as she pours a whole bottle of champagne down herself.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:59:08 GMT";
arnews[3] += "
";
arnews[4]="Bitch-Back! Is Megan Fox Over Being Foxy?
";
arnews[4] += "Dear Ted: So Megan Fox is trying to go a different route with her image now because \"women think she's a slut\"? I'm sure her negative image has nothing to do with the fact that the persona she was projecting was so obviously just a calculated ploy to titillate men, like some cheesy sorority girl who makes out with other chicks to get more ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:01:00 GMT";
arnews[4] += "
";
arnews[5]="NBCa S Unwraps a Bundle of Holiday-Themed Series and Specials
";
arnews[5] += "November 11, 2009 - NBC gives the gift of holiday-themed series episodes and specials throughout late November and December with a multitude of festivities, a special military audience for \"The Jay Leno Show\" airing Thanksgiving evening and a night of holiday-themed Thursday night comedies from \"Community,\" \"Parks and Recreation,\" \"The Office\" and ...";
arnews[5] += "
Publ.Date : Tue, 17 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("