﻿$.ajaxSetup({
    type: 'POST',
    contentType: "application/json;",
    dataType: "json"
});

function LogError(data) {
    jAlert(data.responseText);
}


