var SendSMSInfo=function(phoneNumber,locationID){try{alert(phoneNumber+" "+locationID);$.ajax({type:"POST",url:"/web-services/SMSService.asmx/SendSMS",Data:{phoneNumber:phoneNumber,locationID:locationID},contentType:"application/json; charset=utf-8",dataType:"json",success:function(data){alert(data)},error:function(xhr,status,error){alert(error)}})}catch(e){alert(e)}}
