Is there a way in CouchDB to use JSONP described here http://docs.jquery.com/Ajax/jQuery.getJSON
and here http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/ It looks like a way to use JSON strings as a function call inside a "script" tag from html. And it is not bound by the same origin limitation. -- Bahadır Yağan
