$(document).ready(
function(){
  $('#tweets').twit('kanjar', {
  limit: 20,
  count: 20,
  username: false,
  title: 'My tweets'
});
});