﻿function mailStellpflug(lhs){
    rhs = "stellpfluglaw.com ";
    document.write('<a href=\"mailto: ' + lhs + '@' + rhs + '\">' + lhs + '@' + rhs + '</a>');
}

function mailStellpflugClick(lhs){
    rhs = "stellpfluglaw.com ";
    document.write('<a href=\"mailto: ' + lhs + '@' + rhs + '\">E-mail us by clicking here</a>');
}

function mailStellpflugClick2(lhs){
    rhs = "stellpfluglaw.com ";
    document.write('<a href=\"mailto: ' + lhs + '@' + rhs + '\">Click here to email</a>');
}

