$(function() {
		   
		   $(".active")
		.prepend('<img class="bullet" src="images/bullet.png" alt="" />');
		   
		   });
