var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="The Stars Come Out for the New Moon Premiere
";
arnews[0] += "From the film's stars to celebrity fans like Emma Roberts, the red carpet is a sea of glitterati";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 15:00:00 GMT";
arnews[0] += "
";
arnews[1]="Emma Roberts joins aunt Julia in film
";
arnews[1] += "CNN's Jennifer Wolfe reports on the comedy \"Valentine's Day\" and other Hollywood news.";
arnews[1] += "
Publ.Date : Mon, 29 Jun 2009 12:33:09 GMT";
arnews[1] += "
";
arnews[2]="Gossip Girls TV: Emma Roberts Premieres Hotel for Dogs, Kate Moss and More
";
arnews[2] += "Gossip Girls Daily TV News Update with NBC. Celebrity Gossip and Entertainment News Leader. Continuing to make a name for herself in Hollywood, Emma Roberts was excited to...";
arnews[2] += "
Publ.Date : Fri, 16 Jan 2009 19:09:20 GMT";
arnews[2] += "
";
arnews[3]="The 5:19 Show 21 (pt.2) Grimmy, Alex Pettyfer & Emma Roberts
";
arnews[3] += "Tom's still on the bus in part two of the show as we catch up with the stars of new movie Wild Child - Emma Roberts and Alex Pettyfer from the 5:19 studio in London.";
arnews[3] += "
Publ.Date : Mon, 04 Aug 2008 17:54:29 GMT";
arnews[3] += "
";
arnews[4]="Emma Roberts and Alex Pettyfer on Switch
";
arnews[4] += "Wild Child stars Emma Roberts and Alex Pettyfer came on Radio 1's Switch show and tought Grimmy how to work it, Wild Child style! Find out how his lesson went... Check out loads...";
arnews[4] += "
Publ.Date : Sun, 03 Aug 2008 21:05:25 GMT";
arnews[4] += "
";
arnews[5]="Emma Roberts
";
arnews[5] += "Julia Roberts' niece Emma is on the sofa to talk about her new film 'Wild Child'";
arnews[5] += "
Publ.Date : Sat, 02 Aug 2008 07:44:17 GMT";
arnews[5] += "
";
arnews[6]="Nancy Drew - Exclusive interview with Emma Roberts
";
arnews[6] += "The resourceful teen detective heads to Los Angeles, where she is faced with a fresh set of challenges and her most baffling case yet.";
arnews[6] += "
Publ.Date : Wed, 23 Jul 2008 13:55:07 GMT";
arnews[6] += "
";
arnews[7]="Emma Roberts - I Wanna Be - The Hills Soundtrack
";
arnews[7] += "This is a collection of pictures that I loved of Emma Roberts! This song is really cute! The song is I Wanna Be from The Hills Soundtrack! Hope you like it... feel free to...";
arnews[7] += "
Publ.Date : Mon, 23 Jun 2008 14:50:15 GMT";
arnews[7] += "
";
arnews[8]="Hot Shots: Platform shoes rising
";
arnews[8] += "Platform Heels are taking celebs to new heights on the red carpet! Matthew Hunt brings you some of the most uplifting new styles from the feet of Gwen Stefani, Emma Roberts,...";
arnews[8] += "
Publ.Date : Fri, 01 Jun 2007 14:00:00 GMT";
arnews[8] += "
";
arnews[9]="Punkd : Emma Roberts, Sugar Ray Leonard, Hannah Teter
";
arnews[9] += "Punkd : Emma Roberts, Sugar Ray Leonard, Hannah Teter";
arnews[9] += "
Publ.Date : Mon, 15 May 2006 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("