/* sponsor cross-slide */

$(function(){
  
    $('#sponsor-image').crossSlide({
      sleep: 3,
      fade: 1
    }, [
      //{ src: 'images/sponsors/usef-logo.png', href: "http://www.usef.org/"  }, example
      { src: '', href: "" },
      { src: '', href: "" },
      { src: '', href: "" },
      { src: '', href: "" },
      { src: '', href: "" },
      { src: '', href: "" },
      { src: '', href: "" },
      { src: '', href: "" },
      { src: '', href: "" }
    ]);
  
})
