function initBrackets(){$("#page h2.brackets").each(function(){html=$(this).html();$(this).html("[ "+html+" ]");});}
