var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SEX and the VAMPIRE
";
arnews[0] += "As Sigmund Freud once said: \"Sometimes a cigar is just a cigar.\"Right. And sometimes vampires are just vampires.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:41:04 GMT";
arnews[0] += "
";
arnews[1]="True Blood Busts Coming from DC Direct
";
arnews[1] += "DC Unlimited, which has been bringing you those World of Warcraft figures and just about everything else in the DC comics universe through DC Direct, now takes aim at the top of the food chain on cable TV.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:43:12 GMT";
arnews[1] += "
";
arnews[2]="Vampires Are Hot Hollywood Property To The Tune Of Nearly $800 Million
";
arnews[2] += "Anna Paquin of 'True Blood,' Robert Pattinson of 'Twilight' The CW Paul Wesley as Stefan Salvatore in 'The Vampire Diaries' Rutina Wesley, Stephen Moyer, Anna Paquin, Sam Trammell and Nelsan Ellis arrive at the official HBO after party for the 66th Annual Golden Globe Awards held at Circa 55 Restaurant, Poolside at the Beverly Hilton Hotel on ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:14:44 GMT";
arnews[2] += "
";
arnews[3]="Rockina The Runway: Victoriaa s Secret NYC Fashion Show 2009
";
arnews[3] += "Marissa Miller, Heidi Klum and Doutzen Kroes pose alongside one another at the Victoria's Secret Fashion Show in New York City on November 19, 2009 Keyboard Shortcuts: Left Arrow - Previous; Right Arrow - Next; Anna Paquin of 'True Blood,' Robert Pattinson of 'Twilight' Michael Jackson arrives with his family for the verdict at his child ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:08:42 GMT";
arnews[3] += "
";
arnews[4]="Mia Wasikowski is the New Jane Eyre?
";
arnews[4] += "I was looking forward to seeing Ellen Page as Jane Eyre, wondering how she would handle the role of the poor governess from the wrong side of the moors.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:42:01 GMT";
arnews[4] += "
";
arnews[5]="South O' the Highway
";
arnews[5] += "South O' the Highway Katie Holmes and husband Tom Cruise have been spotted out and about on the North Fork.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:04:47 GMT";
arnews[5] += "
";
arnews[6]="Why vampire movies always break all the vampire rules.
";
arnews[6] += "Robert Pattison and Kristen Stewart return to the big screen in Twilight: New Moon this Friday.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 02:05:01 GMT";
arnews[6] += "
";
totcount = 7;
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("