var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nancy Pelosi, Feminist Nightmare
";
arnews[0] += "The House Speaker pushed the Stupak amendment through - then moved to block the woman bidding for Ted Kennedy's Senate seat.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:55:13 GMT";
arnews[0] += "
";
arnews[1]="Publishers Weekly Best-Sellers
";
arnews[1] += "\"The Scarpetta Factor\" by Patricia Cornwell 11. \"Pursuit of Honor: A Novel\" by Vince Flynn 12.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="A picture-perfect holiday season: Have yourself some very merry movies
";
arnews[2] += "Add to your holiday to-do list: See loads of movies. Hollywood is packing the next six weeks with Oscar hopefuls, animated fun, sci-fi trickery, naughty ninjas, and a fresh take on the world's greatest sleuth.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:27:19 GMT";
arnews[2] += "
";
arnews[3]="Movies: Now Playing and Coming Soon
";
arnews[3] += "The Fantastic Mr. Fox: An animated Wes Anderson film based on a Roald Dahl story about farm folk who tire of the wily fox in their midst and resolve to wipe out him and his kind.Old Dogs: Business partners John Travolta and Robin Williams are saddled with 6-year-old twins.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:21:00 GMT";
arnews[3] += "
";
arnews[4]="Reservations Being Taken for Christmas Production
";
arnews[4] += "Reservations are now being taken for Cabot Community Theatre's Christmas production, \"The Best Christmas Pageant Ever\".A Show dates are December 10th through theA 12th.A A The show revolves around a local Christmas pageant that gets taken over by the Herdmans who are described as \"the worst kids in the whole history of the world.\" A cast of more ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:27:19 GMT";
arnews[4] += "
";
arnews[5]="Agents & Agencies
";
arnews[5] += "JoAnne McCarthy at Shore & Country Properties in Riverside has been honored as the company's top agent for the first six months of 2009, with the highest sales dollar amount.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 18:29:25 GMT";
arnews[5] += "
";
totcount = 6;
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("