
//*******************************************************************************'
//break out of a frame if in one

if(top.location.href != self.location.href)
{
	top.location.href = self.location.href;
}
