{"_id":"_design/quote","_rev":"2-1358012690","language":"javascript","views":{"all":{"map":"function(doc) {\n if (doc.doc_type == \"Quote\")\n emit(doc._id, doc);\n}"},"random_quotes":{"map":"function(doc) {\n rand_max = 100;\n emit(Math.random()*rand_max, doc);\n}"}}}