function go(request,where)
{
var url = "theshopdetail.php?what=" + request;
ajax(url,where);
}
