// JavaScript Document

$(document).ready(function(){
  $('#quick-info').sticklr({
      animate     : true,
      colWidth    : 200,
      relativeTo  : 'center',
      relativeGap : 100,
      showOn      : 'hover',
      stickTo     : 'right'
  });
});

