$(document).ready(function() {
var username = 'PepaCafe1980';
$.getScript('http://twitter.com/statuses/user_timeline/' + username + '.json?callback=twitterCallback2&count=1');
});

$(function(){
$("#jPic").jrumble({ speed: 100 });
$("#jPic").hover(function(){ $(this).trigger("startRumble")},function(){ $(this).trigger("stopRumble")});
});
