//redirect to ensure site is always at top level of window, if applicable
if (self != top) {
	top.location.href = location.href;
}
