var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Home movies
";
arnews[0] += "Betty Blue This is the directora s cut of Jean-Jacques Beineixa s 1986 sexy, tragic drama about a young handyman and a beautiful waitress who begin an erotic escapade that grows into a genuine relationship, then tumbles into madness.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:53:58 GMT";
arnews[0] += "
";
arnews[1]="Geckos swarm past Bulldogs
";
arnews[1] += "With a third Independent Interscholastic Athletic Association of Guam Boys' Soccer League win up for grabs, the George Washington Geckos used four second-half goals to comfortably down the Okkodo Bulldogs 5-0 yesterday at GW field.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Sorry, Johnny! People picks wrong Sexiest Man Alive
";
arnews[2] += "Hey, at least it wasn't the \"Twilight\" kid! That was the false People magazine Sexiest Man Alive cover making the rounds yesterday.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 18:00:35 GMT";
arnews[2] += "
";
arnews[3]="Olivia Wilde: It's Up to 'House' To Bring Thirteen Back
";
arnews[3] += "Are you happy that the old team is back on House ? Or do you want Thirteen and Taub to be back? Nevertheless, Wilde tells TV Guide that she's happy for the break.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 21:22:53 GMT";
arnews[3] += "
";
arnews[4]="The Exiles on DVD Nov 17
";
arnews[4] += "Completed in 1961 and though well received at a few festivals, it was never theatrically release and rarely seen for nearly fifty years.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 09:10:00 GMT";
arnews[4] += "
";
arnews[5]="Redlands ends on downer
";
arnews[5] += "University of Redlands football coach Mike Maynard spent Sunday doing yardwork. He would rather have been preparing for an upcoming opponent.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 06:09:26 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("