﻿function stateInsert(state) {
    $j('input[marker=inpState]').val(state);
}
function weightInsert(weight) {
    $j('input[weight=true]').val(weight);
}
function providerInsert(provider) {
    var el = $j('input[marker=provider]');
    el.val(provider);
    el.forceDependers();
}