var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Helena Bonham Carter sick of playing 'corset sex symbol' - Seattle Post Intelligencer
";
arnews[0] += "Helena Bonham Carter is glad her days as a young British actress are behind her - because she no longer has to play the \"corset sex symbol.\" The 43-year-old made her name playing upper-class characters in period dramas, kick-starting her career in ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT";
arnews[0] += "
";
arnews[1]="Helena Bonham Carter Sick of Playing Corseted Sex Symbol - Actressarchives.com
";
arnews[1] += "But over the last decade, the actress has opted for darker roles - and insists she doesn't pine for the days she was typecast as an early 20th century heroine. She tells Britain's Guardian newspaper, \"Ageing has helped hugely. There's no question I'm ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:41:00 GMT";
arnews[1] += "
";
arnews[2]="Helena Bonham Carter Doesn't Mind Being Called a "Disastrous Dresser" - Newsblaze.com
";
arnews[2] += "The 43-year-old actress is famed for her gothic style, and is often seen with pale skin and dark hair. She favours Vivienne Westwood gowns, regularly pairing them with haywire hair and big black boots. Her look means Helena is often condemned by ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:08:00 GMT";
arnews[2] += "
";
arnews[3]="Helena Bonham Carter: 'We're the bonkers couple' - The Guardian
";
arnews[3] += "'I was like the corset bimbo,' Bonham Carter says of her early days in film. Photograph: Gustavo Papaleo Helena Bonham Carter fancies a drink. So she orders a double espresso. And a glass of fizzy water. And an apple smoothie. She looks rather ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 13:26:00 GMT";
arnews[3] += "
";
arnews[4]="Super Bowl movie ads: Who took home the trophy? - Los Angeles Times Blogs
";
arnews[4] += "Now that we know the Super Bowl broadcast had the biggest TV ratings ever, we can move on to more pressing concerns like -- who got the most money's worth out of their movie ads on the telecast? Studios spend b-i-i-i-i-g bucks going after the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:05: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("