// JavaScript Document
function gotoURL(url) {
	location.replace(url);
}
