var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oh Helloooo Death
";
arnews[0] += "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[0] += "
Publ.Date : Fri, 20 Nov 2009 03:53:24 GMT";
arnews[0] += "
";
arnews[1]="Trace Adkins Lands Role in Upcoming Independent Film, Lifted
";
arnews[1] += "Trace Adkins has landed the role of a judge in a TV singing competition for an upcoming independent movie, Lifted .";
arnews[1] += "
Publ.Date : Mon, 31 Aug 2009 23:57:06 GMT";
arnews[1] += "
";
arnews[2]="Comic-Con 2009: The Apocalypse of 'Supernatural' Season 5
";
arnews[2] += "I cannot think of a better way to end this year's Comic-Con than with a good Supernatural panel.";
arnews[2] += "
Publ.Date : Mon, 27 Jul 2009 08:42:00 GMT";
arnews[2] += "
";
arnews[3]="Comic-Con: 'Supernatural' panelists talk Lucifer, the apocalypse, and returning characters
";
arnews[3] += "\"Supernatural\" fans lined up in droves for Sunday's Comic-Con panel, despite series leads Jensen Ackles and Jared Padalecki being MIA due to show commitments in Vancouver.";
arnews[3] += "
Publ.Date : Sun, 26 Jul 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Prime choices
";
arnews[4] += "SUNDAY In the miniseries \"Meteor,\" two massive pieces of solar debris collide -- and now they're barreling their way toward Earth! Good thing Doc Brown, er, Dr.";
arnews[4] += "
Publ.Date : Sun, 12 Jul 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="TNT police drama 'Dark Blue' aims for grittiness
";
arnews[5] += "BURBANK, Calif. - Dylan McDermott has lost his sex appeal. The 47-year-old actor's face has been covered with phony gashes, bruises and streams of dripping blood as part of an abduction gone wrong for a scene on TNT's new hardcore undercover police drama, 'Dark Blue.' The series, which premieres this week, is from Jerry Bruckheimer, producer of the ...";
arnews[5] += "
Publ.Date : Thu, 16 Jul 2009 07:00:00 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("