$(document).ready(function() {
// hides the slickbox on clicking the noted link
$('a#hide').click(function() {
$('#results').hide('slow');
return false;
});
});
var timer;

$(document).ready(function () {

$.ajax({
dataType: "jsonp",
data: "",
url: "http://search.twitter.com/search.json?q=",
success: function(json){  }
});


})


