// JavaScript Document
/* Customize frameset/Frame Busting script. See these pages under Frames
	and Windows for an explanation */

if (window != window.top)
         top.location.href = location.href;





