var baseHref = "iacaa.org";
var topHref = top.location.href;

if ((top.location == self.location) || topHref.indexOf(baseHref) == -1) {
	top.location.href = "http://www.iacaa.org";
}
