/**
 * Initialize the site
 */
function init_site() {
  external_links();
  prepare_contact_popup();

  $('alone').checked = get_canvas();
}

