function changecountry(c, ref) {
	document.location = "http://www." + c.value + '/join' + ((ref != 0) ? '/' + ref : '');
}

function postno() {
	document.forms[0].submit();
}

