if (window.screen){
  var w = screen.width;
  tmt_url_640 = "/browser.html";
  if(w<740){
    self.location.replace(tmt_url_640);
  }
}