<!--
// Bust out of frames if necessary.
// If we are in the "content" frame, then we should not bust out of it because that is the
// frame SAMSCLUB.com places us in when we are opened from their site.
if (self.parent.frames.length != 0 && self.name != "content")
  self.parent.location = self.document.location.href;
//-->

