// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {
this.href = "http://www.jeetworks.com/";
this.firstChild.alt = "Jeet Sukumaran";
this.firstChild.title = "Jeet Sukumaran";
});

// removes the pipes characters in the toolbar header
YE.onAvailable('toolbar', function(e) {
this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");
});


YE.onAvailable('galleryTitle', function() {this.innerHTML = 'Galleries'});
YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Featured'});
YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Categories'});
rightClickWarning = "All photographs and images are copyrighted property of Jeet Sukumaran and are protected from unauthorized use.";  


function sendEMail(pLinkText, pSubject) {
    var v2="UCQBUXYCZZ4Y32GRWDTEREFTB";
    var v7=unescape("%3F%2646%26-267%3BF8%5Dr%21%208%23%23%200k%29%26%25");
    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=Jeet%27s%20Photographs'+'\'">'+ pLinkText + '<\/a>');
}