//Call this file when you want to escape from a frame
if (window != top) top.location.href = location.href;
