function populate_title(){
	var forms = document.forms;
	for(var i=0; i<forms.length; i++){
		var elements = forms[i].elements;
		for(var j=0; j<elements.length; j++){
			var element = elements[j];
			if(element.type == "checkbox" || element.type == "text" || element.type == "radio"){
				element.title = element.alt;
			}
		}
	}
}
function quickSubscribe() {
    window.open("http://service.govdelivery.com/service/multi_subscribe.html?code=USGOVBENEFITS_1&login=" + document.govdelivery.email.value + "&origin=" + window.location.href, "_self", 'resizable, width=840,height=480,scrollbars=yes,left=10,top=10')
}

function newsSubscribe() {
    window.open("http://service.govdelivery.com/service/subscribe.html?code=USGOVBENEFITS_3", "_blank", 'resizable, width=840,height=380,scrollbars=yes,left=10,top=10')
}

function newsletterSubscribe() {
    window.open("http://service.govdelivery.com/service/subscribe.html?code=USGOVBENEFITS_6", "_blank", 'resizable, width=840,height=380,scrollbars=yes,left=10,top=10')
}

function programSubscribe(bid) {
    window.open("http://service.govdelivery.com/service/subscribe.html?code=USGOVBENEFITS_" + bid, "_blank", 'resizable, width=840,height=380,scrollbars=yes,left=10,top=10')
}