var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Old West Gets Scary: High Plains Invaders
";
arnews[0] += "Thus far we've seen cowboys duke it out in the old West. We've even seen zombies and monsters take part in many a showdown, too.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 22:01:55 GMT";
arnews[0] += "
";
arnews[1]="a Balance It Out!!a Friday Brings Oswalt-Enhanced CAPRICA
";
arnews[1] += "I am - \" Hercules!! Yes, in the opening minutes of tonight's \"Caprica,\" Patton Oswalt finally makes his way into the \"Battlestar Galactica\" universe.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 09:23:13 GMT";
arnews[1] += "
";
arnews[2]="James Marsters joins select Wizard World Comic Con tour dates
";
arnews[2] += "James Marsters joins select Wizard World Comic Con tour dates GET A FREE CONVENTION TICKET WITH YOUR SUBSCRIPTION Actor from Buffy: The Vampire Slayer, Angel, Torchwood and Smallville joins select dates of Wizard World Comic Con tour James Marsters joins celebrity guest headliners for Philadelphia Comic Con, Chicago Comic Con and is the first ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 04:01:40 GMT";
arnews[2] += "
";
arnews[3]="a All Of This Has Happened Before!!a Fresh, Non-Huluable CAPRICA Hits Syfy Friday
";
arnews[3] += "Friday brings \"Rebirth,\" scripted by Mark Verheiden , the first real episode of the \"Battlestar Galactica\" prequel \"Caprica.\" \"Caprica\" from here turns into a swell series.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 08:41:00 GMT";
arnews[3] += "
";
arnews[4]="a All Of This Has Happened Before!!a Fresh, Non-Huluable CAPRICA Hits Syfy Friday
";
arnews[4] += "Friday brings \"Rebirth,\" scripted by Mark Verheiden , the first real episode of the \"Battlestar Galactica\" prequel \"Caprica.\" \"Caprica\" from here turns into a swell series.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 07:27:58 GMT";
arnews[4] += "
";
arnews[5]="Lincoln elects new firefighters
";
arnews[5] += "Lincoln Volunteer Fire Co. honored several of their members during their annual meeting on Jan.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 08: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("