rightClickWarning = "All photos are property of Jason E Perdue. All rights reserved. Unauthorized use is prohibited."; 

function delHover() {
    oLst = YD.getElementsBy(function(el) {return (YD.hasClass(el,'imgBorder') || YD.hasClass(el,'imgBorderOn'))},'img');
    for (i=0; i < oLst.length ; i++) {
        if (oLst[i].title && oLst[i].title != '') oLst[i].title = '';
        if (oLst[i].alt && oLst[i].alt != '') oLst[i].alt = '';
    }
}
YE.onContentReady('bodyWrapper', function() {if (!YD.hasClass(document.body, 'smugmug_ajax')) delHover()});
onPhotoShow.subscribe(function(){YE.onAvailable('mainImage', delHover)});

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

/*=========================*/
/*== FLASH SLIDE SHOW    ==*/
/*== Updated 12 Feb 2008 ==*/
/*=========================*/

function createSWF( w, h, params) {
  var args = "";
  for (var i in params) {
    args += i + "=" + params[i] + "&amp;";
  }
document.writeln('<object width="100%" height="100%" align="middle">'+ '<param name="movie" value="http://www.smugmug.com/ria/ShizamSlides-2007091201.swf?'+args+'"/>'+ '<param name="wmode" value="transparent" />'+ '<embed src="http://www.smugmug.com/ria/ShizamSlides-2007091201.swf?'+args+'" wmode="transparent" width="' + w + '" height="' + h + '" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all"/></object>');
return 1;
}

/*=========================*/
/*== Referral Code       ==*/
/*=========================*/

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=ast2SN9b7TXwI ";
}
}
YE.onAvailable('footer', AddReferralCode);


function redirectPath() { 
re = /(photoj.smugmug.com)/; 
tmp = window.location.href; 
if (re.test(tmp)) { 
tmp = tmp.replace(re, 'www.ukvphotos.com'); 
window.location.href = tmp; 
} 
}
redirectPath();
