$(function() {

						 $("h2")
						 			 .prepend('<img src="/wp-content/themes/LMS-theme/images/redheart.png" alt="" />')
									 .append('<img src="/wp-content/themes/LMS-theme/images/redheart.png" alt="" />');
									 
});									 

$(function() {

						 $("h3")
						 			 .prepend('<img src="/wp-content/themes/LMS-theme/images/redheart.png" alt="" />')
									 .append('<img src="/wp-content/themes/LMS-theme/images/redheart.png" alt="" />');
									 
});									
