# File lib/jpmobile/mobile/softbank.rb, line 14
    def serial_number
      @request.env['HTTP_USER_AGENT'] =~ /SN(.+?) /
      return $1
    end