function gotoURL(location) {
	document.location=location;
}
