var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jim Birdsall, Chambera s Citizen of the Year
";
arnews[0] += "Jim Birdsall looks back at his wife and family as Chamber Director Don Dana surprises him with his selection as the Chamber's Citizen of the Year.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:59:05 GMT";
arnews[0] += "
";
arnews[1]="A's release outfielder Taveras
";
arnews[1] += "The A's on Tuesday released outfielder Willy Taveras, who had been designated for assignment last week after being acquired from the Reds along with infielder Adam Rosales.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:39:00 GMT";
arnews[1] += "
";
arnews[2]="Couples Retreat
";
arnews[2] += "It may be paradise, but it's no vacation. Vince Vaughn and Jon Favreau head off to Bora Bora for the directorial debut of The Man Who Was Ralphie , Peter Billingsley.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Feb 9 DVDs: Couples Retreat and That's How We Do It
";
arnews[3] += "The thinner, younger version of Vince Vaughn of a few years ago was more physically attractive, but the heftier, 40-year-old version we see in Couples Retreat is more attractive in other ways.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Alice in Wonderland; so many other versions racing to DVD
";
arnews[4] += "As Disney's eagerly-awaited Alice in Wonderland heads our way this March 5, a number of earlier film and TV versions of the Lewis Carroll classic have been crossing my desk.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:42:44 GMT";
arnews[4] += "
";
arnews[5]="New on DVD, 2/9/10
";
arnews[5] += "Michael Stuhlbarg and Fred Melamed in Joel and Ethan Coen's \"A Serious Man.\" \"A Serious Man\" ** 1/2 Rating Joel and Ethan Coen's quietly amusing, philosophically rich tale about a beset family man is set in a Minnesota suburb 1967, a time when the Coens themselves were coming of age outside Minneapolis.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 10:30:02 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("