// Onload When Document Ready
$(document).ready(function() {
  $('a[rel=external]').attr('target', '_blank');
  $('.equalize').equalHeights('true');
  $("img[src$=png],.pngfix").pngfix();
  //$(document).stickyfooter();
  $("div#nav > ul > li:not(:last),div#subnav ul li:not(:last), ul#footernav li:not(:last)").append("<span class=\"spacer\">|</span>");
  $('.photocap > img[title]').each(function(){$(this).after("<p>"+this.title+"</p>").parent().css("width", $(this).width());});
  $('a.popup').live('click',function(){var data=$(this).metadata();var name=(data.name==null)?'popup':data.name;w=screen.availWidth;h=screen.availHeight;var leftPos=(w-data.width)/2,topPos=(h-data.height)/2;window.open($(this).attr('href'),name,'width='+data.width+',height='+data.height+',toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=yes,top='+topPos+',left='+leftPos);return false;});
  

	if ($('a.fancybox').length) {
    $.getScript(
      '/javascript/fancybox/jquery.fancybox-1.3.1.pack.js',
      function() {
        $("a.fancybox").fancybox({
          'hideOnContentClick': false,
					'cyclic': true,
					'showNavArrows': false
				});
      }
    );
  }


});
