// Check that the page has loaded
$(document).ready(function() {
    // Fix bug that causes last LI in gallery to appear in wrong place
    $("#gallery li:last").addClass("fix");
    $("#gallery li:even").removeClass("fix");
});