$(document).on("click", ".logoImage", function(event){
    event.preventDefault();
    window.location.replace('http://help.aldi.com.au/');      
});