// JavaScript Document
// breakout of frames			
			
if (top.location!= self.location) {
			top.location = self.location.href
}

// breakout of frames
