function MyCheckForm(thisform) {

	if (thisform.country.value == "AU") {
		location.href="http://www.unicef.org.au/cardsAndGifts.asp"; 
		return false;
	} 
 	else if (thisform.country.value == "AT") {
		location.href="http://www.unicef.at/internet-shop.html";
		return false;
	}
	else if (thisform.country.value == "BE") {
		location.href="http://www.unicef.be/shop/shop.cfm?menu_id=391";
		return false;
	}
	else if (thisform.country.value == "CA") {
		location.href="http://www.shopunicef.ca";
		return false;
	}
	else if (thisform.country.value == "CZ") {
		location.href="http://www.unicef.cz/index.php?zl=3&pg=hm&PHPSESSID=30f6c5ff760a76779a32ad6bdbe0843b";
		return false;
	}
	else if (thisform.country.value == "FR") {
		location.href="http://boutique.unicef.fr/";
		return false;
	}
        else if (thisform.country.value == "FI") {
		location.href="http://www.unicefkauppa.fi";
		return false;
	}
	else if (thisform.country.value == "DE") {
		location.href="http://www.unicef.de/shop.html?&no_cache=1&sid=ab9ab6ac7368afad0d6d50a86a32f142";
		return false;
	}
	else if (thisform.country.value == "GR") {
		location.href="http://www.unicef.gr/products.php";
		return false;
	}
	else if (thisform.country.value == "HK") {
		location.href="https://www.unicef.org.hk/modules/Cards/";
		return false;
	}
	else if (thisform.country.value == "IE") {
		location.href="http://www.unicef.ie/cards-gifts.htm";
		return false;
	}
	else if (thisform.country.value == "IT") {
		location.href="http://www.prodottiunicef.it/";
		return false;
	}
        else if (thisform.country.value == "IL") {
		location.href="http://www.unicef.org.il/unicef_support.html";
		return false;
	}
	else if (thisform.country.value == "JP") {
		location.href="https://www2.unicef.or.jp/card/cardtop.html";
		return false;
	}
        else if (thisform.country.value == "SI") {
		location.href="http://www.unicef.si/main/unicefova_trgovina.wlgt";
		return false;
	}
	else if (thisform.country.value == "NL") {
			  location.href="http://www.unicef-shop.nl/domains/default/pages/default.aspx?contentcode=HOMEPAGE";
	return false;
	}
	else if (thisform.country.value == "BR") {
		location.href="http://www.lojaunicef.org.br";
		return false;
	}
	else if (thisform.country.value == "NO") {
		location.href="http://shop.unicef.no/";
		return false;
	}
	else if (thisform.country.value == "SE") {
		location.href="http://www.unicef.se/butik/";
		return false;
	}
	else if (thisform.country.value == "ES") {
		location.href="http://tienda.unicef.es";
		return false;
	}
	else if (thisform.country.value == "CH") {
		location.href="http://www.unicef-suisse.ch/shop/index.php?lang=F";
		return false;
	}
	else if (thisform.country.value == "GB") {
		location.href="http://www.unicef.org.uk/store/index.aspx";
		return false;
	}
	else if (thisform.country.value == "US") {
		location.href="http://www.unicefusa.org/shop";
		return false;
	}
	else if (thisform.country.value == "KR") {
		location.href="http://www.unicef.or.kr/mall";
		return false;
	}
	else if (thisform.country.value == "KP") {
		location.href="http://www.kintera.org/site/apps/ka/ct/contactus.asp?c=iuI1LdP0G&b=45903&en=muISJ5OXKhLMI6OKKeJYJgPXJhJWIcNSIqK7JpJ";
		return false;
	}
	else if (thisform.country.value == "LU") {
		location.href="http://www.unicef.lu/fr/shop/cartes_produits/index.php";
		return false;
	}
	else if (thisform.country.value == "DK") {
		location.href="http://netbutik.unicef.dk/";
		return false;
	}
	else if (thisform.country.value == "NZ") {
		location.href="http://www.unicef.org.nz/shop/index.php";
		return false;
	}
	else if (thisform.country.value == "TR") {
		location.href="http://www.unicefturk.org";
		return false;
	}
        else if (thisform.country.value == "PT") {
		location.href="http://www.loja.unicef.pt/";
		return false;
	}
    else if (thisform.country.value == "LT") {
		location.href="http://www.unicef.lt/parduotuve/";
		return false;
	}
    else if (thisform.country.value == "TH") {
		location.href="http://thai.shop.unicef.org/";
		return false;
	}	
	else {
		thisform.action="http://www.kintera.org/site/apps/ka/ct/contactus.asp?c=9fLEJSOALpE&b=1549709"; 
	}
 	
 	return true;
} 


