var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rome: The Complete Series - EDGE Boston
";
arnews[0] += "... Empire’s most illustrious, and ruthless, families (Polly Walker as Atia, a relative of Julius Caesar and the mother of Emperor Caesar Octavian, is a series standout, as are James Purefoy as Mark Antony and David Bamber as Cicero). The ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 05:15:00 GMT";
arnews[0] += "
";
arnews[1]="DVD release rescues 'The Exiles' from oblivion - Kansas City Star
";
arnews[1] += "The Exiles” is one of those legendary American independent films that almost nobody has seen. Completed in 1961, it was never released theatrically. I knew about it only because of a screening 40 years ago in a college film class. But as it did ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:16:00 GMT";
arnews[1] += "
";
arnews[2]="Rome (TV Series) (DVD) - DVDTOWN.com
";
arnews[2] += "Connect to Facebook/Twitter, recommend via email and much more. Visually stunning, superbly acted and brilliantly packaged, HBO´s \"Rome: The Complete Series\" is without question a winner. The short lived but extremely popular and well-received ...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 23:58: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("