var isMacauSlot=true;

var tmp='abc'+checkslot+'abc';

if (tmp!='abcabc') {
  if (checkslot.href.indexOf("http://www.macauslot.com/") != 0
      && checkslot.href.indexOf("http://members.macauslot.com/") != 0
      && checkslot.href.indexOf("http://apps.macauslot.com/") !=  0
      && checkslot.href.indexOf("http://web.macauslot.com/") != 0
      && checkslot.href.indexOf("http://202.123.206.17") != 0
      && checkslot.href.indexOf("http://203.194.226.2") != 0
      && checkslot.href.indexOf("http://www.goalslot.com/") != 0
      && checkslot.href.indexOf("http://b5gb.goalslot.com/gate/") != 0
      && checkslot.href.indexOf("http://trans1.macauslot.com:89/") != 0
      && checkslot.href.indexOf("http://translation.macauslot.com:89/") != 0
     )
  { 
    isMacauSlot=false;
  } else if (checkslot == self.location) {
    isMacauSlot=false;
  }
} else {
  isMacauSlot=false;
}
if (!isMacauSlot) {
  top.location.href = "http://www.macauslot.com/";
}

