//::Redirect if page is loaded outside of iFrame
if (parent.frames.length == 0) {
	document.location.href = "http://www.asystconsulting.com/?open=" + location.href;
}