function jump(id,i,j)
{
	location.href="newsview_"+ id +"_"+i+"_"+j+".jsp";
}
