<!--
function checkFrame ( url ) {
   if ( self == top ) {
      self.location = url;
   }
}

//-->


