function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function SponsorsAgentObj(src, url, email, map) {
	this.src = src
	this.url = url
}

SponsorsAgentObj.prototype.getSrc = function() {
	return this.src
}

SponsorsAgentObj.prototype.getUrl = function() {
	return this.url
}


var Sponsors = [
// new SponsorsAgentObj("http://www.ecnnews.com/adplus/tiles/discovery.gif", "http://www.discoveryre.com"),
// new SponsorsAgentObj("http://www.ecnnews.com/adplus/tiles/maids.gif", "http://www.maids.com")
new SponsorsAgentObj("http://www.ecnnews.com/et/images/x.gif", "http://www.newburyportnews.com")
];