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