function kw_jump(link){
	 if(keyword=$('#kw-text').val()){
		 link=link+'/kw/'+keyword;
	 }
	 location.href = link;
 }




