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 03:27:00 GMT";
arnews[0] += "
";
arnews[1]="Valentine's Day Sequel In Pipeline - femalefirst.co.uk
";
arnews[1] += "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[1] += "
Publ.Date : Tue, 09 Feb 2010 16:21:00 GMT";
arnews[1] += "
";
arnews[2]="IBJ Night at the Movies: "Valentine's Day" - Ibj.com
";
arnews[2] += "Directed by Garry Marshall, the film stars a Hollywood who's who including Anne Hathaway, Julia Roberts, Queen Latifah, Jennifer Garner, Patrick Dempsey, Jamie Foxx, and Goerge Lopez. The screening will take place Feb. 9 at AMC Castleton at 7:30. To ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Disney to give Enchanted a sequel - Thaindian.com
";
arnews[3] += "Feb 6, 2010 (Sampurn Wire): Disney is planning a sequel to their 2007 fantasy, “Enchanted’. The film was a success at the worldwide box office and grossed over USD 340 million. It starred Amy Adams, Patrick Dempsey, Susan Sarandon and James ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 08:25:00 GMT";
arnews[3] += "
";
arnews[4]="Enchanted Sequel Moving Forward - Counting Down
";
arnews[4] += "Kevin Lima directed the movie from a script by Bill Kelly. It starred Amy Adams, Patrick Dempsey, James Marsden, Timothy Spall, Idina Menzel, Rachel Covey and Susan Sarandon. The studio may be looking at a 2011 release.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 18:35:00 GMT";
arnews[4] += "
";
arnews[5]=""Valentine's Day" Spin-Off Already in the Works - WorstPreviews.com
";
arnews[5] += "\"Valentine's Day\" has yet to appear in theaters, but New Line Cinema is already moving forward with a spin-off. The new movie will be called \"New Year's Eve\" and the plan is to shoot it in New York at the end of this year for a late 2011 release ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:54: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("