$(function() {
/* Created by HolySavior of iFusion with some help from James(WWX) */
$(".c_forum").each( function(){

$(this).parent(1).next().children("TD").remove();
});
$(".c_last").attr("rowspan","2")
});
