
$(document).ready(function() {
$('#3le').click(function () {
dataString = 'blog_url='+encodeURIComponent(location.href);
$.getJSON('http://3le.ru/api_url.php?'+ dataString +'&jsoncallback=?', function(json) {
$("#3le").html(json.blog_url);
$('#3le').fadeIn(6000);
});
 });
});
