function switchCountry(sel) {
	selCtry = sel[sel.selectedIndex].value;
	var currentPage = location.href;
	location.href = "http://www.lollytot.com/" + selCtry.toLowerCase() + "/";
}
