Javascript String words(input)
String.prototype.words = function(input){ return (input.split(" ")); }