$(document).ready(function () {
	if (window != window.top) {
	    window.top.location.href = window.location.href;
	}
});
