var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie guide alt: Independent, limited release and foreign-language ... - Sacramento Bee
";
arnews[0] += "Opinions are by Los Angeles Times reviewers. Ratings by the Motion Picture Association of America are: (G) for general audiences; (PG) parental guidance urged because of material possibly unsuitable for children; (PG-13) parents are strongly ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 13:08:00 GMT";
arnews[0] += "
";
arnews[1]="Gallery: "From Paris With Love" premiere - Herald-Dispatch
";
arnews[1] += "AP Photo/Evan Agostini) Actress Laura Harring attends the premiere of 'From Paris With Love' at the Ziegfeld Theatre on Thursday, Jan. 28, 2010 in New York. (AP Photo/Evan Agostini) Actor Jonathan Rhys Meyers and girlfriend Reena Hammer attend the ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 21:29:00 GMT";
arnews[1] += "
";
arnews[2]="Love of toys led Stphane Aubier, Vincent Patar to A Town Called Panic' - The Sun News
";
arnews[2] += "LOS ANGELES - Growing up in Belgium, the animating duo of Stephane Aubier and Vincent Patar loved to play with plastic toy figurines. \"I had a neighbor who I was kind of jealous of because he had more,\" said Aubier on the phone from New York ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 14:33:00 GMT";
arnews[2] += "
";
arnews[3]="Movie guide: Capsule reviews of current releases - The Sun News
";
arnews[3] += "Opinions are by Los Angeles Times reviewers. Ratings by the Motion Picture Association of America are: (G) for general audiences; (PG) parental guidance urged because of material possibly unsuitable for children; (PG-13) parents are strongly ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 12:32:00 GMT";
arnews[3] += "
";
totcount = 4;
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("