// Colorbox Setup

$(document).ready(function() {
  $("#share").colorbox({opacity: .5, inline:true, href:"#sharepage"});
});
