function setLocation() {
	var strCountry 	= document.getElementById('header_selectCountry').value;
	window.location = "http://www.shipco.com/website/site.php?strCountry=" + strCountry;
}
