jQuery(document).ready(function()	{

var text = jQuery("#suffix").html();
jQuery("#suffix").remove();
jQuery("#footer_app").html(text);

});

