/* If user try to minimize window in browsers - bingeby.com */

<!--
if (parent.frames.length > 0) {
parent.location.href = location.href;
}
// -->

<!--
/*
Break-out-of-frames script
*/

if (window!= top)
  top.location.href=location.href
// -->
