var arnews = new Array(8);
totcount = 5;
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]="$11.25 Sunny For 24 Hours!! Star Trek!! Blu Rome!! Farscape!! Andy...
";
arnews[2] += "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[2] += "
Publ.Date : Tue, 17 Nov 2009 14:14:44 GMT";
arnews[2] += "
";
arnews[3]="$11.25 Sunny For 24 Hours!! Star Trek!! 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 : Mon, 12 Jan 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Mad Men' cutters cue subtle moments
";
arnews[4] += "They say \"Mad Men\" is really about the women, and for proof of the theory, one needn't look any further than the show's unique editing style.";
arnews[4] += "
Publ.Date : Tue, 22 Sep 2009 20:51:27 GMT";
arnews[4] += "
";
totcount = 5;
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("