var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="My Summer of Love - San Diego weekly Reader
";
arnews[0] += "Director Pawel Pawlikowski, in faded color and with unstable camera, details the youthful indiscretions of two English girls of vastly different backgrounds, a horse-riding, cello-playing aristocrat on suspension from school (\"Apparently I'm a bad ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 00:32:00 GMT";
arnews[0] += "
";
arnews[1]="Companion briefs - The Keene Sentinel
";
arnews[1] += "com Jaffrey Public Library hosts series of films JAFFREY — The Jaffrey Public Library will celebrate the work of two very different stars, Tyrone Power and Sarah Polley, in its winter and spring film series, “Classic and Contemporary.”";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 13:56:00 GMT";
arnews[1] += "
";
arnews[2]="TheSpec.com - Local - Hamilton's quiet movie boom - Hamilton Spectator
";
arnews[2] += "HAMILTON–Would-be superhero Arthur Poppington (Woody Harrelson) tries to save the world in Defendor, opening Feb. 19. And the place he wages his onscreen campaign isn't a sound stage in Los Angeles or on location in Toronto. It's in the gritty ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 11:43:00 GMT";
arnews[2] += "
";
arnews[3]="TheSpec.com - BreakingNews - Hamilton enjoys supporting role as ... - Hamilton Spectator
";
arnews[3] += "HAMILTON–Would-be superhero Arthur Poppington (Woody Harrelson) tries to save the world in Defendor, opening Feb. 19. And the place he wages his onscreen campaign isn't a sound stage in Los Angeles or on location in Toronto. It's in the gritty ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 14:51:00 GMT";
arnews[3] += "
";
arnews[4]="The Chris Elliott Fund Changes the Face of Brain Cancer as They Leap ... - Earthtimes
";
arnews[4] += "Local Non-Profit Teams up with Celebrities and Experts, Building Programs and Securing Funds to Continue their Passionate Fight to EndBrainCancer SEATTLE, WA, February 07, 2010 /24-7PressRelease/ -- Today, the Chris Elliott Fund (CEF) for ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:46: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("