function init() {
  $("#tweets").getTwitter({
    userName: "jhawthorn",
    numTweets: 3,
    slideIn: false,
    showHeading: true,
    headingText: '<a href="http://twitter.com/jhawthorn">twitter</a> posts',
    showProfileLink: false,
    rejectRepliesOutOf: 20
    });
  /*$('#disqus_thread').disqus({
    domain: 'jhawthorn',
    title: $(".title").text(), 
    url: 'document.location.href',
    developer: 0
    });*/
}

$(document).ready(function() {
    init();
});

