var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The stars come out to support "Food, Inc" - femalefirst.co.uk
";
arnews[0] += "Guests included Mary McCartney; BAFTA winning actress Thandie Newton; actor Richard E Grant; legendary fashion designer and activist Vivienne Westwood; Michelin starred chefs Raymond Blanc and Tom Aikens. Introduced to the stage by Dogwoof’s Andy ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:24:00 GMT";
arnews[0] += "
";
arnews[1]="Stella McCartney urges shoppers to 'make responsible decisions' about ... - Daily Telegraph
";
arnews[1] += "Stella McCartney, (left), and Thandie Newton at the premiere of 'Food Inc' Photo: PA The committed vegetarian took to the red carpet to co-host the UK premiere of Food, Inc., which examines food production and the corporations dominating the industry ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:32:00 GMT";
arnews[1] += "
";
arnews[2]="Stella gives backing to food film - Independent
";
arnews[2] += "Stella McCartney has urged people to go and see a documentary about the food industry so they could make \"responsible decisions\" about the products they buy. The fashion designer, a committed vegetarian, took to the red carpet to co-host the UK ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 09:12:00 GMT";
arnews[2] += "
";
arnews[3]="The Journey of August King - San Diego weekly Reader
";
arnews[3] += "With Thandie Newton, Larry Drake, and narration by Maya Angelou; directed by John Duigan. 1995.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:00:00 GMT";
arnews[3] += "
";
arnews[4]="The Films Of Many Faces - femalefirst.co.uk
";
arnews[4] += "Usually the norm of comedies or dramas, the ensemble is an underused weapon in the fight to rule the box-office. With Valentine's Day bringing out the ensemble cast for another crack at rom-com glory, we here at Femalefirst have looked through the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:27: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("