var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Year in Review
";
arnews[0] += "Okay, AMC fans - how well have you been paying attention this year? Find out with our year-end test of all the happenings in Pine Valley in 2009.";
arnews[0] += "
Publ.Date : Tue, 01 Dec 2009 21:54:51 GMT";
arnews[0] += "
";
arnews[1]="Soap Updates
";
arnews[1] += "ALL MY CHILDREN Ryan was certain that Annie was going to fake a miscarriage. David suggested to Amanda that they could avoid waiting another month to make a baby if they just did it the old-fashioned way.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 05:42:46 GMT";
arnews[1] += "
";
arnews[2]="Re: Murder Mystery - Ediitor's Choice
";
arnews[2] += "Are you kidding me? Did someone pay the Editors to pick this or were they drugged by Pratt the way his characters are? This whole murder mystery was a huge bomb and I think it's terrible that the Editors chose to reward AMC for this mess over shows which truly deserve this honor.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 07:04:47 GMT";
arnews[2] += "
";
arnews[3]="The Buzz: PotStickers delayed
";
arnews[3] += "You'll have to wait a couple of more days for Asian sandwiches and noodles. PotStickers, the quick-service Baxter Avenue restaurant run by 610 Magnolia's Edward Lee , was set to open Saturday.";
arnews[3] += "
Publ.Date : Thu, 01 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Fan-demonium
";
arnews[4] += "On September 12 and 13, AMC fans took over New York City for the show's 11th annual Fan Club Weekend! Here are highlights from the various events.";
arnews[4] += "
Publ.Date : Fri, 25 Sep 2009 15:34:27 GMT";
arnews[4] += "
";
arnews[5]="Stamos, Baldwin, Clark, Creel, White Join Starry Line-Up for 23rd Annual Broadway Flea Market
";
arnews[5] += "An updated list of stars has been announced for the 23rd Annual Broadway Flea Market and Grand Auction, which is set for Sunday, Sept.";
arnews[5] += "
Publ.Date : Tue, 22 Sep 2009 19:40:55 GMT";
arnews[5] += "
";
arnews[6]="Indie film a blitza begins this weekend in Manchester
";
arnews[6] += "It's not yet the Sundance on the Battenkill, but it's a start. The Sundance Film Festival, held annually in Utah, may be the nation's largest independent film festival, but Manchester is also in the game, with a four-week long independent film \"blitz\" hosted by the Village Picture Shows, the independently owned -- and only -- movie theater in town.";
arnews[6] += "
Publ.Date : Thu, 17 Sep 2009 04:20:08 GMT";
arnews[6] += "
";
arnews[7]="Julie Pinson to Appear at the Broadway Cares/Equity Fights AIDS Event
";
arnews[7] += "Former DAYS star and Daytime Emmy nominated actress Julie Pinson will be among the celebrities supporting Broadway Cares/Equity Fights AIDS at the 23rd Annual Broadway Flea Market and Grand Auction .";
arnews[7] += "
Publ.Date : Fri, 11 Sep 2009 21:54:20 GMT";
arnews[7] += "
";
arnews[8]="Television stars to visit Village Picture Shows for their indie film screening
";
arnews[8] += "As part of its annual Indie Film Blitz Month, The Village Picture Shows Cinema will screen, \"The Crimson Mask\" on Saturday, Sept.";
arnews[8] += "
Publ.Date : Thu, 10 Sep 2009 20:19:36 GMT";
arnews[8] += "
";
totcount = 9;
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("