function commentMe() {
<!--
var atc1 = "&#64;";
var lix2 = "&#105;";
var dot3 = ".";
var nod4A = "P" + lix2 + "npush";
var nod4B = "com";
var sup1A = "?subject=Comments or Questions"
var nod4cmp = nod4A + dot3 + nod4B + sup1A;

//alert(nod4cmp);
var nam5 = "jo" + "la";
var max6 = "ma";
var col7 = "&#58;";
var m6l2 = max6 + lix2 + "l"
var styl='style="text-decoration: underline; font-size: 10pt;"'
var actZ = m6l2 + "to" + col7 + nam5 + atc1 + nod4cmp;
var conta = "Contact " + nod4A
var sb6 = ' onMouseOver=\"window.status=' + "' ";
var sb7 = conta + "';" + ' return true;' + '\"';
var sb8 = ' onMouseOut=\"window.status=' + "''; ";
var sb9 = ' return true;' + '\"';
var ctrZ = sb6 + sb7 + sb8 + sb9 + '<span style="font-size: 10pt;">Comments or Questions</span>';
var actlin = '<a href=\"' + actZ + '\"' + styl + ctrZ + '</a>';
document.write(actlin);

//-->
}
