// Custom Right Click Message -  you can put your message in here.
rightClickWarning = "All photos are © by Ron Ludekens.   All rights reserved. Unauthorized use is prohibited. Photo printing and/or file downloads can be purchased for a nominal fee."  

//slideshow duration for each slide in seconds
slideDuration = 2;

// adds a delay to your PhotoBar before it shows up - replace 0 by the amount of seconds
// photoBarDelay = 1;

// Script to defeat email spam bots
function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }

