function MyCheckForm2(thisform) {
	var selectedindex = thisform.country.selectedIndex;
	var countryvalue = thisform.country[selectedindex].value;

	if (countryvalue == "AT") {
		location.href="http://www.unicef.at/spende/kredit.asp"; 
		return false;
	}
	if (countryvalue == "DK") {
		location.href="http://www.unicef.dk/script/site/page.asp?mod=shop&func=show&id=286"; 
		return false;
	} 
 	else if (countryvalue == "AU") {
		location.href="http://www.unicef.com.au/GetInvolved-Subs.asp?GetInvolvedID=8";
		return false;
	}
	else if (countryvalue == "BE") {
		location.href="http://www.unicef.be/index.cfm?taalkeuzepagina=1";
		return false;
	}
	else if (countryvalue == "FR") {
		location.href="http://www.unicef.fr/index.cfm?id=index_operation.cfm&code_operation=00408";
		return false;
	}
	else if (countryvalue == "GR") {
		location.href="http://www.unicef.gr/offer.php";
		return false;
	}
	else if (countryvalue == "IE") {
		location.href="https://www.unicef.ie/unicef.php?content=donate.php";
		return false;
	}
	else if (countryvalue == "IT") {
		location.href="http://www.unicef.it/aiuta_unicef/tu/donazione_tu.asp";
		return false;
	}
	else if (countryvalue == "JP") {
		location.href="http://www2.unicef.or.jp/bof/bo.html";
		return false;
	}
	else if (countryvalue == "KP") {
		location.href="http://www.supportunicef.org/site/lookup.asp?c=iuI1LdP0G&b=276342";
		return false;
	}
	else if (countryvalue == "KR") {
		location.href="http://www.unicef.or.kr/popup/20041228/popup.html";
		return false;
	}
	else if (countryvalue == "CA") {
		location.href="https://secure.unicef.ca/forms/emergency_page.html";
		return false;
	}
	else if (countryvalue == "HK") {
		location.href="https://www.unicef.org.hk/docs/new/frame.php?lang=e&page=donation";
		return false;
	}
	else if (countryvalue == "FI") {
		location.href="http://www.adage.fi/unicef/?view=lahjoitus&submit_donation=1&g=lahjoita%252Flahjoituskohteet";
		return false;
	}
	else if (countryvalue == "DE") {
		location.href="https://www.unicef.de/bankeinzug.html?ac=144411";
		return false;
	}
	else if (countryvalue == "NL") {
		location.href="http://www.unicef.nl/";
		return false;
	}
	else if (countryvalue == "NZ") {
		location.href="http://www.unicef.org.nz/help/donations.html";
		return false;
	}
	else if (countryvalue == "ES") {
		location.href="http://www.unicef.es/contenidos/254/index.htm?idtemplate=1";
		return false;
	}
	else if (countryvalue == "DK") {
		location.href="http://www.unicef.dk/script/site/page.asp?mod=shop&func=show&id=242&WT.mc_id=unigen";
		return false;
	}
	else if (countryvalue == "SE") {
		location.href="http://www.unicef.se/stod_oss/ge_en_gava_har/?ad=8SPCA";
		return false;
	}
	else if (countryvalue == "CH") {
		location.href="http://www.unicef.ch/update/d/";
		return false;
	}
	else if (countryvalue == "GB") {
		location.href="https://www.unicef.org.uk/common/wp_donate/donform.asp?app=55081003";
		return false;
	}
	else if (countryvalue == "US") {
		location.href="https://www.unicefusa.org/site/apps/ka/sd/donor.asp?c=duLRI8O0H&b=277271";
		return false;
	}
    else if (countryvalue == "PT") {
		location.href="http://www.unicef.pt";
		return false;
	}
	else if (countryvalue == "BR") {
		location.href="http://www.miracula.com.br/mps001/lojas/unicef";
		return false;
	}
	else if (countryvalue == "NO") {
		location.href="http://www.unicef.no/donation/donation.asp";
		return false;
	}
	
	else if (countryvalue == "ID") {
		location.href="http://www.supportunicef.org/site/lookup.asp?c=iuI1LdP0G&b=276342";
		return false;
	}
	
	else {
		thisform.action="http://www.supportunicef.org/site/lookup.asp?c=iuI1LdP0G&b=276342"; 
	}
 	
 	return true;
} 


