function newRecipient() {
       recipient = document.mocontactform.recipient.options[document.mocontactform.recipient.selectedIndex].value;
       if (recipient == '8') {
               redirect = 'http://www.missouri-criminal-defense.com/thanks-west.htm';
               subject = 'Missouri West - Kansas City criminal defense lead';
       } else if (recipient == '14') {
               redirect = 'http://www.missouri-criminal-defense.com/thanks-east.htm';
               subject = 'Missouri East - St. Louis criminal defense lead';
       } else if (recipient == '1,7') {
               redirect = 'http://www.missouri-criminal-defense.com/thanks.htm';
               subject = 'unidentified/unallocated MOlead';
       }
       document.mocontactform.redirect.value = redirect;
       document.mocontactform.subject.value = subject;
}

function addurl() {
	webpage = window.location.href;

	document.mocontactform.webpage.value = webpage;

}





