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

