var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Death Proof
";
arnews[0] += "Quentin Tarantino has earned his name, Total Film named him the 12th greatest director of all time.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:15:34 GMT";
arnews[0] += "
";
arnews[1]="a Bitch Slapa Gets A Release Date, Brand New HD Trailer
";
arnews[1] += "One of our most anticipated films for 2010 is Rick Jacobson's Bitch Slap , and today comes word that the explosive flick is now set for a limited theatrical release starting on January 8th, 2010.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:37:42 GMT";
arnews[1] += "
";
arnews[2]="Home again: Webb School reclaims historic structure
";
arnews[2] += "After years of outside ownership, a historic Bell Buckle property originally owned by the Webb family is once again a part of the campus.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:02:41 GMT";
arnews[2] += "
";
arnews[3]="Ski Cross is the newest Winter Olympic sport
";
arnews[3] += "Ski Sunday returns on 13 December and as well as showcasing the best World Cup action the team will be gearing up for the 2010 Winter Olympics.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 17:18:45 GMT";
arnews[3] += "
";
arnews[4]="Birthday Suits: Giant Sized Edition
";
arnews[4] += "Are you one of them? Mischa, Marty and Rachel 1897 Frank Fay , aka Mr. Barbara Stanwyck.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:46:38 GMT";
arnews[4] += "
";
arnews[5]="Area girls basketball preview capsules
";
arnews[5] += "Benet's offense will be led by senior Nikki Bell, a four-year starter who averaged 13 points per game last season.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 14:35:16 GMT";
arnews[5] += "
";
arnews[6]="Kaplanyan milestone not enough for Hoover water polo
";
arnews[6] += "Hakop Kaplanyan got the Southern Section record, then Hoover of Glendale got a reality check courtesy of the top-seeded boys' water polo team in the Southern Section Div.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 11:43:53 GMT";
arnews[6] += "
";
arnews[7]="Jingle Bell Not
";
arnews[7] += "I won! November 10, 2008, in the dark and deserted men's department at Lord & Taylor.";
arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 18:47:27 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("