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/stonewall.gif", "http://www.stonewallre.com"),
new SponsorsAgentObj("http://www.ecnnews.com/adplus/tiles/x.gif", "")
];