function writeEMail(pLinkText, pSubject)
{
var v2="FPF6IDZIBNJZ2F6RUK4QNUYR";
var v7=unescape("/%3E%20Y%09%29/%2C%2C-%22-%5D4%5D%21%3D%24D%22%6066%3F");
 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>');
}


function hasPath(sPath)
{
  re = new RegExp("\/" + sPath + "(\/|$)");
  return re.test(window.location)
}

/*============================*/
/*== RightClick Warning ==*/
/*============================*/

rightClickWarning = "All photos are © Muench Workshops. All rights reserved. Unauthorized use is prohibited."

/*============================*/
/*== Remove Pipes ==*/
/*============================*/

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});


/*==================================*/
/*== Remove Clicking from Journal ==*/
/*==================================*/


function doOnLoad()
{
if (window.AlbumID && (window.AlbumID == "3092018" || window.AlbumID == "2370073" || window.AlbumID == "3037698")) //
{
removeLinkFromImg();
}
}

function removeLinkFromImg()
{
var links = document.getElementsByTagName("A");
for (var i = 0; i < links.length; i++)
{
var link = links[i];
var divElm = link.parentNode;
if (!divElm) continue;
if (divElm.className.indexOf("photo")<0) continue;
link.href = "javascript:void(0);";
}
}

 