function $(el, doc) { doc = doc || document; return typeof el == 'string' ? doc.getElementById(el) : el; }