var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Penn Badgley is “Over” the Craziness - The Celebrity Cafe.com
";
arnews[0] += "The \"Gossip Girl\" actor has learned to deal with the fame. Karla Casillas Penn Badgley talked to UK’s Wonderland magazine about the fan attention from Gossip Girl and music, Just Jared reported. The Gossip Girl actor said he was “definitely ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:27:00 GMT";
arnews[0] += "
";
arnews[1]="Penn Badgley: From The Upper East Side to Wonderland - Just Jared
";
arnews[1] += "Penn Badgley heats up the pages in a spread for the February/March issue of Wonderland magazine, on newsstands in the UK tomorrow (February 5). The 23-year-old actor spoke about fan hysteria and musicians he looks up to. Check it: “But now I’m ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 21:35:00 GMT";
arnews[1] += "
";
arnews[2]="New on DVD: Couples Retreat - Tulsa World
";
arnews[2] += "Gossip Girl's\" Penn Badgley has misgivings about his mother's (Sela Ward) new boyfriend. Is he really stepfather material, or a mysterious evil-doer in disguise? A Serious Man. R. The Coen Brothers' latest Best Picture nominee is a dark comedy about ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:27:00 GMT";
arnews[2] += "
";
arnews[3]="The Phantom,' A Serious Man' top list of latest Blu-ray releases - Modesto Bee
";
arnews[3] += "An exciting adaptation of a classic comic strip, \"The Phantom\" (Lionsgate, 1996, $19.99), and a comedy-drama, \"A Serious Man\" (Universal, 2009, $36.98), lead this week's new titles arriving on Blu-ray. The Phantom was created by Lee Falk as a daily ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:02:00 GMT";
arnews[3] += "
";
arnews[4]="How to Spend $20 - Box Office Prophets
";
arnews[4] += "Dudes like the Coen brothers are the lucky ones running around Hollywood. (Not that they haven't earned it). After a long history of producing quality flicks – seven of their 14 movies have earned at least an Academy Award or Golden Globe ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:47:00 GMT";
arnews[4] += "
";
totcount = 5;
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("