// JavaScript Document
function goLink(str) {
	window.location.href = str;
}
