// JavaScript Document

function getURL(arg) {
	window.location = arg;	
}