var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Wolfman and the Director: 'We All Have a Dark Side'
";
arnews[0] += "The Wolfman isn't the first thriller to take on the \"beast within.\" For that matter, it's not even the first werewolf thriller to be called The Wolfman .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:17:25 GMT";
arnews[0] += "
";
arnews[1]="Torresani Featured in This Montha s Maxim
";
arnews[1] += "Rose Joins \"Haven\" >> Actress Alessandra Torresani, who stars in SyFy's \"Caprica\" as Zoe, is featured in this month's issue of Maxim Magazine in a revealing photo set.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:35:56 GMT";
arnews[1] += "
";
arnews[2]=""Ok Ladies Have you felt your baby move yet?"
";
arnews[2] += "I am a little shocked that I have not felt much of the babies moving. I will be 17 weeks on tues.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Golden Reel Awards Set for February 20TH
";
arnews[3] += "The Motion Picture Sound Editors will hold their 57th Golden Reel Awards on February 20 at the Westin Bonaventure Hotel & Suites in Los Angeles.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:53:26 GMT";
arnews[3] += "
";
arnews[4]="Xbox LIVE Marketplace release schedule
";
arnews[4] += "Here is the current schedule for upcoming content coming soon to the Xbox LIVE Marketplace * Feb.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:00:00 GMT";
arnews[4] += "
";
arnews[5]="High Definition: BBC's Survivors
";
arnews[5] += "I enjoy small stories. I like watching intimate, art house films or reading literary fiction in which characters do nothing more than learn a little about themselves, grow in surprising ways, overcome their own inner demons.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:28:28 GMT";
arnews[5] += "
";
arnews[6]="Sarah Silverman!! Serling!! Stargate!! Iron Man!! Mad Men!! Rad...
";
arnews[6] += "While the first wo \"Sarah Silverman Program\" sets contained only six episodes each, the new set offers 10 episodes from autumn 2008 .";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 11:26:08 GMT";
arnews[6] += "
";
arnews[7]="Starcrash - Review of 1978 Cult Movie
";
arnews[7] += "Star Wars was such a huge hit that you would have expected every Hollywood studio to rush out their own versions into production.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 05:07:11 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("