/* On Load */

$(document).ready(function() {
	if (document.title == "Tasmanian Website Design and Development | Eniak Design"){
			$("#homeImg").removeClass("aNavImg");
		}
		else if (document.title == "Eniak - About"){
			$("#aboutImg").removeClass("aNavImg");
		}
		else if (document.title == "Portfolio Gallery of Work | Eniak Design"){
			$("#folioImg").removeClass("aNavImg");
		}
		else if (document.title == "Eniak - Contact"){
			$("#contactImg").removeClass("aNavImg");
		}
		
});
