/***************This is used for header bar navigation ******************/
function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}
/*************************************************************************/

/***********Write Email: needs to be here in header*******************/

function writeEmail(pLinkText, pSubject)
{
var v2="SVP2VHCYNWRRE88X2A6AXMQ";
var v7=unescape("8/%3CW%3A%29.%20%3E%3F%3D%26*x_5S%28Zo%3B%22%3C");
 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='+escape(pSubject)+'\'">'+pLinkText+'</a>');
}
/************End Write Email **************/


/*************Site redirect ****************************/

 function redirectPath() { 
  re = /((www.)?kylelamyphoto.smugmug.com)/; 
  tmp = window.location.href; 
  if (re.test(tmp)) { 
    tmp = tmp.replace(re, 'www.kylelamyphoto.com'); 
    window.location.href = tmp; 
  } 
}
redirectPath();


/**************End Site redirect **************************/ 