﻿$(function() {    
    $('div.e2campusmessage td.msg_message:not(:last)').parent().after('<tr><td colspan="2"><hr/></td></tr>');
});