function MyCheckForm2(thisform) {
	var selectedindex = thisform.country.selectedIndex;
	var countryvalue = thisform.country[selectedindex].value;

	if (countryvalue == "AT") {
		location.href="http://www.unicef.at/spende"; 
		return false;
	} 
 	else if (countryvalue == "AU") {
		location.href="http://www.unicef.org.au/Donate-Appeals-Form.asp?AppealID=17";
		return false;
	}
	else if (countryvalue == "BE") {
		location.href="http://www.unicef.be/home_sub/detail.cfm?menu_id=465";
		return false;
	}
	else if (countryvalue == "FR") {
		location.href="http://www.unicef.fr/accueil/aider/dons-et-legs/faire-un-don/var/lang/FR/rub/584.html";
		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/donate.html?Submit=Donate+Now";
		return false;
	}
	else if (countryvalue == "IT") {
		location.href="http://www.unicef.it/paesi/niger/emergenza_niger.htm";
		return false;
	}
	else if (countryvalue == "JP") {
		location.href="http://www.unicef.or.jp/bof/bo.html";
		return false;
	}
	else if (countryvalue == "KP") {
		location.href="https://www.kintera.org/site/apps/ka/sd/donor.asp?c=iuI1LdP0G&b=45581";
		return false;
	}
	else if (countryvalue == "KR") {
		location.href="http://www.unicef.or.kr/main/donation/defini.asp?flag=01";
		return false;
	}
	else if (countryvalue == "CA") {
		location.href="https://secure.unicef.ca/portal/SmartDefault.aspx?at=1211";
		return false;
	}
	else if (countryvalue == "HK") {
		location.href="https://www.unicef.org.hk/docs/new/frame3.php?lang=e&page=donation";
		return false;
	}
	else if (countryvalue == "FI") {
		location.href="http://www.unicef.fi/lahjoita/";
		return false;
	}
	else if (countryvalue == "DE") {
		location.href="http://www.unicef.de/spenden_helfen.html";
		return false;
	}
	else if (countryvalue == "NL") {
		location.href="http://www.unicef.nl/unicef/show/id=45733";
		return false;
	}
	else if (countryvalue == "NZ") {
		location.href="http://www.unicef.org.nz/help/donations.html";
		return false;
	}
	else if (countryvalue == "ES") {
		location.href="https://servidorseguro.unicef.es/web/donacion.html";
		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-suisse.ch/update/d/spenden";
		return false;
	}
	else if (countryvalue == "GB") {
		location.href="https://www.unicef.org.uk/common/wp_donate/donform.asp?app=55088001";
		return false;
	}
	else if (countryvalue == "US") {
		location.href="https://www.unicefusa.org/site/apps/ka/sd/donor.asp?c=duLRI8O0H&b=913135&en=jrKMIWNLIeJGJXMyHbKSI7PQKjKNKZPDKfLOLZPGJnJ5F";
		return false;
	}
        else if (countryvalue == "PT") {
		location.href="http://www.unicef.pt/artigo.php?mid=18101116&m=7&sid=1810111611";
		return false;
	}
	else if (countryvalue == "NO") {
		location.href="http://www.unicef.no/donation/donation.asp";
		return false;
	}
	else {
		thisform.action="http://www.supportunicef.org/site/lookup.asp?c=iuI1LdP0G&b=928741"; 
	}
 	
 	return true;
} 



