document.write('<form onsubmit=\"return window.validateForm1987();\" name=\"qtpro_form_Starlight Muisc Lessons\" action=\"http://www.quicktellpro.com/QTPro/external/signup.php\" method=\"POST\">  	<table border=\"0\"> 			<tr><td >First name:</td><td><input type=\"text\" style=\"width: 90%;background-color: #fff4a7;\" name=\"fname\" id=\"f1987_fname\" /><b>*</b></td></tr> 			<tr><td >ZIP:</td><td><input type=\"text\" style=\"width: 90%;background-color: #fff4a7;\" name=\"zip\" id=\"f1987_zip\" /><b>*</b></td></tr> 			<tr><td >Email:</td><td><input type=\"text\" style=\"width: 90%;background-color: #fff4a7;\" name=\"email\" id=\"f1987_email\" /><b>*</b></td></tr> 			<tr><td></td><td><input type=\"submit\" value=\"Sign up\" /></td></tr> 		</table>  	<input type=\"hidden\" name=\"rid\" value=\"3329\" /> 	<input type=\"hidden\" name=\"fid\" value=\"1987\" /> </form> ');window.validateForm1987 = function() { var el; el = document.getElementById("f1987_fname"); if (typeof el != "undefined" && el != null) {  if (el.value == "") { alert("Please fill in all required fields (fields marked with a *)"); el.focus(true); return false; } }el = document.getElementById("f1987_zip"); if (typeof el != "undefined" && el != null) {  if (el.value == "") { alert("Please fill in all required fields (fields marked with a *)"); el.focus(true); return false; } }el = document.getElementById("f1987_email"); if (typeof el != "undefined" && el != null) {  if (el.value == "") { alert("Please fill in all required fields (fields marked with a *)"); el.focus(true); return false; } }return true; };
