function norobotmail(aUser, aDomain) { 
       document.location = "mailto:" + aUser + "@" + aDomain + "?subject=Black Cat Photography Query";
    }

function createSWF( w, h, params) {
  var args = "";
  for (var i in params) {
    args += i + "=" + params[i] + "&amp;";
  }
document.writeln('<object width="700%" height="100%" align="middle">'+ '<param name="movie" value="http://www.smugmug.com/ria/ShizamSlides-2007091201.swf?'+args+'"/>'+ '<param name="wmode" value="transparent" />'+ '<embed src="http://www.smugmug.com/ria/ShizamSlides-2007091201.swf?'+args+'" wmode="transparent" width="' + w + '" height="' + h + '" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all"/></object>');
return 1;
}


YE.onContentReady('subCatGalleryTitle', function() {this.innerHTML = this.innerHTML.replace('Galleries Sub-Categories', 'Galleries')});

YE.onContentReady('galleryTitle', function() {this.innerHTML = this.innerHTML.replace('Galleries Galleries', 'Favorites')});



rightClickWarning = "All photos are property of Kerry Ellis. All rights reserved. Unauthorized use is prohibited.";

function AddReferralCode()  {
  var links = this.getElementsByTagName("A");
  if (links && (links.length != 0)) {
    var smugLink = links.item(0);
    smugLink.href = "https://secure.smugmug.com/signup.mg?referrer=dVdQvMnzc89aE";
  }
}
YE.onAvailable('footer', AddReferralCode);