var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Disappointingly laugh-free - Southtown Star
";
arnews[0] += "Of all the pretty faces and talented comedians to populate \"When in Rome,\" the funniest co-star is the Solomon R. Guggenheim Museum. Yes, there at the center of this unabashedly formulaic romantic comedy is Frank Lloyd Wright's revered New York ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 12:45:00 GMT";
arnews[0] += "
";
arnews[1]="Movie review: 'When In Rome' - News-Leader.com
";
arnews[1] += "Anjelica Huston plays her wooden boss.) When Beth travels to Rome for her sister's (Alexis Dziena) wedding, she hits it off with the best man, Nick (Duhamel). Aside from being tall and dashing, he has a self-effacing sense of humor and helps her ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 12:31:00 GMT";
arnews[1] += "
";
arnews[2]="Bell's true curse in 'Rome': Bad material - Delaware Online
";
arnews[2] += "Of all the pretty faces and talented comedians to populate \"When in Rome,\" the funniest co-star is the Solomon R. Guggenheim Museum. Yes, there at the center of this formulaic romantic comedy is Frank Lloyd Wright's revered New York landmark. The ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 18:14:00 GMT";
arnews[2] += "
";
arnews[3]="Fountain of Failure - Tucson Weekly
";
arnews[3] += "Bell plays Beth, an events curator at the Guggenheim who is one year removed from her last relationship and in some serious need of lovin'. Her little sister, Joan (played by the ridiculously adorable Alexis Dziena), is going to marry her new ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 19:20:00 GMT";
arnews[3] += "
";
arnews[4]="Not saved by the Bell - News & Review
";
arnews[4] += "I’m a Kristen Bell fan. Having said that, I hate When in Rome , the latest film to squander her charms. Bell plays Beth, an events curator at the Guggenheim Museum in New York, who is one year removed from her last relationship and in some serious ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:21: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("