Javascript String pixelize()
pixelize()
String.prototype.pixelize = function () { return this + 'px'; }