function bustframes()
{
	if (top.frames.length) top.location = self.location;
}
if (window.addEventListener)
{
	window.addEventListener('load', bustframes, false);
}
if (window.attachEvent)
{
	window.attachEvent('onload', bustframes);
}