$(document).ready(function() {

    $(".shopme p, .singleadd p").click(function(){
			$(".added").fadeIn(500).delay(1500).fadeOut(500);
	});
});
