var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Feel-good entertainment - Channel NewsAsia
";
arnews[0] += "SINGAPORE : Where can you find Jennifer Garner and Patrick Dempsey; Anne Hathaway and Topher Grace; the aunt-and-niece team of Julia and Emma Roberts; two Jessicas (Biel and Alba); two Taylors (Swift and Lautner); one hot-blooded male brood of Ashton ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:28:00 GMT";
arnews[0] += "
";
arnews[1]="Emma & Julia Roberts Talk Boys & Being Blonde - Access Hollywood
";
arnews[1] += "Emma Roberts has realized life as a blonde is definitely more fun. At Monday night’s premiere of “Valentine’s Day” with her aunt and co-star Julia Roberts , and another co-star from the film , Shirley MacLaine, the teen (who turns 19 on Wednesday), revealed she loves her lightened locks";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 23:56:00 GMT";
arnews[1] += "
";
arnews[2]="Emma Roberts' Movie Hair Scare - femalefirst.co.uk
";
arnews[2] += "Emma Roberts suffered a hair-raising disaster while filming It's Kind Of A Funny Story - the actress' locks were accidentally dyed green for the role. The brunette actress agreed to go blonde for the movie, but a string of mishaps at the salon left ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:28:00 GMT";
arnews[2] += "
";
arnews[3]="Emma Roberts Is a Better Driver After Scary Car Crash - AceShowbiz
";
arnews[3] += "Following a car crash she had which left her vehicle beyond repair, the 19-year-old actress has become more careful when sitting behind the wheel. © Adriana M. Barraza/WENN Teenage actress Emma Roberts had to buy her second car just months after ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:39:00 GMT";
arnews[3] += "
";
arnews[4]="Emma Roberts: Lovely on Leno - The Gossip Girls
";
arnews[4] += "On what was quite the busy day of promoting, Emma Roberts paid a visit to NBC Studios in Los Angeles on Monday afternoon (February 8). The “Hotel for Dogs” cutie happened to be out for a visit with the Jay Leno Show - making herself one of the ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[4] += "
";
arnews[5]="Emma Roberts - YAHOO!
";
arnews[5] += "The daughter of Oscar-nominated actor Eric Roberts and the niece of toothy Oscar winner Julia Roberts, youthful actress Emma Roberts seemed almost destined by blood to go into the family business. Flashing the same familiar, wide smile as her famous ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:56: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("