var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Featured DVD Review: Whip It
";
arnews[0] += "Whip It - Buy from Amazon: DVD or Blu-ray Drew Barrymore comes from a family of Hollywood royalty.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:50:58 GMT";
arnews[0] += "
";
arnews[1]="Movie Review: Amreeka
";
arnews[1] += "Not long into Amreeka , the film's genial central character Muna , a middle-aged Palestinian mother, has an amusing encounter with US Customs.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 03:18:59 GMT";
arnews[1] += "
";
arnews[2]="'Kick-Ass', 'MacGruber,' 'The People Vs George Lucas' among the SXW titles announced
";
arnews[2] += "As many years as I've been going to Austin for film-releated events, it shocks me that last year was my first time visiting SXSW from end to end, and I loved it.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 17:35:00 GMT";
arnews[2] += "
";
arnews[3]="Whip it (2009) Blu-Ray Review
";
arnews[3] += "WHAT IS IT ABOUT? A small town Texas high school student becomes the star of a roller derby team.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 12:22:33 GMT";
arnews[3] += "
";
arnews[4]="2010 SXSW Film Festival Line-Up Announced; Includes Cyrus, Macgruber, Get Low, and Kick-Ass
";
arnews[4] += "Not all of the great film festivals are outside of the U.S.A Even if you can't book a ticket to Cannes or Berlin, you should be able to afford a flight out to Austin, Texas for SXSW, which is a festival for not only movies, but music and video games as well.A Like the years before, the line-up for the 2010 SXSW Film Festival is the goods.A Matthew ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 22:59:10 GMT";
arnews[4] += "
";
arnews[5]="SXSW 2010 Full Lineup Announced
";
arnews[5] += "SXSW has officially released the full lineup of films for their 2010 festival and it looks like we're all in for a real treat.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 19:59:04 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("