reff=document.referrer; 
if(reff.indexOf('helloproch.com')!=-1){ 
location.replace('http://www.helloproch.com/link/') 
} else {
if(reff.indexOf('hellopro.org')!=-1){ 
location.replace('http://hellopro.org/link/') 
}
}
