function chn(){
b=document.mypaging.list.value;
var ansD = document.getElementById("answer");
ansD.value=b;
}