jQuery(function($){
   $('span[id$=lblBreadCrumb] a.SkinObject').filter(":last").after($('#i_moduletitle')).remove().end().show();
});