﻿/*main scripts*/

function submitNewsSignup() {
	var emailSend = document.getElementById("EmailSend").value;
	window.location.href = "http://www.libertyhillsoccer.org/Newsletter.aspx?emailSend="+emailSend;
}