$(function() {
    $('img.image1').data('ad-title', 'What we do');
	$('img.image1').data('ad-desc', '<em><a href="http://www.developitconsulting.com/case-studies/case-study-findnetworkingevents-com/">FindNetworkingEvents.Com</a></em><br> Development and marketing of the UKs leading business networking site');
    $('img.image2').data('ad-title', 'What we do');
    $('img.image2').data('ad-desc', '<em><a href="http://www.developitconsulting.com/case-studies/case-study-scottishcraft-com/">ScottishCraft.Com</em></a><br> Creation of portal for Scotlands Art, Craft and Design communities');
	$('img.image3').data('ad-title', 'What we do');
    $('img.image3').data('ad-desc', '<em><a href="http://www.developitconsulting.com/case-studies/case-study-propeller-multimedia/">Propeller Multimedia</em></a><br> Social Media strategy and migration of site into content management system');
    var galleries = $('.ad-gallery').adGallery();
    $('#switch-effect').change(
      function() {
        galleries[0].settings.effect = $(this).val();
        return false;
      }
    );
    $('#toggle-slideshow').click(
      function() {
        galleries[0].slideshow.toggle();
        return false;
      }
    );
  });