// *************************** jQuery Initialisation **************************** //

$(document).ready(function() {

	$("#c2a img").imghover();
	$("#nav a:not(.nohover) img").imghover();

	$('a.mailto').mailtoObsfucator();

});

