// JavaScript Document
function gotTo(value){
		window.location = ""+value;
}
