var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Boys in blue show a dark side
";
arnews[0] += "Dylan McDermott stays in a role on the right side of the law with his new series Dark Blue.";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 07:26:14 GMT";
arnews[0] += "
";
arnews[1]="Boys in blue show a dark side
";
arnews[1] += "Dylan McDermott stays in a role on the right side of the law with his new series Dark Blue.";
arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 22:23:08 GMT";
arnews[1] += "
";
arnews[2]="Is Syfy's Wonderland Remake as Wonderful as Its Oz Remake?
";
arnews[2] += "In case you haven't heard, this weekend Syfy is following up Tin Man , the network's highly successful reimagining of The Wizard of Oz , with a four-hour miniseries retelling of Alice in Wonderland .";
arnews[2] += "
Publ.Date : Thu, 03 Dec 2009 19:45:00 GMT";
arnews[2] += "
";
arnews[3]="Oh Helloooo Death
";
arnews[3] += "NOOOOO WTF. Tonight was such a huge bummer. D: D: D: I haven't watched Supernatural since the second season but they killed off Jo? What the fuck, trying to quash anything that would make the incest shippers even a little bit angry? sad.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:53:24 GMT";
arnews[3] += "
";
totcount = 4;
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("