window.onload = function()
{
  if(document.getElementById)
  {
    var el = document.getElementById('rpc-email');
    if(el)
    {
      el.innerHTML = '<a href="mai&#108;&#x74;&#111;&#58;rushencommissioner&#x73;&#64;manx&#46;net" title="Feel free to send an e-mail.">rushencommissioner&#x73;&#64;manx&#46;net</a>';
    }
    var el2 = document.getElementById('rpc-email2');
    if(el2)
    {
      el2.innerHTML = '<a href="mai&#108;&#x74;&#111;&#58;rushencommissioner&#x73;&#64;manx&#46;net" title="Feel free to send an e-mail.">rushencommissioner&#x73;&#64;manx&#46;net</a>';
    }
  }
}