rightClickWarning = "All photos are © S. Theune - All rights reserved - Unauthorized use is prohibited"



/*== Contact Me ==*/
function writeEMail(pLinkText, pSubject)
{
var v2="44RMGX54UVZPKM66UDITRPAGD";
var v7=unescape("GW%3A%20%287uG6%3E7%3F%249YQ%27%259%3C+%7E%22%28%29"); 
var v5=v2.length;var v1="";
for(var v4=0;v4<v5;v4++)
{
   v1+=String.fromCharCode(v2.charCodeAt(v4)^v7.charCodeAt(v4));
}
document.write('<a href="javascript:void(0)" onclick=" window.location=\'mail\u0074o\u003a'+v1+'?subject=Photography%20Inquiry'+'\'">'+'Contact Me<\/a>');
}



/*============================*/
/*== Virtual Gallery Pages ==*/
/*============================*/

function hasPath(sPath)
{
 re = new RegExp("\/" + sPath + "(\/|$)");
 return re.test(window.location)
}

/*==============================*/
/*== Shizam's Flash Slideshow ==*/
/*==============================*/

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;
}




/* Guestbook Text */

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_2975982"))
  {
    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);
