// hack to make slideshow on homepage, separate page with galleries
//function hasPath(sPath)
//{
//re = new RegExp("\/" + sPath + "(\/|$)");
//return re.test(window.location)
//}


// fix the pesky pipes
//YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});


// make the Smugmug link in the footer a referral link
function AddReferralCode() {
	var links = this.getElementsByTagName("A");
	if (links && (links.length != 0)) {
		var smugLink = links.item(0);
		smugLink.href = "http://www.smugmug.com/?referrer=NcdavglX2CvD6";
	}
}
YE.onAvailable('footer', AddReferralCode);


//filmStrip values you can override:
rightMoves = -5;
leftMoves = 5;

// set right click warning message
rightClickWarning = "All photos are copyright and property of Matthew Hollingsworth. All rights reserved. Unauthorized use is prohibited.";

// photobar settings
// SM.PhotoBar.config.position = 'bottom';
photoBarDelay = 1;



