var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Emily Blunt - Blunt Joins Virtuoso Quartet at Film Awards
";
arnews[0] += "Caption: Emily Blunt Celebrities outside the Radio One studios London, England .... EMILY BLUNT was named a last-minute recipient of a 2010 Chopin Virtuoso Award - after GABOUREY SIDIBE was unable to attend the Santa Barbara International Film Festival in California.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:35:52 GMT";
arnews[0] += "
";
arnews[1]="Blunt Joins Virtuoso Quartet at Film Awards
";
arnews[1] += "Sidibe was selected for her stand-out performance in Precious: Based on= the Novel Push by Sapphire, alongside Carey Mulligan , Sao= irse Ronan and Michael Stuhlbarg to rec= eive the prize, which recognises emerging actors in Hollywood.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:47:17 GMT";
arnews[1] += "
";
arnews[2]="Kathy Bates, Whoopi Goldberg Join 'Earthbound'
";
arnews[2] += "Kathy Bates and Whoopi Goldberg have joined the cast of director Nicole Kassell's love story \" Earthbound ,\" starring Kate Hudson and Gael Garcia Bernal, which is currently filming in New Orleans.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 03:16:11 GMT";
arnews[2] += "
";
arnews[3]="Kathy Bates And Whoopi Goldberg Helping Kate Hudson Through Cancer
";
arnews[3] += "I'm still having trouble wrapping my mind around the notion of Kate Hudson and Gael Garcia Bernal in a romantic relationship-- but then again, Bernal will be romancing Amanda Seyfried in Letters to Juliet later this year, so I guess we already have proof that weirder things can happen.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 19:15:59 GMT";
arnews[3] += "
";
arnews[4]="Two More Actresses Get 'Earthbound'
";
arnews[4] += "Oscar-winning actresses Whoopi Goldberg and Kathy Bates have both been cast in Nicole Kassell's romance film, \"Earthbound.\" Kate Hudson and Gael Garcia Bernal are the leads in the film, that will also star Lucy Punch, Rosemarie DeWitt, Steven Weber and Treat Williams.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 14:54:00 GMT";
arnews[4] += "
";
arnews[5]="Whoopi Goldberg, Kathy Bates Are "Earthbound"
";
arnews[5] += "Whoopi Goldberg and Kathy Bates have signed onto Nicole Kassell's romancer \"Earthbound\" says Screen Daily .";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 18:21:26 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("