/*=========================*/
/*== SLIDE SHOW          ==*/
/*== version 36        ==*/
/*== Updated 07 Nov 2007 ==*/
/*=========================*/

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; 
} 




































function AddReferralCode()  {
   var footerDiv = YD.get("footer");
   if (footerDiv)  {
     var links = footerDiv.getElementsByTagName("A");
     if (links && (links.length != 0)) {
       var smugLink = links.item(0);
       smugLink.href = "http://www.smugmug.com/?referrer=tIiRfkuA26z8s";
     }
  }
}
YE.onAvailable('footer', AddReferralCode);

rightClickWarning = "All photos are � Michael L. Kirk - MLK Images. All rights reserved. Unauthorized use is prohibited."












function isClass(sClass) {
  sClassName = document.body.className;

  re = new RegExp(sClass + "( |$)") 

  if (!sClassName)
    return false;
  return re.test(sClassName);
}







YE.onAvailable('comment_header', hackComments);
 
function hackComments() {
  if (!YD.hasClass(document.body, 'gallery_2113286'))
    return;
 
  oEl = YD.get('comment_header');
  oList = YD.getElementsByClassName('title','h3', oEl);
  oChild = oList[0].nextSibling.firstChild;
  oChild.parentNode.removeChild(oChild);
 
  oList[0].parentNode.removeChild(oList[0]);
  oList = YD.getElementsByClassName('add_comment', 'input', oEl);
  oList[0].value = 'Contact Form';
}












function norobotmail(aUser, aDomain) { 
       document.location = "mailto:" + aUser + "@" + aDomain;
    }













function doOnLoad()
{
if (window.AlbumID && (window.AlbumID == "2083470" || window.AlbumID == "2255782" || window.AlbumID == "2084604" || window.AlbumID == "2133505" || window.AlbumID == "2140285" || window.AlbumID == "2113286" || window.AlbumID == "2116226" || window.AlbumID == "2138646")) //
{
removeLinkFromImg();
}
}




function removeLinkFromImg() {
   oList = YD.getElementsByClassName("photo", "div");

   for (i=0; i < oList.length ; i++)  {
     if (oList[i].childNodes) {
        oList[i].firstChild.removeAttribute("href");
        oList[i].firstChild.firstChild.removeAttribute("alt");
        oList[i].firstChild.firstChild.removeAttribute("title");
     }
   }
}


