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.or.at/shop/index.asp";
		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/shopunicef/";
		return false;
	}
	else if (thisform.country.value == "FR") {
		location.href="http://boutique.unicef.fr/boutique/boutique/var/lang/FR/rub/457/articles/1014.html";
		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/unicef.php?content=cards_gifts.php";
		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.miracula.com.br/mps001/lojas/unicef";
		return false;
	}
	else if (thisform.country.value == "NO") {
		location.href="http://www.unicef.no/donation/donation.asp";
		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://wss.updateag.ch/unicef/inhalt.tam";
		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.shopcardsandgifts.unicefusa.org";
		return false;
	}
	else if (thisform.country.value == "KR") {
		location.href="http://www.unicef.or.kr/main/donation/card.asp?flag=04";
		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://www.unicef.dk/script/site/page.asp?mod=shop";
		return false;
	}
	else if (thisform.country.value == "NZ") {
		location.href="http://www.unicef.org.nz/help/cards/index.html";
		return false;
	}
        else if (thisform.country.value == "PT") {
		location.href="http://www.loja.unicef.pt/";
		return false;
	}
	else {
		thisform.action="http://www.kintera.org/site/apps/ka/ct/contactadd.asp?c=iuI1LdP0G&b=45903"; 
	}
 	
 	return true;
} 


