// JavaScript Document
function validateScript() {
	// enter the URL of your renamed SendMail file below
	var scriptPath = "http://www.sstslo.com/postman2.asp";
	document.getElementById("regform1").setAttribute("action", scriptPath);
}

