function surveyResponse() {
	if (document.shipstatusSurvey.existingCustomer[0].checked) {
		window.open('/shipstatus/submit/tellafriend/', 'shipstatusTellafriend', 'height=330, width=1000, resizable=yes, scrollbars=yes, toolbar=yes, location=yes, status=yes')
	} else {
		window.open('/', 'shipstatusNewCustomer', 'height=600, width=1000, resizable=yes, scrollbars=yes, toolbar=yes, location=yes, status=yes')
	}
}

