var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Up coming movie - Sounds interesting....
";
arnews[0] += "Fango received a couple of pics and info on a new Australian stalk-and-slasher called SLAUGHTERED, from first-time writer/director Kate Glover.";
arnews[0] += "
Publ.Date : Mon, 12 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Legend of the Seeker Reaction: Marked
";
arnews[1] += "Cara, the Mord'Sith who became Richard's reluctant ally during last season's time-jumping finale, joins the cast as a series regular this season.";
arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 22:01:45 GMT";
arnews[1] += "
";
arnews[2]="Legend of the Seeker
";
arnews[2] += "Legend of the Seeker stars Bridget Regan and Craig Horner talk about where the new season picks up, who guest star Charisma Carpenter will play, and if she shares a kiss with a fellow female cast member.";
arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 03:25:59 GMT";
arnews[2] += "
";
arnews[3]="November 7, 2009: Legend of the Seeker
";
arnews[3] += "It's a new season of Legend of the Seeker , and the Seeker has a new mission. Apparently, killing evil sorcerer Darken Rahl in last season's finale , triggered a series of rifts between the underworld and the world of the living.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 12:35:11 GMT";
arnews[3] += "
";
arnews[4]="TV this weekend: 'The Wanda Sykes Show' or 'Saturday Night Live'
";
arnews[4] += "Sykes - with a sharp, acerbic wit - gets her own hour. She'll aim for humor and interesting guests.";
arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Legend of the Seeker stars on "sexy season"
";
arnews[5] += "Legend of the Seekers ' two-hour season premiere event is fast approaching, and stars Bridget Regan and Craig Horner stopped by TVGuide.com to tell us all where the action picks up.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 04:45:01 GMT";
arnews[5] += "
";
arnews[6]="Legend of the Seeker Stars Explain Charisma Carpenter's Female Kiss
";
arnews[6] += "Legend of the Seekers ' two-hour season premiere event is fast approaching, and stars Bridget Regan and Craig Horner stopped by TVGuide.com to tell us all where the action picks up.";
arnews[6] += "
Publ.Date : Sat, 07 Nov 2009 01:23:29 GMT";
arnews[6] += "
";
arnews[7]="Legend of the Seeker Stars Spill on the New Season's Supersexy Love Triangle
";
arnews[7] += "Legend of the Seeker , a syndicated fantasy series you may never have heard of but that's actually pretty darn entertaining , returns this weekend for a swashbuckling second season.";
arnews[7] += "
Publ.Date : Fri, 06 Nov 2009 22:00:00 GMT";
arnews[7] += "
";
arnews[8]="the TV Column: SpongeBob's turning 10 and his party is a hoot
";
arnews[8] += "Record this one for posterity. Nickelodeon winds up the 10th anniversary celebration of the creation of SpongeBob SquarePants with a hilarious hour-long special at 7 p.m. Friday.";
arnews[8] += "
Publ.Date : Thu, 05 Nov 2009 10:52:05 GMT";
arnews[8] += "
";
totcount = 9;
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("