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