var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rivals to meet for Div. V girls' tennis title
";
arnews[0] += "The Viewpoint of Calabasas girls' tennis team has developed an effective method of operation throughout the Southern Section Div.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:49:49 GMT";
arnews[0] += "
";
arnews[1]="Sam Worthington does the 'Crime'
";
arnews[1] += "In this futuristic sci-fi film, the U.S. government plans to secretly broadcast a signal that will make it impossible for anyone to knowingly commit crimes.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:25:06 GMT";
arnews[1] += "
";
arnews[2]="This week's DVD and Blu-ray releases
";
arnews[2] += "If nothing else, watching McG 's Terminator Salvation at least puts Christian Bale's infamous on-set meltdown into perspective; if you had to pretend to be angry for so long in front of the camera then you'd probably end up angry in real life.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:07:13 GMT";
arnews[2] += "
";
arnews[3]="Mia Wasikowska And Michael Fassbender Starring In Jane Eyre
";
arnews[3] += "Every now and then a young actor manages to snap up so many roles before they make a big debut that they start to seem like a star even before the vast majority of moviegoers have ever laid eyes on them.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:56:56 GMT";
arnews[3] += "
";
arnews[4]="Avatar Featurette Shows Off The Human Hardware
";
arnews[4] += "As the release date for Avatar grows ever closer , the international promotional department is smartly focusing on the more human side of things.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:03:28 GMT";
arnews[4] += "
";
arnews[5]="Holiday films
";
arnews[5] += "It's been less than a dazzling year at the movies, so fingers crossed that Hollywood is saving the best for last.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:26:42 GMT";
arnews[5] += "
";
arnews[6]="Steph's splash of colour
";
arnews[6] += "NEWLY independent Stephanie Rice made an interesting fashion choice for the GQ Man of the Year awards, channelling a canary in a cheery cocktail frock.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:39:25 GMT";
arnews[6] += "
";
arnews[7]="Casting Call: Uma Thurman joins Robert Pattinson's 'Bel Ami,' Sam...
";
arnews[7] += "Uma Thurman is ready for an interview with the vampire, while the Terminator is heading to a new sci-fi flick.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 20:35:14 GMT";
arnews[7] += "
";
totcount = 8;
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("