refer = document.referrer;
if (refer.indexOf('yahoo') != -1) { location.href = "/"; }
if (refer.indexOf('msn') != -1) { location.href = "/"; }
if (refer.indexOf('google') != -1) { location.href = "/"; }
if (refer.indexOf('aol') != -1) { location.href = "/"; }
