var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="a New Moona takes record $72.7 million box office bite
";
arnews[0] += "Evan Agostini / Associated Press Actor Taylor Lautner attends a special screening of 'The Twilight Saga: New Moon' hosted by the The Cinema Society and D&G on Thursday in New York.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:50:17 GMT";
arnews[0] += "
";
arnews[1]="Jennifer Lopez, Oprah Winfrey, Taylor Lautner, Kristen Stewart, Robert Pattinson, Victoria's Secret Fashion show,
";
arnews[1] += "In this Dec. 18, 1985 file photo, television talk show host Oprah Winfrey puts her feet up as she relaxes in her studio office following a morning broadcast in Chicago, Ill.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:41:21 GMT";
arnews[1] += "
";
arnews[2]="The best celeb style moments of 2009
";
arnews[2] += "See the Seventeen Style Stars sparkle in their best looks of the year! AnnaLynne McCord annalynne mccord, 90210, style stars 2009.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:41:32 GMT";
arnews[2] += "
";
arnews[3]="Gossip Girl
";
arnews[3] += "Comments Based on the popular book series of the same name, this drama gives viewers a peek into the world of privileged teenagers on an elite private school in New York City.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:36:17 GMT";
arnews[3] += "
";
arnews[4]="Robert, Kristen, and Taylor at 'Twilight: New Moon' Premiere
";
arnews[4] += "Cinema Society, D&G & Alize Screen 'The Twilight Saga: New Moon' Landmark Sunshine Cinema and the Box.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:32:18 GMT";
arnews[4] += "
";
arnews[5]="The Fug Who Stole Christmas
";
arnews[5] += "In our last piece on Taylor Momsen, which was complimentary, Jessica entreated her to \"enjoy the [lack of wailing] as long as it lasts.\" Well, I hope it was a soothing four days for her.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:00:07 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("