Javascript String isNotSpecified()
isNotSpecified()
String.prototype.isNotSpecified = function() { return (/not specified/i.test(this)); };