var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Valentine's Day Sequel In Pipeline - femalefirst.co.uk
";
arnews[0] += "A Valentine's Day sequel is already being worked on, the follow up will be based on another special holiday, New Year's Eve. The romantic comedy, which boasts a stellar line-up including Julia Roberts, Ashton Kutcher, Anne Hathaway, Patrick Dempsey ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:21: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]=""Valentine's Day" Spin-Off Already in the Works - WorstPreviews.com
";
arnews[2] += "Garry Marshall (Pretty Woman ... Alba, Bradley Cooper, Anne Hathaway, Patrick Dempsey, Hector Elizondo, Jamie Foxx, Jennifer Garner, Topher Grace, Ashton Kutcher, Taylor Lautner, George Lopez, Queen Latifah, Julia Roberts and Emma Roberts. \"";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:44:00 GMT";
arnews[2] += "
";
arnews[3]="‘Valentine’s Day’ sequel to hit screens 2011 - Thaindian.com
";
arnews[3] += "London, Feb 8 (IANS) Hollywood bosses are already working on a sequel to star-studded new movie “Valentine’s Day” releasing Friday. The romantic comedy, which boasts a stellar line-up including Julia Roberts, Ashton Kutcher, Anne Hathaway, Patrick Dempsey and Jennifer Garner, is set to hit";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 17:34:00 GMT";
arnews[3] += "
";
arnews[4]="Julia Roberts & Shirley MacLaine Reminisce About ‘Steel Magnolias’ - Access Hollywood
";
arnews[4] += "”[We] didn’t have enough [scenes together],” Julia told Access Hollywood’s Shaun Robinson, about her “Valentine’s Day” time with Shirley. As the women exchanged knowing glances, Shaun asked Shirley if she knew Julia would be where she ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:40:00 GMT";
arnews[4] += "
";
arnews[5]="Julia Roberts & Shirley MacLaine Reminisce About 'Steel Magnolias' - NBC New York
";
arnews[5] += "Julia Roberts reunited with her \"Steel Magnolias\" co-star Shirley MacLaine on the red carpet Monday night at the LA premiere of their latest film, \"Valentine's Day,\" and the two reminisced about working together again, sort of. \"[We] didn't have ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03: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("