
function checkFrame(){
  var correct_frame = 0 + (parent.mainFrame ? 1 : 0);
  if (self == top || !correct_frame){
    //alert(correct_frame);
    top.location.href = "http://www.mobilimichieletto.com";
  }
}

