var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Notes on a Season
";
arnews[0] += "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[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="ChaCha Sets Record with Over a Million Mobile User Questions on Super Bowl Sunday
";
arnews[1] += "ChaCha had a record day during Super Bowl, which answered well over a million mobile and online questions.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:10:22 GMT";
arnews[1] += "
";
arnews[2]="Brittany Murphy & The Trouble With Prescription Drugs
";
arnews[2] += "Hollywood actress Brittany Murphy died towards the end of last year, which was actually really sad news.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:54:26 GMT";
arnews[2] += "
";
arnews[3]="Brokeback Mountain: A Controversial Love Story
";
arnews[3] += "Personally, I have heard a lot of reviews, both within the industry and with personal experience, about how they didn't like Brokeback Mountain.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:12:11 GMT";
arnews[3] += "
";
arnews[4]="Ledger's uncle jailed
";
arnews[4] += "MILEY CYRUS has joined the celebrity push to help the survivors of the Haiti earthquake by organising a massive auction of clothing and memorabilia.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:58:32 GMT";
arnews[4] += "
";
arnews[5]="Somebodya s Got To Be Doing Something With Batman 3, Right?
";
arnews[5] += "Frankly, I think good riddance- The Dark Knigh t set the bar AWFULLY high and I'm genuinely unsure if they could ever top that.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:25:58 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("