function submitResForm(theForm) { Form = eval("document."+theForm); arrivalmonth = Form.arrivaldate.value.split("|"); themonth = "0" + arrivalmonth[0]; themonth = themonth.substring(themonth.length-2,themonth.length); theyear = arrivalmonth[1]; Form.action = "https://reservations.silverlegacy.com/cgi-bin/lansaweb?procfun+rn+resnet+res+funcparms+UP(A2560):;;" + themonth + Form.arrivalday.value + theyear + ";" + Form.days.value + ";" + Form.adults.value + ";" + Form.children.value + ";050;;;;;;;;;;;;?"; /* alert(Form.action); */ pageTracker._linkByPost(Form.action); var s=s_gi(s_account); s.linkTrackVars='events,eVar12'; s.linkTrackEvents='event6,scOpen'; s.events='event6,scOpen'; s.eVar12='Silver Legacy - Submit Button'; (s.tl(this,'o','Booking Initiated') );/**/ Form.submit(); }; document.writeln('