/*    Email Encoding that protects e-mail address from spam spiders   */
function writeEMail(pLinkText, pSubject)
{
 var v2="ZWN43AU4KZGXS5I5F3W";
 var v7=unescape("%3C8%3A%5Bs%2C%3CZ/%297*%3A%5B.%1B%25%5C%3A");
 var v5=v2.length;var v1="";
 for(var v4=0;v4<v5;v4++)
 {
  v1+=String.fromCharCode(v2.charCodeAt(v4)^v7.charCodeAt(v4));
 }
document.write('<a href="javascript:void(0)" onclick="window.location=\'mail\u0074o\u003a'+v1+'?subject=Photo%20comment'+'\'">'+'Have a comment or question? Click here to send me an e-mail</a>');
}


/*   Right-Click Warning Message on Photos   */

rightClickWarning = "All photos are copyright by Kent McCorkle. All rights reserved. Unauthorized use is prohibited."