function AddReferralCode()  {
  var links = this.getElementsByTagName("A");
  if (links && (links.length != 0)) {
    var smugLink = links.item(0);
    smugLink.href = "http://www.smugmug.com/?referrer=nEVy6UvW66Mbk";
  }
}
YE.onAvailable('footer', AddReferralCode);

/*========================================*/
/*== Paypal shopping functionality ==*/
/*========================================*/
function setPaypalForm(form) {
urlToImage = AlbumID + photoInfo[ImageID]['fileName'] + photoInfo[ImageID].caption; 
i = form.photoselection.selectedIndex

sPhotoType = form.photoselection.options[i].text;
sPhotoPrice = form.photoselection.options[i].value;

urlToImage = photoInfo[ImageID].caption + " " + sPhotoType + " " + photoInfo[ImageID]['fileName'];
form.item_name.value = urlToImage;
form.amount.value = sPhotoPrice;
}

/* Remove the word Gallery */
function RemoveGalleryWord()
{
    this.innerHTML = this.innerHTML.replace(/ Galleries$| Sub-Categories$/, "");
}

YE.onAvailable("subCatGalleryTitle", RemoveGalleryWord);
YE.onAvailable("galleryTitle", RemoveGalleryWord);