// JavaScript Document
function JumpToURL(surl) {
	window.location.href=surl;
	//document.write(surl)
}
