﻿$(document).ready(function(){
    $('.confirm_and_proceed').click(function(){
        document.selfPostingForm.submit();
    });
});

