//:::::Made in Da.Ye:::::
switch(location.host)
{
  case 'daye-inc.com':
  case 'www.daye-inc.com':
    location.href="http://www.daye-inc.com/1/"
    break;
  case 'daye.ws':
  case 'www.daye.ws':
    location.href="http://www.daye.ws/2/"
    break;
  case 'daye.biz':
  case 'www.daye.biz':
    location.href="http://www.daye.biz/3/"
    break;
  case '800-400.com':
  case 'www.800-400.com':
    location.href="http://www.800-400.com/4/"
    break;
  case 'icuc.cc':
  case 'www.icuc.cc':
    location.href="http://www.icuc.cc/5/"
    break;
  case 'icgps.com':
  case 'www.icgps.com':
    location.href="http://www.icgps.com/6/"
    break;
  case 'goday.us':
  case 'www.goday.us':
    location.href="http://www.goday.us/7/"
    break;
  case 'cooor.cn':
  case 'www.cooor.cn':
    location.href="http://www.cooor.cn/8/"
    break;
  case 'res.godaye.com':
    location.href="http://res.godaye.com/res/"
    break;
  case 'test.godaye.com':
    location.href="http://test.godaye.com/test/"
    break;
}