function redirectPath() { 

re = /((www.)?adara.smugmug.com)/; 

tmp = window.location.href; 

if (re.test(tmp)) { 

tmp = tmp.replace(re, 'photography.dokimasia.org'); 

window.location.href = tmp; 

} 

}

/*redirectPath();*/