var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Multiple green certifications anticipated for new home by Eric Johnson ... - TCPalm
";
arnews[0] += "Martin Countycustom builder Eric Johnson Construction anticipates multiple green certifications for incorporating an abundance of green building features in a recently completed Palm City Farms residence. The home, which features a separate guest ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:03:00 GMT";
arnews[0] += "
";
arnews[1]="Area man accused of having child porn - Brattleboro Reformer
";
arnews[1] += "Windham Orchestra Director David Runnion, 50, of Brattleboro, was cited Thursday after a lengthy joint investigation by the Brattleboro and Keene, N.H., Police departments that began in May. He is scheduled to appear in Windham District Court to ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:34:00 GMT";
arnews[1] += "
";
arnews[2]="Robbery, arson defendant gets 26 years - Minneapolis Star Tribune
";
arnews[2] += "Zachary Wiegand expressed remorse Friday for his two-day crime spree in Minnesota and Wisconsin that included shooting a Lake Elmo woman four times, but Judge Eric Lundell questioned his sincerity and sentenced Wiegand to 26 1/2 years in prison for ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:21:00 GMT";
arnews[2] += "
";
arnews[3]="SEA GULLS WILL RELY ON EXPERIENCE, FRESH FACES IN 2009-10 - FOXSports.com
";
arnews[3] += "The 2009-10 Salisbury University men's basketball program is filled with experienced players and fresh faces to compete for a Capital Athletic Conference championship and a berth in the NCAA tournament. The Sea Gulls return nine letter winners from ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:47:00 GMT";
arnews[3] += "
";
arnews[4]="Bus company: Driver in Minn. crash had aneurysm - Danbury News-Times
";
arnews[4] += "Injured passengers watch from the side of the road as rescuers continue to take out more passengers from a tour bus on Wednesday Nov. 18, 2009 in Freeborn County on Interstate 90 west of Austin, Minn. A tour bus, operated by Strain Bus Line ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:04:00 GMT";
arnews[4] += "
";
arnews[5]="phillyBurbs.com / News / National - Burlington County Times
";
arnews[5] += "AP Photo/Austin Daily Herald, Eric Johnson) A rescue worker tends to an injured passenger from a tour bus on Wednesday Nov. 18, 2009 in Freeborn County on Interstate 90 west of Austin, Minn. A tour bus, operated by Strain Bus Line Motorcoach Tours in ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 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("