


			function cityChange(city)
			{
				document.getElementById("mainform").style.display = "inline";			
				var formaction = "http://spreadsheets.google.com/formResponse?formkey=";
				var phone = "877-399-1008";
				var email = "info@heroesofhumanity.org";
				switch(city)
				{

//					case "Atlanta":	formaction += "dEZaRkY3WWZ2eHJnNjRsN3ZYd1NlMUE6MA..";
//											phone = "877-265-4846";
//											email = "mandar.rahatekar@artofliving.org";											
//											break;

					case "Atlanta":	formaction += "dEZaRkY3WWZ2eHJnNjRsN3ZYd1NlMUE6MA..";
											phone = "Nominations for Atlanta are now closed";
											email = "<a href='http://secure.artofliving.org/event_details.aspx?event_id=4082'>Contact &amp; Registration</a>";
											document.getElementById("mainform").style.display = "none";
											break;


					case "Columbus":	formaction += "dFJiMnU5M1RUdUszM0cwVDJYZmJqX0E6MA";
											phone = "302-369-3391";
											email = "soumitra_deshmukh@yahoo.com";											
											break;
											
					case "Dallas":	formaction += "cDE1Q3drY2ZXaE5yT3ROSmpQVm56UXc6MA..";
											phone = "Nominations for Dallas are now closed";
											email = "<a href='http://secure.artofliving.org/event_details.aspx?event_id=3666'>Contact &amp; Registration</a>";
											document.getElementById("mainform").style.display = "none";
											break;
											
					case "Jersey Shore":	formaction += "dFdkeHhpRkYyQ2RRdmhBcDcyMnZjUmc6MA";
											phone = "848-391-3039";
											email = "matawan@us.artofliving.org";
											break;

					case "Kansas City": formaction += "cklsTDVLVnBtZ1hXSm45Q1IzRFZzbkE6MA..";
											phone = "Nominations for Kansas City are now closed";
											email = "<a href='http://secure.artofliving.org/event_details.aspx?event_id=3895'>Contact &amp; Registration</a>";
											document.getElementById("mainform").style.display = "none";
											break;				

					case "Los Angeles": formaction += "ck5sSkxtYXBtdzg0Z193WWJDUGdoSUE6MA..";
											phone = "310-820-9429";
											email = "losangeles@us.artofliving.org";											
											break;

					case "Nashville":	formaction += "dGZlTktIOURsLXR3MmlLdmRYTnE2aEE6MA..";
											phone = "Nominations for Nashville are now closed";
											email = "<a href='http://secure.artofliving.org/event_details.aspx?event_id=4067'>Contact &amp; Registration</a>";
											document.getElementById("mainform").style.display = "none";
											break;																					

					case "Sacramento":	formaction += "dDdvRFd5RExIRGNGY2V1MGdBaXZ6Z1E6MA";
											phone = "916-608-2277";
											email = "d_gilra@yahoo.com";
											break;

					case "0":			// default form
					default:				formaction += "cDE1Q3drY2ZXaE5xTGJ5bmc1NjNOSmc6MA..";
											phone = "877-399-1008";
											email = "info@heroesofhumanity.org";

				}

				document.getElementById("mainform").action = formaction;
				document.getElementById("phone").innerHTML = phone;
				document.getElementById("email").innerHTML = email;

				// alert("this form now submits to: " + document.getElementById("mainform").action);
							
			}
