var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Independent and Military Base Films: February 12 to 18
";
arnews[0] += "12 - 7:30 p.m. The documentary follows independent filmmakers around the festival circuit for a lighthearted examination of the politics and pitfalls of today's film festival landscape.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:08:04 GMT";
arnews[0] += "
";
arnews[1]="Notes on a Season
";
arnews[1] += "The 25th Santa Barbara International Film Festival came roaring out of the gate last weekend with a revolving door of newly minted Oscar nominees and award-season players showing up for spirited writers and directors panels and big-ticket tributes to Sandra Bullock , James Cameron and a group of newer faces -- \" Virtuosos \" -- including \"An ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Rain can't dampen S.B. film fest
";
arnews[2] += "Not letting pesky mudslides ruin a perfectly good celebration, the Santa Barbara International Film Festival kicked off 25th-anniversary festivities over the weekend, showering the likes of Sandra Bullock, James Cameron and his ex Kathryn Bigelow with awards and retrospectives.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:46:06 GMT";
arnews[2] += "
";
arnews[3]="Sweet 'n' sappy love songs
";
arnews[3] += "For all the love that the greatest love songs inevitably receive as Valentine's Day approaches, you have to know that the sappiest love songs attract an equal amount of disdain.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="20th anniversary of the Tyson-Douglas shocker
";
arnews[4] += "It was like watching somebody beat up your dad. Forget about the man we know now as Mike Tyson -- the fragile psyche, pouring his heart out to Oprah, begging to be understood.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="In the mood: Love songs that deserve another listen
";
arnews[5] += "For all the love that the greatest love songs inevitably receive as Valentine's Day approaches, you have to know that the sappiest love songs attract an equal amount of disdain.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:35:41 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("