function MyCheckForm(thisform) {
	var selectedindex = thisform.country.selectedIndex;
	var countryvalue = thisform.country[selectedindex].value;
	if (countryvalue == "AT") {
		location.href="https://unicef.at/zahlschein.html?spendenbetrag=0&ac=156141&sfa=1"; 
		return false;
	} 
 	else if (countryvalue == "AU") {
		location.href="http://www.unicef.org.au/Donate-Appeals-Detail.asp?AppealID=38";
		return false;
	}
	else if (countryvalue == "BG") {
		location.href="http://www.unicef.bg/page.php?key=donations";
		return false;
	}		
	else if (countryvalue == "PL") {
		location.href="http://www.unicef.pl/1412_form_wplatanakonto.php";
		return false;
	}
	else if (countryvalue == "DE") {
		location.href="https://www.unicef.de/bankeinzug.html?ac=156141&sfa=1";
		return false;
	}
	else if (countryvalue == "IE") {
		location.href="https://www.unicef.ie/donate/donate.php?Submit=Donate+Now";
		return false;
	}		
	else if (countryvalue == "IT") {
		location.href="http://dona.unicef.it/aiuta_unicef/tu/donazione_tu.asp";
		return false;
	}
	else if (countryvalue == "CA") {
		location.href="http://www.unicef.ca/portal/SmartDefault.aspx?at=1822";
		return false;
	}
	else if (countryvalue == "NO") {
		location.href="http://www.unicef.no/page?id=492";
		return false;
	}
	else if (countryvalue == "CH") {
		location.href="http://www.unicef.ch/de/spenden/einzelspenden/schulenfuerafrika/schulen.cfm";
		return false;
	}
	else if (countryvalue == "US") {
		location.href="http://www.unicefusa.org/donatenow";
		return false;
	}
	else if (countryvalue == "VE") {
		location.href="http://www.unicef.org.ve/site/index.asp";
		return false;
	}		
	else if (countryvalue == "ZA") {
		location.href="https://www.givengain.com/cgi-bin/giga.cgi?cmd=donate&cause_id=1577";
		return false;
	}	
	else if (countryvalue == "IN") {
		location.href="https://www.supportunicefindia.org/Donation/SupportUS.aspx";
		return false;
	}		
	else if (countryvalue == "CO") {
		location.href="http://unicef.pagosonline.net/";
		return false;
	}	
	else if (countryvalue == "CN") {
		location.href="http://www.unicef.org/china/zh/support_6740.html";
		return false;
	}	
	else if (countryvalue == "SI") {
		location.href="http://www.unicef.si/main/donacije.wlgt";
		return false;
	}	
	else if (countryvalue == "HU") {
		location.href="http://www.unicef.hu/kampanyok.jsp";
		return false;
	}	
	else {
		thisform.action="http://www.supportunicef.org/site/pp.asp?c=9fLEJSOALpE&b=2270607"; 
	}

 	
 	return true;
} 


