var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive peek at Hanks, Spielberg's 'Pacific'
";
arnews[0] += "World War II miniseries The Pacific , Tom Hanks and Steven Spielberg's eagerly-awaited Band Of Brothers follow-up, is fast approaching, with HBO premiering the show in the US next month before the much-discussed Sky Movies UK debut this Easter.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:22:57 GMT";
arnews[0] += "
";
arnews[1]="Print Version
";
arnews[1] += "From the team behind HBO's Band of Brothers and based on the true stories of Marines in the Pacific Theater of the Second World War, HBO Canada, a multiplex channel of Corus Entertainment's Movie Central and Astral Media's The Movie Network , presents the epic ten-part miniseries event, The Pacific, premiering day-and-date with HBO on Sunday, March ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 01:59:42 GMT";
arnews[1] += "
";
arnews[2]="TV best bets: Fri., Feb. 5
";
arnews[2] += "HOUSE a ' Jon Seda returns to the police beat, guest starring as a detective who's convinced he'll die of a heart attack at 40 because his father and grandfather did.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:47:50 GMT";
arnews[2] += "
";
arnews[3]="HBO Canada presents the highly anticipated epic HBO miniseries, The Pacific
";
arnews[3] += "4 /CNW/ - From the team behind HBO's Band of Brothers and based on the true stories of Marines in the Pacific Theater of the Second World War, HBO Canada , a multiplex channel of Corus Entertainment's Movie Central and Astral Media's The Movie Network , presents the epic ten-part miniseries event, The Pacific, premiering day-and-date with HBO on ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 04:20:55 GMT";
arnews[3] += "
";
arnews[4]="Steven Spielberg Interview Hbo's the Pacific
";
arnews[4] += "Executive producers Steven Spielberg and Tom Hanks are following up their highly successful 2001 mini-series Band of Brothers with the epic 10-part The Pacific , premiering on HBO on March 14th.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 01:47:24 GMT";
arnews[4] += "
";
arnews[5]="First Look: The Pacific
";
arnews[5] += "IGN was amongst a select group of outlets given a sneak preview last night of The Pacific - the $200m follow-up to WW2 mini-series Band of Brothers - and whilst we can't go into too much detail, we can give you some of our early thoughts.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 14:23:15 GMT";
arnews[5] += "
";
arnews[6]=""One Hot Summer" on DVD
";
arnews[6] += "A beautiful Cuban-American lawyer is caught in the greatest dilemma of her life - stay with Ariel, her Cuban-American husband who is eager to start a family at any cost or reignite a past love with Luther, the \"romance\" of her life who unexpectedly returns to try and capture her heart once again.";
arnews[6] += "
Publ.Date : Mon, 25 Jan 2010 21:26:01 GMT";
arnews[6] += "
";
totcount = 7;
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("