function chk(){
	alert('x');
}
function go(path,url){
	window.open(path+"go/"+url);
}
