var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Daybreakers
";
arnews[0] += "In the world of Daybreakers , vampirism has infected humanity and, after a brief period of civil war, society has resumed its normal course, with a couple of key differences.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:04:21 GMT";
arnews[0] += "
";
arnews[1]="Sam Neill joins Optus One80project
";
arnews[1] += "Press release from MTV Networks Australia MTV, Optus and Blackberry are pleased to welcome internationally acclaimed actor Sam Neill to the judging panel for the Optus One80project fourth year of competition.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:09:19 GMT";
arnews[1] += "
";
arnews[2]="Movies to put you in the mood for love
";
arnews[2] += "It's that time of year: Scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:54:31 GMT";
arnews[2] += "
";
arnews[3]="She Said, Z Said: Who Are Your Celebrity Doppelgangers?
";
arnews[3] += "Z: When I was growing up, I never looked like anyone famous. She: People used to say I looked like Linda Ronstadt , and Jeaney on I Dream of Jeannie .";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 10:21:42 GMT";
arnews[3] += "
";
arnews[4]="Great DVDs to cuddle up to on Valentine's Day
";
arnews[4] += "It's that time of year: scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:52:11 GMT";
arnews[4] += "
";
arnews[5]="New York, I Love You
";
arnews[5] += "\"New York, I Love You\" is a sequel to an independent film, Pairs Je t'aime, which covered the love relationships of persons in Paris.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 21:10:44 GMT";
arnews[5] += "
";
arnews[6]="Swank gets between Lautner and Lutz
";
arnews[6] += "Kellan Lutz at the Celebrity Beach Bowl where he and Lautner faced off on the sand.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 13:15:20 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("