Javascript String quote =(function()
function()
String.prototype.quote = (function(){ return '"' + this + '"'; })