function MyCheckForm2(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 == "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://www.supportunicef.org/site/lookup.asp?c=9fLEJSOALpE&b=4196885"; //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="https://secure2.convio.net/unicef/site/Donation2?idb=1860992637&df_id=2681&2681.donation=form1";
		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 if (countryvalue == "BE") {
		location.href="http://www.unicef.be/home_sub/detail.cfm?menu_id=893";
		return false;
	}	
	else if (countryvalue == "BR") {
		location.href="https://www.miracula.com.br/mps001/lojas/unicef/principal.asp?LojaId=6&PedidoIdLoja=1&TransacaoChave=3D5F5E2D28E4403ABF35DEA7D3E0410F&Parceiro=Unicefhomebr";
		return false;
	}	
	else {
		thisform.action="http://www.supportunicef.org/site/lookup.asp?c=9fLEJSOALpE&b=5957925"; 
	}

 	
 	return true;
} 


