rightClickWarning = "All photos are property of K. Jay Warburton 2009. All rights reserved. Unauthorized use is prohibited. If you would like to use this photo, please use the Contact Me link on the home page. Thank you.";

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_GUESTBOOK")) 
  {
    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);

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }



var pos = window.document.URL.indexOf("gallery");

if (pos > 0 && SM) {
        var thisURL = window.document.URL ;
	SM.buttons.FacebookButton = new YAHOO.widget.Button({
		id: 'Share on Facebook',
		label: 'Share on Facebook',
		container: 'altViews',
		type: 'link',
		href: 'http://www.facebook.com/share.php?u='+thisURL+'&t=digiJay+fotografy',
		target: '_blank',
		className: 'sm-button sm-button-small shareButton glyphButton menuButton share_button'
	});

}


