var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Let the vampire backlash begin! / Why do we keep regurgitating the same old bloodsuckers?
";
arnews[0] += "After all, how much more can an exhausted pop culture take? The 'Twilight' phenom and its never-ending cavalcade of Walmart-ready tchotkes -- note to Stephenie Meyer: you do not have to say yes to every damnable breakfast cereal, keychain and Bella-approved kitty litter that your branding company hurls your way, K? -- has ushered in a whole new ...";
arnews[0] += "
Publ.Date : Mon, 02 Nov 2009 22:54:35 GMT";
arnews[0] += "
";
arnews[1]="Let the vampire backlash begin
";
arnews[1] += "After all, how much more can an exhausted pop culture take? The 'Twilight' phenom and its never-ending cavalcade of Walmart-ready tchotkes -- note to Stephenie Meyer: you do not have to say yes to every damnable breakfast cereal, keychain and Bella-approved kitty litter that your branding company hurls your way, K? -- has ushered in a whole new ...";
arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 05:29:39 GMT";
arnews[1] += "
";
arnews[2]="Halloween 2009
";
arnews[2] += "I Heart Models presents a costume party hosted by Jenny Lee and Kimberly Ann. With $500 cash prizes for best costumes and music by DJ Chinky Eye.";
arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 03:20:02 GMT";
arnews[2] += "
";
arnews[3]="Sexy Halloween: Vampire 'Sex In A Can' toy by Fleshlight aims to Succu Dry
";
arnews[3] += "The craze for vampires in this age of Twilight Mania knows no boundaries. Now, following on the heels of the cold, sparkly Tantus Vamp dildo, comes one for the boys: Special edition \"Sex In a Can\" toys from Fleshlight and Fleshjack branded as... wait for it... Succu Dry and Count Cockula.";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Exclusive: First Look at In a Spiral State DVD Box Art
";
arnews[4] += "Halo-8 Entertainment has unveiled the DVD box art for its upcoming film In a Spiral State , the metaphysical, psychedelic, drug-addled sci-fi/horror film directed by award-winning filmmaker Ramzi Abed.";
arnews[4] += "
Publ.Date : Mon, 14 Sep 2009 06:45:54 GMT";
arnews[4] += "
";
arnews[5]="Halo-8 Launches Televandalism with Pop Skull
";
arnews[5] += "Halo-8 Entertainment has announced that Pop Skull will be its first \"day and date\" DVD/digital film release, timed with the official launch of Halo-8's VOD website Televandalism , which offers VOD-streaming subscriptions or DVD-quality downloads of films, comics, fitness/lifestyle videos, webisodes, and video games.";
arnews[5] += "
Publ.Date : Tue, 28 Jul 2009 02:46:04 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("