var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Star Trek!! Rome!! Farscape!! Andy Barker!! Spider-Man!! X-Men!! Gi...
";
arnews[0] += "I am - \" Hercules!! The coolest TV-related item hitting stores today is The Blu-ray edition of of this year's \"Star Trek\" movie .";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:26:40 GMT";
arnews[0] += "
";
arnews[1]="Star Trek!! Rome!! Farscape!! Andy Barker!! Spider-Man!! Sopranos!!...
";
arnews[1] += "The coolest TV-related item hitting stores today is The Blu-ray edition of of this year's \"Star Trek\" movie .";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:12:14 GMT";
arnews[1] += "
";
arnews[2]="'Rome: The Complete Series'
";
arnews[2] += "The sweeping HBO drama about politics - personal and otherwise - in ancient Italy now is available in an all-encompassing set, with certain characters' respective stories played out against a background that has stood in history ever since the actual events.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 02:19:41 GMT";
arnews[2] += "
";
arnews[3]="$11.25 Sunny For 24 Hours!! Star Trek!! Blu Rome!! Farscape!! Andy...
";
arnews[3] += "You can find my very long review of the set and its many extras here . offers four more excellent but overpriced episodes of the original series: * \"Where No Man Has Gone Before.\" Kirk's best pal becomes power-crazed when a barrier at the edge of the galaxy increases his intelligence and gives him incredible telekinetic power.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 14:14:44 GMT";
arnews[3] += "
";
arnews[4]="Rome: The Complete Series
";
arnews[4] += "It cost more than $100 million and lasted only two seasons on HBO despite the acclaim of its audience and of critics--and seven Emmy wins.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:16:12 GMT";
arnews[4] += "
";
arnews[5]="$11.25 Sunny For 24 Hours!! Star Trek!! Rome!! Farscape!! Andy...
";
arnews[5] += "You can find my very long review of the set and its many extras here . offers four more excellent but overpriced episodes of the original series: * \"Where No Man Has Gone Before.\" Kirk's best pal becomes power-crazed when a barrier at the edge of the galaxy increases his intelligence and gives him incredible telekinetic power.";
arnews[5] += "
Publ.Date : Mon, 12 Jan 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Soul searching and sword swinging with Paul Giamatti
";
arnews[6] += "Everyman actor Paul Giamatti talks to Rob Driscoll about egos, swashbuckling and why he loves Wales HOLLYWOOD star Paul Giamatti is a long way from his Brooklyn home right now - deep in the valleys of South Wales, in fact, causing untold bloody mayhem and overseeing acts of indescribable violence.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 14:54:32 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("