var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Funny People'
";
arnews[0] += "Funny People Universal, $29.98/$34.98; Blu-ray, $39.98 \"Funny People\" writer-director Judd Apatow might have tested his core audience a little too much with his story of a self-hating comedian who gets diagnosed with cancer and asks for help from a fawning young stand-up . But Apatow and company don't spare the dirty jokes either, and there's ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:08:28 GMT";
arnews[0] += "
";
arnews[1]="McGraw memorable
";
arnews[1] += "It's a role Tim McGraw signed to play for the rest of his life -- the husband of a steel-spined southern belle.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:56:12 GMT";
arnews[1] += "
";
arnews[2]="Ad Budget Tight? Call the P.R. Machine
";
arnews[2] += "Movie studios have cut paid advertising and are leaning more heavily on free coverage in print, television and online outlets generated by publicists.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:38:45 GMT";
arnews[2] += "
";
arnews[3]="Top 10 Box Office
";
arnews[3] += "In this quirky dark comedy inspired by a real life story you will hardly believe is actually true, astonishing revelations about a top-secret wing of the U.S. military come to light when a reporter encounters an enigmatic Special Forces operator on a mind-boggling mission.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:32:43 GMT";
arnews[3] += "
";
arnews[4]="McGraw sees himself in role
";
arnews[4] += "It's a role Tim McGraw signed to play for the rest of his life -- the husband of a steel-spined southern belle.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:43:09 GMT";
arnews[4] += "
";
arnews[5]="Mixed feelings in Chicago over Oprah's 'retirement'
";
arnews[5] += "Washington Oprah Winfrey's decision to end her talk show in 2011 has attracted mixed feelings from the people of Chicago, where the programme is shot.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:10:19 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("