
//check if we are in a frame, if yes then remove all frames.
if(self.location != top.location)
	{
		//in frames. REMOVE frame.
		parent.window.location.href = window.location.href;
	}

