rightClickWarning = "All photos are property of Indy SportZ ShotZ. All rights reserved. Unauthorized use is prohibited."; function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
} 

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");

YE.onDOMReady(AddItemsToBuyButton);

function AddItemsToBuyButton()
{
    var buyButton = YAHOO.widget.Button.getButton("buyButton");
    if (buyButton)
    {
        var newBuyItem = { text: "View Catalog", url: "http://www.smugmug.com/prints/catalog/ABP#Prints", target: "_blank"};
        buyButton.getMenu().addItem(newBuyItem);
    }
}