var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thank you from the Ayer Recycling
";
arnews[0] += "Last Saturday dawned wet and cold. The weather turned worse as the morning went on but the kindness and generosity of over 50 donors from several local towns made it feel sunny and warm.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:05:39 GMT";
arnews[0] += "
";
arnews[1]="Must See: Pakistan's Anti-Yankee Rock
";
arnews[1] += "In order to view this feature, you must download the latest version of flash player here .";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 19:35:28 GMT";
arnews[1] += "
";
arnews[2]="Television on the go
";
arnews[2] += "TV on mobile handsets is not new for Thais. But unlike Thailand where TV programmes are broadcast from regular TV channels, San Diego-based FLO TV offers a real TV station broadcast solely to your mobile phone and gadget devices.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 23:22:51 GMT";
arnews[2] += "
";
arnews[3]="DuPont's Social Media Campaign Goes Up in Flames...
";
arnews[3] += "Fiery race-car crashes, exploding oil refineries, policemen shot in the chest at point-blank range -- these are just some of DuPont's new social-media tools.";
arnews[3] += "
Publ.Date : Wed, 28 Oct 2009 14:15:14 GMT";
arnews[3] += "
";
arnews[4]="DuPont's Social Media Campaign Goes Up in Flames...
";
arnews[4] += "Fiery race car crashes, exploding oil refineries, policemen getting shoot in the chest at point-blank range -- are just some of DuPont's new social media tools.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 04:24:46 GMT";
arnews[4] += "
";
arnews[5]="Jim& June's Odyssey - 091004 Duluth, MN - Duluth, Minnesota, United States
";
arnews[5] += "Along the way: After leaving Bonnyville, we stopped at Shirley & Thorny's place and helped them build a 30'x30' deck with a 20'x20' addition onto their house.";
arnews[5] += "
Publ.Date : Sun, 18 Oct 2009 13:11:09 GMT";
arnews[5] += "
";
arnews[6]="Zoe Keating: Web Fame that Actually Translated to a Career
";
arnews[6] += "Just like Web 2.0 start-ups have been spending much of 2009 trying to figure out how to turn users and community into revenues, so too have the last few years' crop of Internet celebrities been trying to figure out how to make a business out of those over-used buzz words \"their personal brands.\" Think of all the online fame that's been created in ...";
arnews[6] += "
Publ.Date : Sun, 27 Sep 2009 18:35:31 GMT";
arnews[6] += "
";
arnews[7]="How Evan Ratliff Was Caught
";
arnews[7] += "Naked Pizza snagged Evan. But the legwork was done by Jeff Reifman, who was using twitter under @vanishteam. He has just put up an amazing post detailing exactly what he did and how he did it.";
arnews[7] += "
Publ.Date : Wed, 09 Sep 2009 17:01:34 GMT";
arnews[7] += "
";
arnews[8]="Anagrams, Beach Sightings and Soccer Games: Is Evan Ratliff Almost Found?
";
arnews[8] += "The folks at trackevan.com last night found a video of Amanda Congdon conducting interviews on Venice Beach about swine flu.";
arnews[8] += "
Publ.Date : Tue, 01 Sep 2009 17:00:00 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("