﻿var winUrl = window.location;
var topUrl = top.location;
if (winUrl != topUrl) {
  top.location.href = winUrl;
}
