SM.PhotoBar.config.position = 'bottom';

rightClickWarning = "All photos are ©By Brian Lowe - www.brianlowe.net. All rights reserved. Unauthorized use is prohibited. To purchase this photo click on the Buy button on the upper right of this page.For permission to use this photo please click the email me link at the bottom of the page."



YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Photography by Brian Lowe'});
















function norobotmail(aUser, aDomain) { 
        document.location = "mailto:" + aUser + "@" + aDomain;
     }









function imageToolsEx() {
   var photoTools = YD.get('tools');
   if( photoTools.options[photoTools.selectedIndex].id == 'proPricingPhotoChoice' )
      document.getElementsByName('Type')[0].value = '';
   imageTools();
}

function addProPricingPhoto() {
   var proPricingPhoto = document.createElement('option');
   proPricingPhoto.text = 'Pro Pricing Photo';
   proPricingPhoto.value = 'proprices';
   proPricingPhoto.class = 'nonMovieTool';
   proPricingPhoto.id = 'proPricingPhotoChoice';
   this.add( proPricingPhoto, photoTools.options[3] );
   this.setAttribute( 'onChange', 'imageToolsEx();' );
}

YE.onContenReady("tools", addProPricingPhoto);


// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});










