// JavaScript Document
function jumpUrl(){
	location.href="index.html";
}

