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