json to jsonp proxy

by neoswf

JavaScript

$.getJSON('http://jsonp.guffa.com/Proxy.ashx?url=www.buscape.com.br%2fajax%2fautoComplete%3fq=tv%26count=2&callback=?', function(data, status, headers, config) {
    alert(data.destino);
    alert(data.palavras.join(','));
});