try {
	if(top != self){
		top.location.replace(location.href);
	}
} catch(error) {
	// do nothing;
}

