if(parent != self && !supportsCookies()) {
	// iframe and no cookies support (probably no third party cookies support)
	window.open(location.href, "_top", "", false);
}
