$(function() {
		
	$("img").each(function() {

			

		if($(this).parent().attr("href") == "http://onlinestore.maclean.co.nz") {
			$(this).parent().attr("href", "http://mshop.acquire.co.nz");
		}
		
	});


});
