var H = jQuery.noConflict();
jQuery(function(H){
	H("#left-div div.home-post-wrap-2 h2").wrap('<div class="post-info-wrap"></div>');
	H("#left-div div.home-post-wrap-2 h2").before('<img class="home-title-image" alt="home title" src="http://mpag.com.br/wp-content/themes/mpag/images/home-title-2-left-Smooth-Blue.gif"/>');
	H("#left-div div.home-post-wrap-2 h2").after('<img class="home-title-image" alt="home title" src="http://mpag.com.br/wp-content/themes/mpag/images/home-title-2-right-Smooth-Blue.gif"/>');	
	H("#left-div div.home-post-wrap-2 h2").wrap('<span class="post-info"></span>');
	H("#left-div div.home-post-wrap-2 h2").addClass('home-title-1');
});

