$(function() {

    // Tab Switcher
    $( "#tabs" ).tabs();
    $( "#coursetabs" ).tabs();

    // Cycle Banner
    if (!$('.pics').length > 0) return false;
    $('.pics').cycle('fade');
    
    
});

