var url = location.href;
if(url.indexOf("www") < 0) { location.replace('http://www.leon.jp/'); }