var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DVD Alternatives to This Weekend's Theatrical Offerings
";
arnews[0] += "Vampires and werewolves and human-aliens, oh my! And you don't even have to leave the house to check them out... MaryAnn Johanson , Nov 20, 2009 We know how it is: You'd like to go to the movies this weekend, but there's all that sighing and sulking and brooding over your immortal undead lover to do, and that's just exhausting.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:41:00 GMT";
arnews[0] += "
";
arnews[1]="Kirsten Dunst jaded with Jake
";
arnews[1] += "Kirsten Dunst has admitted she doesn't have a friendly relationship with ex-boyfriend Jake Gyllenhaal, and doesn't ever see him.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:35:21 GMT";
arnews[1] += "
";
arnews[2]="Fact Or Fiction: Is Anne Hathaway Being Pursued To Join 'Spider-Man 4'?
";
arnews[2] += "Hmmm... now this is a casting decision I wouldn't have guessed. According to Nikki Finke , a journalist whose website, Deadline Hollywood Daily, focuses entirely on the business side of the entertainment industry, 'Spider-Man 4' producers want Anne Hathaway to join the film .";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:07:13 GMT";
arnews[2] += "
";
arnews[3]="Anne Hathaway joins Black Cat Rumour Casting
";
arnews[3] += "It seems the only consistant rumour about Spiderman 4 is that Black Cat is going to be in it, but everyone is quick to jump on the rumours as to who is being cast in the busty vixen's role.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:41:59 GMT";
arnews[3] += "
";
arnews[4]="Beauty Collection Adds Sara Happ To Its Collection
";
arnews[4] += "Available in Almond Creme, Peppermint, Vanilla Bean, Brown Sugar, Cinnamon Sugar, and Cocoa flavors.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("