function formHandler(form){var URL=document.form.site.options[document.form.site.selectedIndex].value;window.location.href=URL;}
function setPhotoSearchValues(photoValue){if(photoValue.value==2){document.search_form.looking_for_person.value=2;document.search_form.find_sex.value=1;}else{document.search_form.looking_for_person.value=1;document.search_form.find_sex.value=2;}}
