var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cher Feels, But Does Not LOOK Old Compared To Younger Co-Stars
";
arnews[0] += "Filed under: Christina Aguilera > Film Flickers > Cher > Kristen Bell You quiet that precious mouth, Cher !! You look flawless!! Even if you needed a little shot of silicone courage to keep you fresh!! The legendary diva, who is 63 and looks FEROSH, is apparently a little intimidated by her young co-stars Christina Aguilera and Veronica Mars in the ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 19:43:00 GMT";
arnews[0] += "
";
arnews[1]="No Friends: 'Love Happens' & Jennifer Aniston's Worst Rachel Repeats
";
arnews[1] += "ONCE UPON A time, \" Friends \" darling Jennifer Aniston stood on the verge of being America's next sweetheart, following in the footsteps of it-gals like Meg Ryan and Julia Roberts .";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 14:49:16 GMT";
arnews[1] += "
";
arnews[2]="A movie of our own
";
arnews[2] += "Yesterday, I asked my fellow tweetbians to help me brainstorm successful lesbian movies for Melissa over at the wonderful Women & Hollywood blog.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 14:22:06 GMT";
arnews[2] += "
";
arnews[3]="Bye Bye to Birdie?
";
arnews[3] += "Is it really true? Is it time to say Bye Bye Birdie to the revival show on Broadway? Yes, sadly it is true.";
arnews[3] += "
Publ.Date : Sun, 17 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Broadway's Birdie Says "Bye Bye" Jan. 24
";
arnews[4] += "Roundabout Theatre Company's production of Bye Bye Birdie - the first Broadway revival of the sweetly satiric Tony Award-winning musical - plays its final performance at the Henry Miller's Theatre on Jan.";
arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 07:05:40 GMT";
arnews[4] += "
";
arnews[5]="Race of a Lifetime: How Obama Won the White House by Mark Halperin and John Heilemann
";
arnews[5] += "A gossip-filled account of the presidential campaign is most revealing about Obama and his secretary of state, says Gaby Wood Hillary Clinton and Barack Obama: 'Fierce antagonists, mutual admirers.' Photograph: Mario Tama/ Getty Images While David Plouffe's recent The A Audacity to Win was the \"inside story\" only in the most A literal, A limited ...";
arnews[5] += "
Publ.Date : Sun, 24 Jan 2010 00:37:11 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("