var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spooks: season eight, episode seven
";
arnews[0] += "Spoiler alert: This weekly blog is for those who have been watching Spooks series eight.";
arnews[0] += "
Publ.Date : Thu, 17 Dec 2009 09:59:08 GMT";
arnews[0] += "
";
arnews[1]="Blu-ray review
";
arnews[1] += "DVD Talk Collector Series Ancient Rome is a subject of near endless fascination for many of us who count it as part of our cultural heritage.";
arnews[1] += "
Publ.Date : Thu, 10 Dec 2009 13:38:53 GMT";
arnews[1] += "
";
arnews[2]="Rome: The Complete Series
";
arnews[2] += "DVD Talk Collector Series The Show: When it comes to television shows it doesn't get much more epic or expensive than HBO's Rome .";
arnews[2] += "
Publ.Date : Thu, 10 Dec 2009 13:38:41 GMT";
arnews[2] += "
";
arnews[3]="57% Off Pullo, Vorenus, Antony And Blu-Ray ROME For 24 Hours!! HercVault Extra
";
arnews[3] += "I am - \" Hercules!! CLICK HERE NOW!! $59.99 ROME: THE COMPLETE SERIES ON BLU-RAY!! 57% OFF!! LESS THAN $30 PER HD SEASON!! SRP IS $139.99!! Created by John Milius and Bruno Heller .";
arnews[3] += "
Publ.Date : Sat, 05 Dec 2009 09:26:28 GMT";
arnews[3] += "
";
arnews[4]="57% Off Pullo, Vorenus, Antony And Blu-Ray ROME For 24 Hours!! HercVault Extra
";
arnews[4] += "I am - \" Hercules!! CLICK HERE NOW!! $59.99 ROME: THE COMPLETE SERIES ON BLU-RAY!! 57% OFF!! LESS THAN $30 PER HD SEASON!! SRP IS $139.99!! Created by John Milius and Bruno Heller .";
arnews[4] += "
Publ.Date : Sat, 05 Dec 2009 10:26:55 GMT";
arnews[4] += "
";
arnews[5]="Rome: The Complete Series
";
arnews[5] += "\"Gentlemen this is not some cheap murder! It is an honorable thing we do here. It must be done by ourselves, in the senate, on the senate floor, with our own handswith my hand.\" - Brutus Over the course of 22 episodes, Rome: The Complete Series follows the events surrounding the reign of Julius Caesar , the transformation of Rome from a Republic ...";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 06:33:01 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("