var bookid = "00x22146656";
$.ajax({
type:"post",
url:"../getBookInfo.handler?bookid = "+bookid,
data:null,
async:true,
dataType:"json",
success:function(result)
{
},
error:function(status)
{
}
});

var bookid = "00x22146656";
$.ajax({
type:"post",
url:"../getBookInfo.handler?bookid = "+bookid,
data:null,
async:true,
dataType:"json",
success:function(result)
{
},
error:function(status)
{
}
});
