var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Search by Theater Name - ksl.com
";
arnews[0] += "Writer-director Troy Duffy needs to YouTube himself a new idea or two, because his variations on themes provided by Quentin Tarantino and Guy \"RocknRolla\" Ritchie are pure mold. In the original film, the brothers played by Sean Patrick Flanery and ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:46:00 GMT";
arnews[0] += "
";
arnews[1]="The Boondock Saints II: All Saints Day - OregonLive.com
";
arnews[1] += "Writer-director Troy Duffy needs to YouTube himself a new idea or two, because his variations on themes provided by Quentin Tarantino and Guy \"RocknRolla\" Ritchie are pure mold. In the original film, the brothers played by Sean Patrick Flanery and ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:23:00 GMT";
arnews[1] += "
";
arnews[2]="Celebrity birthdays on Nov. 6 - Miami Herald
";
arnews[2] += "Actress Aisha Hinds ( True Blood ) is 34. Actress Monique Coleman ( High School Musical ) is 29. Actor David Morse ( St. Elsewhere) is 56. Actor Stephen Spinella ( 24) is 53. Actress Joan Cusack is 47. Actor Sean Patrick Flanery is 44.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 14:42:00 GMT";
arnews[2] += "
";
arnews[3]="(RATINGS: The movies listed below are rated according to the following ... - Chicago Tribune
";
arnews[3] += "(This week's package includes: 1) capsule film reviews by Michael Phillips, chief movie critic for the Chicago Tribune , and other contributing writers; 2) longer reviews of \"The Twilight Saga: New Moon,\" \"The Blind Side,\" \"The Messenger,\" \"Planet 51 ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:19:00 GMT";
arnews[3] += "
";
arnews[4]="Review: Boondock Saints 2 a Nice Reunion - film.com
";
arnews[4] += "\"What stands out in All Saints Day isn't the violence or the action but rather the performances of all involved.\" The MacManus brothers ( Norman Reedus and Sean Patrick Flanery ) are living the quiet life in the lush green pastures of Ireland until ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 00:50:00 GMT";
arnews[4] += "
";
totcount = 5;
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("