﻿$(function() {
    $("input[value='Avbryt']").insertAfter("input[value='Send']");

});
