avoidFrames();
function avoidFrames()
{
	if(top.parent.frames.length != 0)
		window.top.location.href=document.location.href;				
}
