/*	This little function is courtesy of Ken Ward
 	http://www.trans4mind.com/personal_development/JavaScript/jsFrames.htm
 */

function FrameBuster() {
	if (top !=self)
		top.location=self.location;
}
