
   $(document).ready(function()
   {
      // slide behaviours
      $('.landing').cycle({ timeout: 3000 });
      $('.slide').clickable();

      // external links in new window
      $("#content a[href^='http://']").attr("target","_blank");

      // image galleries
      Galleria.loadTheme('/js/galleria.tcs.js');
      $('#galleria').galleria();
   });



