$(document).ready( function () { $("a[href^='http']:not([href*='" + location.hostname + "'])").attr('target', '_blank'); }) $(window).on("DOMContentLoaded", function(){ var $title = $(".acodion-title"); var $content = $(".acodion-content"); $title.on("click", function(){ var indx = $title.index($(th…