var url= document.location.href;  


var arrurl=url.split("?shop_id=");


var sid = arrurl[1];


var shopid    = parseInt(sid);