function terminal()
{
  var first = 1;
  var second;
  if(first == 1) second = self;
  if (second.frames.length==0) second.location.href="http://www.memodata.com/";
}

function nominal()
{
  terminal();
}


var debut = 4;
if(debut == 4)
{
  nominal();
}