function redirectPath() { 
  re = /(eyeforphotos.smugmug.com)/; 
  tmp = window.location.href; 
  if (re.test(tmp)) { 
    tmp = tmp.replace(re, 'www.eye-for-photos.co.uk'); 
    window.location.href = tmp; 
  } 
}
redirectPath();  


function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=cdNgOGE3rec0A";
}
}
YE.onAvailable('footer', AddReferralCode);

rightClickWarning = "All photos are property of Eye-for-Photos.co.uk. All rights reserved. Unauthorized use is prohibited. Please contact sales@eye-for-photos.co.uk if you wish to use this picture"; 



