// JavaScript Document
function goURL(url){
	window.location.href = url;	
}
