$(document).ready(function() {

	$("#page-contact-us #title").append('<img src="assets/img/h1/contact-us.gif">');
	$("#page-events #title").append('<img src="assets/img/h1/events.gif">');
	$("#page-gift-card #title").append('<img src="assets/img/h1/gift-card.gif">');
	$("#page-directions #title").append('<img src="assets/img/h1/directions.gif">');
	$("#page-store-list #title").append('<img src="assets/img/h1/stores-restaurants.gif">');

	$("#menu a[title='" + $("body").attr("id").substr(5,$("body").attr("id").length) + "']").addClass("active");
});

