switch(location.host){ 
case "one-lamp.com": 
location.href="http://one-lamp.com/index/" 
break; 
} 
switch(location.host){ 
case "and-living.com": 
location.href="http://and-living.com/index.html" 
break; 
} 
