﻿Cufon.replace('#content h1 div, #content h3, #content h2', { hover: true, fontFamily: 'Georgia' }); 


$(document).ready(function(){

     var findSubNavLI = $("#subNav ul  > li ");
     if (findSubNavLI.length<1) {$("#subNav").css({'display' : 'none'}) };

});

$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});