// Get the Address and replace it:

var address = document.getElementById('address');

if(address){
	address.innerHTML = '<a href="mailto&#58;&#104;&#101;&#108;&#108;&#111;&#64;m&#121;d&#51;&#46;com">&#104;&#101;&#108;&#108;&#111;&#64;m&#121;d&#51;&#46;com</a>';
}

if (top.location != self.location) top.location = self.location;
