function ps_cf() {
		document.country_change.gender.value=document.myform.gender.value;
		if (document.myform.connection) {
			document.country_change.connection.value=document.myform.connection.value;
		}
		if (document.myform.looking_for) {
			document.country_change.looking_for.value=document.myform.looking_for.value;
		}
		document.country_change.age_min.value=document.myform.age_min.value;
		document.country_change.age_max.value=document.myform.age_max.value;
		if (document.myform.zodiac) {
			document.country_change.zodiac.value=document.myform.zodiac.value;
		}
		document.country_change.country.value=document.myform.country.value;
		if (document.myform.city) {
			document.country_change.city.value=document.myform.city.value;
		}
		if (document.myform.zip) {
			document.country_change.zip.value=document.myform.zip.value;
		}
		if (document.myform.max_distance) {
			document.country_change.max_distance.value=document.myform.max_distance.value;
		}
		if (document.myform.looks) {
			document.country_change.looks.value=document.myform.looks.value;
		}
		if (document.myform.ethnic) {
			document.country_change.ethnic.value=document.myform.ethnic.value;
		}
		if (document.myform.body) {
			document.country_change.body.value=document.myform.body.value;
		}
		if (document.myform.height_min) {
			document.country_change.height_min.value=document.myform.height_min.value;
			document.country_change.height_max.value=document.myform.height_max.value;
		}
		if (document.myform.weight_min) {
			document.country_change.weight_min.value=document.myform.weight_min.value;
			document.country_change.weight_max.value=document.myform.weight_max.value;
		}
		if (document.myform.hair) {
			document.country_change.hair.value=document.myform.hair.value;
		}
		if (document.myform.eyes) {
			document.country_change.eyes.value=document.myform.eyes.value;
		}
		if (document.myform.marital) {
			document.country_change.marital.value=document.myform.marital.value;
		}
		if (document.myform.children) {
			document.country_change.children.value=document.myform.children.value;
		}
		if (document.myform.profession) {
			document.country_change.profession.value=document.myform.profession.value;
		}
		if (document.myform.education) {
			document.country_change.education.value=document.myform.education.value;
		}
		if (document.myform.religion) {
			document.country_change.religion.value=document.myform.religion.value;
		}
		if (document.myform.smoking) {
			document.country_change.smoking.value=document.myform.smoking.value;
		}
		if (document.myform.drinking) {
			document.country_change.drinking.value=document.myform.drinking.value;
		}
		if (document.myform.partying) {
			document.country_change.partying.value=document.myform.partying.value;
		}
		if (document.myform.sexpractices) {
			document.country_change.sexpractices.value=document.myform.sexpractices.value;
		}
		if (document.myform.rellength) {
			document.country_change.rellength.value=document.myform.rellength.value;
		}
		if (document.myform.seriousrel) {
			document.country_change.seriousrel.value=document.myform.seriousrel.value;
		}
		if (document.myform.sleptwith) {
			document.country_change.sleptwith.value=document.myform.sleptwith.value;
		}
		if (document.myform.drugviews) {
			document.country_change.drugviews.value=document.myform.drugviews.value;
		}
		if (document.myform.marriageviews) {
			document.country_change.marriageviews.value=document.myform.marriageviews.value;
		}
		if (document.myform.reading) {
			document.country_change.reading.value=document.myform.reading.value;
		}
		document.country_change.submit();
	}