
var b = 'http://www.elan-tech.net';
if (document.referrer.indexOf(b)!=-1){
location.href='http://www.elan-tech.net/';
}

