$(document).ready(function() {
// hide the numbers on doc ready
$('.no-script-numbers').hide();
// show the arrows
$('#prev1, #prev2, #prev3, #prev4, #prev5, #prev6, #prev7, #prev8, #prev9, #prev10, #prev11, #prev12, #prev13, #prev14, #prev15').show();
$('#next1, #next2, #next3, #next4, #next5, #next6, #next7, #next8, #next9, #next10, #next11, #next12, #next13, #next14, #next15').show();
});// do not delete
