// JavaScript Document
function submitBlueHornet(groupId, emailadd) {
	//email = document.getElementById('emailaddress').value 
	window.location = 'thankyou.asp?email='+emailadd+'&groupId='+groupId
}