/* On Load */

$(document).ready(function() {
	if (document.title == "Eniak Design - Development For The Web"){
			$("#homeImg").removeClass("aNavImg");
		}
		else if (document.title == "Eniak - About"){
			$("#aboutImg").removeClass("aNavImg");
		}
		else if (document.title == "Eniak - Portfolio"){
			$("#folioImg").removeClass("aNavImg");
		}
		else if (document.title == "Eniak - Contact"){
			$("#contactImg").removeClass("aNavImg");
		}
		
});