window.onload = function()
{
  if(document.getElementById)
  {
    var e = document.getElementById('enquiries-email');
    if(e){e.innerHTML = '<a href="mai&#108;&#x74;&#111;&#58;enquirie&#x73;&#64;moodsbooks&#46;&#x63;om" title="Feel free to send us an e-mail.">enquiri&#101;&#115;&#64;moodsbooks&#46;&#99;om</a>';}
	var c = document.getElementById('comp-email');
	if(c){c.innerHTML = '<a href="mai&#108;&#x74;&#111;&#58;competition&#x73;&#64;moodsbooks&#46;&#x63;om" title="E-mail us regarding Moods competitions.">competition&#115;&#64;moodsbooks&#46;&#99;om</a>';}
  }
}