function quicksubscribe() {
window.location = "http://service.govdelivery.com/service/multi_subscribe.html?code=WIMIDDLE&login=" + 

document.govdelivery.email.value + "&origin=" + window.location.href;
}

function profile() {
window.location = "http://service.govdelivery.com/service/user.html?code=WIMIDDLE&login=" + 

document.govdelivery.email.value + "&origin=" + window.location.href;
}
