var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smallville: Brian Austin Green to return as Metallo
";
arnews[0] += "Brian Austin Green 's Metallo, the villain with the heart of Kryptonite, is returning to Smallville , TVGuide.com has confirmed.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:43:46 GMT";
arnews[0] += "
";
arnews[1]="Smallville: Brian Austin Green Returns as Metallo
";
arnews[1] += "Brian Austin Green 's Metallo, the villain with the heart of Kryptonite, is returning to Smallville , TVGuide.com has confirmed.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:50:29 GMT";
arnews[1] += "
";
arnews[2]="Haruki Murakami's frog hops to life in after the quake
";
arnews[2] += "By John Lucas Katagiri returned home from grocery shopping one day to find a six-foot frog waiting for him in his apartment.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 14:20:31 GMT";
arnews[2] += "
";
arnews[3]="Alice Heads To Wonderland On Syfy This December
";
arnews[3] += "This December, Syfy will premiere an original movie that's breathing new life into the Lewis Carroll books Alice's Adventures in Wonderland and Through the Looking-Glass . We've got some information on the movie and a recently released trailer.";
arnews[3] += "
Publ.Date : Mon, 02 Nov 2009 03:09:17 GMT";
arnews[3] += "
";
arnews[4]="http://a123.g.akamai.net/f/123/12465/1d/www.vancouversun.com/mir.jpg
";
arnews[4] += "Meg Roe continues her campaign to breath new life into live theatre. The Playhouse opens its 47th season with a luminous production of The Miracle Worker, a play quite capable of choking on its dust but given a sparkling showcase by the diminutive director.";
arnews[4] += "
Publ.Date : Sat, 17 Oct 2009 01:50:22 GMT";
arnews[4] += "
";
arnews[5]="Director Meg Roe sounds out a modern Miracle Worker
";
arnews[5] += "Meg Roe promises to strip The Miracle Worker down to its beautiful bones. The production that Roe is directing runs at the Playhouse from tonight to October 31, but William Gibson's script started life in 1957 on television's dramatic anthology Playhouse 90.";
arnews[5] += "
Publ.Date : Thu, 15 Oct 2009 16:30:27 GMT";
arnews[5] += "
";
arnews[6]="Smallville (9.03) - Rabid
";
arnews[6] += "Rabid 10/14/2009 Who needs to pay to see Zombieland at the movies when you can watch Superman fighting zombies for free on TV? Clark awakens at the Watchtower next to a syringe with a Kryptonite-laced needle and a cell phone with a message from Ollie that he lost track of Lois.";
arnews[6] += "
Publ.Date : Wed, 14 Oct 2009 21:51:17 GMT";
arnews[6] += "
";
arnews[7]="Lois and Clark Romance Even Beats Rabid Zombies on Smallville
";
arnews[7] += "It's tough to be the fan of a show with decreasing ratings and improving quality, but that's where Smallville lovers are stuck this year.";
arnews[7] += "
Publ.Date : Sun, 11 Oct 2009 15:15:24 GMT";
arnews[7] += "
";
totcount = 8;
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("