var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oxfam launches climate change game - MSN UK News
";
arnews[0] += "Members of the public are being challenged to test their knowledge about climate change on an online game featuring celebrities including actor Gael Garcia Bernal, Doctor Who star David Tennant and Ugly Betty's Ashley Jensen. Oxfam has launched an ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 07:17:00 GMT";
arnews[0] += "
";
arnews[1]="Lukas Moodysson's Mammoth Undertaking - IFC
";
arnews[1] += "Mammoth\" splits between three related storylines in New York, the Philippines and Thailand. Gael García Bernal and Michelle Williams star as a well-to-do, workaholic couple whose daughter is mostly cared for by their Filipino nanny (Marife Necesito ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:00:00 GMT";
arnews[1] += "
";
arnews[2]="Oxfam launches celebrity online game show: Dare you take on the ... - Reuters AlertNet
";
arnews[2] += "The public are being challenged to test their climate knowledge with a new online game launched by Oxfam today. The Climate Challenge features top celebrities, including Gael Garcia Bernal (Amores Perros, Motorcycle Diaries), Mackenzie Crook ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 10:09:00 GMT";
arnews[2] += "
";
arnews[3]="'Broken Embraces': Wholly Delightful - Wall Street Journal
";
arnews[3] += "Penélope Cruz and Lluís Homar star in Pedro Almodóvar's 'Broken Embraces' The drama unfolds in the flashback recollections of a Spanish screenwriter (Lluís Homar) who took the name Harry Caine after an accident took his sight, his career and the ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:35:00 GMT";
arnews[3] += "
";
arnews[4]="OPENING THIS WEEK: Kam's Kapsules: Weekly Previews That Make Choosing ... - EURweb
";
arnews[4] += "The Blind Side (PG-13 for sexual references, drug use and brief violence) Sandra Bullock and Tim McGraw co-star in this true, overcoming-the-odds tale about a wealthy white couple who adopt a homeless black teenager (Quinton Aaron) and help him ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:06:00 GMT";
arnews[4] += "
";
arnews[5]="Rihanna & Lady Gaga’s Fierce Fashion Inspirations - Access Hollywood
";
arnews[5] += "com , the stylist has worked in the past with Chloe Sevigny, Gael Garcia Bernal and Jake Gyllenhaal, among others, and collaborated with Gaga on her cover shoot for “The Fame Monster.” Nicola, who is an editor at several fashion publications ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:38: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("