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