﻿// Functions specific to a site.

(function($) {
    $(document).ready(function() {
//        var liCount = 1;
//        $(".overview li").each(function() {
//            if (liCount == 4) {
//                $(this).before("<li style='margin:0; min-height:20px; height:20px; width:100%;'><div style='clear:both;'></div></li>");
//                liCount = 1;
//            }
//            if(liCount==3){$(this).addClass("last");}
//                
//            liCount++;
//        });
    });
})(jQuery);
