//function redirectPath() { 
//  re = /((www.)?tipusim.smugmug.com)/; 
//  tmp = window.location.href; 
//  if (re.test(tmp)) { 
//    tmp = tmp.replace(re, 'tipusim.com'); 
//    window.location.href = tmp; 
//  } 
//}
//redirectPath();  


function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=XeTM35tH9RHqE";
}
}
YE.onAvailable('footer', AddReferralCode);


function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_7203913")) 
  {
    var objElement = YD.get("comment")
    if (objElement != null) 
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'Guestbook');
      objElement.innerHTML = str;
    }
  }
}

YE.onAvailable("comment", ModifyText);
