var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Big Empty - IFC
";
arnews[0] += "A guy looking for easy money gets a lot more than he bargained for in this noir-flavored independent comedy. John Person (Jon Favreau) is a struggling actor living in Los Angeles who is starting to buckle under the pressure of his own failures. With ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 05:01:00 GMT";
arnews[0] += "
";
arnews[1]="Joe Jonas To Appear On 'Brothers & Sisters': Report - MTV
";
arnews[1] += "Joe Jonas seems to be actively pursuing his acting career. The Jonas Brother is now attached to a two-episode arc on the ABC drama \"Brothers & Sisters,\" according to E! News . Jonas will reportedly play the younger version of Balthazar Getty's ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 14:56:00 GMT";
arnews[1] += "
";
arnews[2]="TV Rants and Raves 2.03.10 - 411mania.com
";
arnews[2] += "TV Rants and Raves Issue #30: In this issue I Rant and Rave about the end of \"Ugly Betty,\" the \"Damages\" Season 3 premiere, the return of \"Psych,\" Dylan Ratigan's new MSNBC show, the Grammy Awards show, the return of \"The Puppy Bowl,\" and more, plus ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 05:01:00 GMT";
arnews[2] += "
";
totcount = 3;
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("