function writeEma(inClass, inText)
{
// This one causes no problems with w3c verifier.
// Omit the inClass parameter if you're using an <img> tag in inText.
var ema = "RSales"
var emaho = "RSheaPhoto.com"
document.write('<a href=' + 'mai' + 'lto:' + ema + '@' + emaho + '><span class=\"');
document.write(inClass + '\">' + inText + '<' + '/span><' + '/a>');
}