var Portrait = {
  wallpaper: {
    size: function() {
      return([screen.width, screen.height]);
    }
  }
};