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

