var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kate Moss: The play - Monsters and Critics
";
arnews[0] += "Kate Moss' life is to become a play. The Croydon-born supermodel will be the focus of a drama which is being written by her musician boyfriend Jamie Hince with her help. An insider said: \"Jamie is addicted to playwriting and is always jotting down ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:25:00 GMT";
arnews[0] += "
";
arnews[1]="Daisy Lowe wears see-through dress to party - Evening Standard
";
arnews[1] += "Model of the moment Daisy Lowe was wearing an almost entirely see-through red lace number for the 135th birthday of the Criterion Restaurant. Revealing: Rhys Ifans with Daisy Lowe in a risqué red dress Rockers like Jay Kay and supermodels from Marie ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 13:44:00 GMT";
arnews[1] += "
";
arnews[2]="Sienna Miller wants to play Catwoman - The Gaea Times
";
arnews[2] += "August 4th, 2009 WASHINGTON - Actress Sienna Miller is hoping to meet ex-fiance Jude Law in New York as she prepares to make her Broadway debut because she's worried about missing her friends and family in Britain. The Factory Girl actress will star ...";
arnews[2] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[2] += "
";
arnews[3]="Yale Sorority Girls Are Pretty, Smart, and, Most Importantly, Pretty - Gawker
";
arnews[3] += "Gaining a reputation for producing silly and misguided student videos , Yale has released another smash hit! This one is for the sorority Pi Phi , which attracts potential rushers with promises of fun activities, intellectual rigor, and people ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 00:15:00 GMT";
arnews[3] += "
";
arnews[4]="Movie News & Gossip - YAHOO!
";
arnews[4] += "The South by Southwest Film Conference and Festival unveiled its feature film program Wednesday night, highlighted by the world premieres of action spoof \"MacGruber\" and \"Mr. Nice,\" a real-life tale of an infamous British drug smuggler starring Rhys ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 00:57:00 GMT";
arnews[4] += "
";
arnews[5]="Ryhs Ifans and mullet at the Criterion restaurant launch, looks awful - Holy Moly!
";
arnews[5] += "Rhys Ifans was looking like a knackered 80s porn star last night (Sienna Miller looked a bit rough too) as he arrived for the launch of Criterion restaurant in London (before briskly being sent away with a crumpled fiver by a member of staff";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 11:57:00 GMT";
arnews[5] += "
";
arnews[6]=""Kick-Ass" Headlining SXSW Film Fest - NBC New York
";
arnews[6] += "To view this video you must to have Flash Player 8.0 or later installed. Click to download the most recent version of Flash. The South by Southwest Music+Film+Interactive festival will feature an assortment of world premieres, Sundance favorites and ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 17:53:00 GMT";
arnews[6] += "
";
arnews[7]="Sienna Miller to go backpacking - The Gaea Times
";
arnews[7] += "LONDON - English actress Sienna Miller is planning a low-key trip around the world as she wants to enjoy the benefits of her hard work. I am going to travel at some point with a backpack and stay in hostels and not in luxurious hotels. It is a good ...";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 13:37:00 GMT";
arnews[7] += "
";
arnews[8]="From Universal Studios Home Entertainment: Director Richard Curtis ... - Melodika.net
";
arnews[8] += "OVERVIEW: From Richard Curtis, director of Love Actually, Notting Hill, Bridget Jones's Diary and Four Weddings and a Funeral, comes the musically charged, feel-great comedy about rock and roll in the 1960s. Called \"A rip-roaring comedy\" by Peter ...";
arnews[8] += "
Publ.Date : Wed, 03 Feb 2010 06:56:00 GMT";
arnews[8] += "
";
totcount = 9;
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("