var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Beverly Hills 90210: The Ninth Season - DVD Review
";
arnews[0] += "I continue to be mystified by Beverly Hills 90210 , and I'm not exactly sure why.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 20:24:49 GMT";
arnews[0] += "
";
arnews[1]="'Beverly Hills, 90210: The Ninth Season'
";
arnews[1] += "The original series was starting to wind down by the time it reached this year, which saw the exit of Valerie and the arrival of Gina , who made things complicated for the newly returned Dylan - especially after his failure to rekindle a romance with Kelly .";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 03:12:16 GMT";
arnews[1] += "
";
arnews[2]="Little Screen
";
arnews[2] += "This week's new releases, by Jay Bobbin of Zap2it, are rated on a scale of one to four, with H equivalent to a poor rating and HHHH meaning excellent.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 14:00:00 GMT";
arnews[2] += "
";
arnews[3]="11 most scandalous 'Saved By The Bell' revelations in Screech's book
";
arnews[3] += "This weekend, I read Dustin \"Screech\" Diamond's entire autobiography, \"Behind the Bell\" . And I might be the only person who's ever done that.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 17:42:08 GMT";
arnews[3] += "
";
arnews[4]="Someone Read Screech's Saved By the Bell Tell-All Book So You Don't Have To
";
arnews[4] += "As he promised back in 2008 , a broke and shameless Dustin Diamond has written a book all about his scandal-filled years as Screech on Saved By the Bell .";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 22:41:09 GMT";
arnews[4] += "
";
arnews[5]="On Jan 23, 2000, the dark satire "American Beauty" won the Golden Globe for best film drama
";
arnews[5] += "Today is Saturday, Jan. 23, the 23rd day of 2010. There are 342 days left in the year.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 15:49:33 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("