I did not want to get to technical, but you seem to really want do this., I will show how to do this with jQuery in a way that search engines will not find.
I would suggest having a real link to your contact page from your homepage so that your address and contact details are found.
From every other page do something like this
Contact Us
then you need some javascript, you will need jquery
$(document).ready(function () { $("[data-contact-page]").click(function () { document.location = "/contactpage.html"; });
});