$(document).ready(function() {
	$(".article_post").mouseenter(function(){
	        $("#assist_footer").remove().insertAfter(this).show();
	        $("#assist_header").remove().insertBefore(this).show();
	});
});
