//
// Frame Link Killer
// Ver 1.00
// Copyright Harry.Potter.jp

if (parent != self) {
	window.parent.location.href = location.href;
}




