﻿Cufon.replace('#content h1 div, #content h2.regular', { 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"
    });
    
    
    
$('h2').not('#ctl00_body h2').addClass('regular');

});
