var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lorraine Nicholson and AnnaSophia Robb: Beach Babes - GossipCenter.com
";
arnews[0] += "Getting down to business, AnnaSophia Robb and Lorraine Nicholson were spotted filming “Soul Surfer” in Hawaii yesterday afternoon (February 4). The bikini-clad babes looked to be enjoying the beautiful weather as they chatted and laughed in ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 14:32:00 GMT";
arnews[0] += "
";
arnews[1]="AnnaSophia Robb to Play One-Armed Surfer Bethany Hamilton - First Showing
";
arnews[1] += "Robb will probably have to work very hard during surfing lessons to become an expert, but I wonder if she'll have her arm taped behind her back (which could be dangerous) to be removed digitally after, or if it will all be done with special effects ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:13:00 GMT";
arnews[1] += "
";
arnews[2]="Jack Nicholson and Pierce Brosnan's Kids Pair Up in New Biopic - AceShowbiz
";
arnews[2] += "Lorraine Nicholson and Sean Brosnan have teamed up in upcoming movie about shark-attack survivor, starring opposite newcomer AnnaSophia Robb. Jack Nicholson and Pierce Brosnan 's offspring are following in their fathers' famous footsteps - the pair ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 03:49:00 GMT";
arnews[2] += "
";
arnews[3]="Quaid, Hunt & Robb In Soul Surfers - Empire
";
arnews[3] += "Did you hear the one about the one-armed surfer? Well, you're about to, because AnnaSophia Robb, Dennis Quaid, Helen Hunt and Carrie Underwood are set to star in Soul Surfers , the story of a 13 year-old surfer who got her arm munched on by a shark ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:12:00 GMT";
arnews[3] += "
";
arnews[4]="Carrie Underwood rides a big screen wave in 'Soul Surfer' - HitFix
";
arnews[4] += "AnnaSophia Robb will play Hamilton, with Dennis Quaid and Helen Hunt as the girl's parents. \"Soul Surfer,\" which co-stars Lorraine Nicholson and Kevin Sorbo, has begun shooting this week in Hawaii. According to Variety , Underwood will play a church ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 07:23:00 GMT";
arnews[4] += "
";
arnews[5]="'American Idol' champ Carrie Underwood lands 'Soul Surfer' film role - Reality TV World
";
arnews[5] += "The film will chronicle the story of teenage surfer Bethany Hamilton, who lost her arm in a shark attack, according to Us , which added Underwood will play church youth leader Sarah Hill. In addition, Soul Surfer will star Helen Hunt as Hamilton's ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 16:51: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("