var arnews = new Array(8);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="First Leap Year Images - femalefirst.co.uk
";
arnews[0] += "It’s hard to believe that 2009, as well as the noughties decade is almost at a close, but we have no time to dwell as we look forward to 2010 releases. And one of those releases sees Amy Adams and Matthew Goode team up for comedy Leap Year. A woman ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 14:39:00 GMT";
arnews[0] += "
";
arnews[1]="Begorrah! Leap Year Trailer Now O'Nline - Empire
";
arnews[1] += "The trailer for the Amy Adams-Matthew Goode romantic comedy, Leap Year , has gone online over at MSN. Regular readers will know that we’ve been harsh on this film from the off, fearing that the premise – Adams plays a girl who flies to Dublin on ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 11:57:00 GMT";
arnews[1] += "
";
arnews[2]="Something for everyone - Register-Guard
";
arnews[2] += "For young to old, funny to serious, our holiday movie guide and cinema stocking is stuffed with gifts for all sorts: For action-adventure junkies More than any other film this holiday season, James Cameron’s sci-fi opus “Avatar” (Dec. 18) has a ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:05:00 GMT";
arnews[2] += "
";
totcount = 3;
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("