function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=Gy7YeaRRVw0GU";
}
}
YE.onAvailable('footer', AddReferralCode);



function redirectPath() {
re = /(hrsa.smugmug.com)/;
tmp = window.location.href;
if (re.test(tmp)) {
tmp = tmp.replace(re, 'hrsa.ru');
window.location.href = tmp;
}
}
redirectPath();

