// excluding realtor's listings from website instead
//if (self.location.href.match('@agent=BOGNARI') {
  //parent.location.href = 'http://www.internetbrokers.ca/;
//}

if (parent.frames.length > 0) {
  //parent.location.href = self.document.location;
  //alert('This website is not permitted to display listings provided by Internet Brokers Group.  Please contact IBG for any questions or concerns at 403-232-1032.');
  //parent.location.href = 'http://www.internetbrokers.ca/';
}