var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="True Blood: Jason Stackhouse Gets a Roommate and More
";
arnews[0] += "In about five months from now, True Blood will be returning to our TV screens for its highly anticipated third season.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:32:19 GMT";
arnews[0] += "
";
arnews[1]="Aussie films tipped to wow Berlin
";
arnews[1] += "Two strikingly different films will lead the Aussie contingent at the Berlin Film Festival this month.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:44:56 GMT";
arnews[1] += "
";
arnews[2]="Bran Nue Dae, Red Hill bound for Berlin
";
arnews[2] += "Two strikingly different films will lead the Aussie contingent at the Berlin Film Festival this month.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Sir Elton John and David Furnish Host 18th Annual Academy Awards(R) Viewing Party Benefiting the Elt
";
arnews[3] += "The 18th annual Elton John AIDS Foundation Academy Awards Viewing Party hosted by Sir Elton John and David Furnish will be held Sunday, March 7, 2010, at the Pacific Design Center and will be presented by Chopard, Jo and Raffy Manoukian, and Neuro Drinks.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 10:53:07 GMT";
arnews[3] += "
";
arnews[4]="True Blood Season 2 DVD and Blu-ray Specs
";
arnews[4] += "With True Blood Season Two set to hit DVD and Blu-ray on May 25th, we knew it wouldn't be long before HBO Home Entertainment let loose with what we can expect in the way of special features on the discs.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 05:30:53 GMT";
arnews[4] += "
";
arnews[5]="Ryan Kwanten to Taylor Swift: Come to True Blood
";
arnews[5] += "In a recent interview with Hollywoodlife.com, Ryan Kwanten made one thing clear: He's more than just a ridiculously attractive body .";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 15:19:35 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("