function MyCheckForm2(thisform) {
	var selectedindex = thisform.country.selectedIndex;
	var countryvalue = thisform.country[selectedindex].value;
	
	if (countryvalue == "AT") {
		location.href="http://www.unicef.at/spenden.html"; 
		return false;
	} 
 	else if (countryvalue == "AU") {
	location.href="http://www.unicef.org.au/Donate-Appeals-Detail.asp?AppealID=20";
		return false;
	}
	else if (countryvalue == "BE") {
		location.href="http://www.unicef.be/home_sub/detail.cfm?menu_id=352";
		return false;
	}
	else if (countryvalue == "BG") {
		location.href="http://www.unicef.bg/page.php?key=donations";
		return false;
	}		
	else if (countryvalue == "CO") {
		location.href="http://unicef.pagosonline.net/";
		return false;
	}
	else if (countryvalue == "FR") {
		location.href="http://www.unicef.fr/accueil/aider/dons-et-legs/faire-un-don-/var/lang/FR/rub/1208.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/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 == "JP") {
		location.href="http://www2.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/support/intro.html";
		return false;
	}
	else if (countryvalue == "LU") {
		location.href="http://www.unicef.lu/fr/howto/give/online/index.html";
		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=54102";
		return false;
	}
	else if (countryvalue == "NZ") {
		location.href="http://www.unicef.org.nz/cgi-bin/donation_form.pl";
		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.ch/de/spenden/einzelspenden/index.cfm";
		return false;
	}
	else if (countryvalue == "GB") {
		location.href="https://www.unicef.org.uk/common/wp_donate/donform.asp?app=55098001";
		return false;
	}
	else if (countryvalue == "US") {
		location.href="http://www.unicefusa.org/donatenow";
		return false;
	}
	else if (countryvalue == "PH") {
		location.href="http://www.kintera.org/autogen/home/default.asp?ievent=54956";
		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 == "BR") {
		location.href="http://www.miracula.com.br/mps001/lojas/unicef";
		return false;
	}
	else if (countryvalue == "NO") {
		location.href="http://www.unicef.no/page?id=466";
		return false;
	}
		else if (countryvalue == "IS") {
		location.href="https://secure.unicef.is/";
		return false;
	}
	else if (countryvalue == "CZ") {
		location.href="http://www.unicef.cz/index.php?pg=4d&PHPSESSID=1fdc77f3fd4fab646caf6f04385f431c";
		return false;
	}
	else if (countryvalue == "TR") {
		location.href="http://www.unicefturk.org";
		return false;
	}
		else if (countryvalue == "PL") {
		location.href="http://www.unicef.pl/1412_form_wplatanakonto.php";
		return false;
	}
	else if (countryvalue == "LT") {
		location.href="http://www.unicef.lt/paremti_unicef/";
		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 == "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 {
		thisform.action="http://www.supportunicef.org/site/pp.asp?c=9fLEJSOALpE&b=2270607"; 
	}

 	
 	return true;
} 



