// see http://www.thesitewizard.com/archive/framebreak.shtml
// breakout this page from parent frames
if (top.location != location) 
	top.location.href = document.location.href ;

