var address = 'http://rsiagency.com/index.htm'

if (self.location == top.location) {
  document.location = address
}

