﻿/*$(window).load(function() {
    $('#featured').orbit({
        "animation": "horizontal-push",
        timer: true,
        advanceSpeed: 10000,
        bullets: true
        
    });
});
*/



//jQuery.noConflict();
$(document).ready(function($) {
    $('#featured').orbit({
        "animation": "horizontal-push",
        timer: true,
        advanceSpeed: 10000,
        bullets: true
        
    });

  if(typeof StartGallery == 'function') { 
    StartGallery($);
  }
//    StartGlossary($);
//    StartPubmed($);
});

