function ext_url(url) {
	document.location = url;
}

