//Load Flex Sliders
//This is currently checking on all pages in case they want to add sliders to other pages.
jQuery.noConflict();
jQuery(window).load(function() {
    jQuery('.flexslider').flexslider();
});

