var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="True Blood: 'One Tree Hill' Actor to Play Werewolf Alcide
";
arnews[0] += "Are all the casting rounds on True Blood driving you crazy? In a span of just two weeks, we've learned that Theo Alexander landed the role of vampire Talbot, Marshall Allman was cast as Sam Merlotte's long-lost younger brother Tommy Mickens, Grant Bowler signed on as werewolf Coot, and Shannon Lucio got the role of Bill's first wife.";
arnews[0] += "
Publ.Date : Tue, 15 Dec 2009 18:41:54 GMT";
arnews[0] += "
";
arnews[1]="TV's 25 Best Xmas Episodes - #12 - Veronica Mars: 'An Echolls Family Christmas'
";
arnews[1] += "Kristen Bell & Enrico Colantoni in \"An Echolls Family Christmas\" One of the many reasons that the WB Network is no longer with us is that the suits running the joint seemed determined to outdo the suits at Fox for sheer boneheadedness.";
arnews[1] += "
Publ.Date : Fri, 11 Dec 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Church of Scientology Celebrity Centre Hosts Celebrity Christmas Stories Benefit for Underprivileged
";
arnews[2] += "Church of Scientology Celebrity Centre International notables Anne Archer, Erika Christensen, Jason Dohring, Jenna Elfman, MC Lyte, Priscilla Presley, Beth Riesgraf, and film composer Mark Isham performed in the annual Christmas Stories performance over the weekend to an audience of over 500.";
arnews[2] += "
Publ.Date : Fri, 11 Dec 2009 19:19:10 GMT";
arnews[2] += "
";
arnews[3]="Church of Scientology Celebrity Centre Hosts Celebrity Christmas...
";
arnews[3] += "Created in the theme of a 1930s holiday variety radio show, Scientology Celebrity Centre guests were treated to traditional and original renditions of music, dance, skits, and stories.";
arnews[3] += "
Publ.Date : Tue, 08 Dec 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Jenna Elfman & Minka Kelly Among Stars to Share 'Christmas Stories' with Underprivileged Kids
";
arnews[4] += "\"Accidentally On Purpose\" actress Jenna Elfman joined the likes of Priscilla Presley and \"Friday Night Lights\" star Minka Kelly to offer some holiday cheer to underprivileged children.";
arnews[4] += "
Publ.Date : Mon, 07 Dec 2009 18:24:00 GMT";
arnews[4] += "
";
arnews[5]="Ill met for Moonlight: CBS ditches vampire detective series
";
arnews[5] += "Vampires can survive virtually anything a ' but not the capricious whim of network executives.";
arnews[5] += "
Publ.Date : Fri, 16 May 2008 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("