<%
/* $0 = the URL of the previous page */
/* $1 = the title of the previous page */

var s_text = mdn.localString({
  "en-US": "Go to Next Section:",
  "fr": "Retourner à la section suivant :",
  "ja": "次のセクション :",
  "ru": "Перейти к следующему разделу:"
});

var result = '<a class="button neutral nextPage" rel="next" href="' + $0 + '" title="' + $1 +'">' + s_text + '<br />' + $1 + '</a>';


%><%- result %>
