Get random ID, that will likely be unique
// @see https://gist.github.com/gordonbrander/2230317 id = '_' + Math.random().toString(36).substr(2, 9)