Javascript String toBoolean()
toBoolean()
String.prototype.toBoolean = function () { return this == 'true'; };