$(function() {

    $("ul#units li:even").addClass("strip");

    $(".colorbox").colorbox();

});
