var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="My Summer of Love - San Diego weekly Reader
";
arnews[0] += "Emily Blunt, a Robin Tunney type, monopolizes the nudity. With Paddy Considine. 2005.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 00:32:00 GMT";
arnews[0] += "
";
arnews[1]="Scarecrow suggests ... 'The Eiger Sanction' and other suspenseful ... - Seattle Times
";
arnews[1] += "'North Face': a gripping climb up Eiger mountain in the Alps Sign up for our Movies newsletter Movies RSS feed \"North Face\" takes place on the Eiger (a peak in the Swiss Alps about 1,400 feet shorter than Mount Rainier), so we begin with another film ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[1] += "
";
totcount = 2;
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("