// inlude.js
// Copyright 2001-2009 by Jussi U. Isaksen. All rights reserved.
// $Id: include.js 2.3 2009/01/01 19:59:26 jsi Exp $

function framebreaker()
{	// b.i.n.
	// break it now!
	if (top.location != location) {
		top.location.href = document.location.href ;
	}
}

