<!--

// JavaScript for getting data from the GA Remote Join into Soupermail

function ga2soup() {
	document.getElementById("Email").value = document.getElementById("email").value;
}

//-->