
		jQuery(document).ready(function() {
		
	$("a.popup").fancybox({
		'titleShow'     : false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
		'easingIn'      : 'easeOutBack',
		'easingOut'     : 'easeInBack'
	});
	});

$(document).ready(function() {
		$(".custom").tweet({
        avatar_size: 32,
        count: 1,
        username: "jtbfolio",
        template: "{text} » {retweet_action}"
      });
    });

        $(function() {
        
            $('#blue').hoverZoom(); // Default
            
            $('#green').hoverZoom({
                overlayColor: '#90bd2e',
                zoom: 50
            });
            
            $('#pink').hoverZoom({
                overlayColor: '#bd2e75',
                zoom: 0,

            });
            
            /* USAGE
            
            $('#pink').hoverZoom({
                overlay: true, // false to turn off (default true)
                overlayColor: '#2e9dbd', // overlay background color
                overlayOpacity: 0.7, // overlay opacity
                zoom: 25, // amount to zoom (px)
                speed: 300 // speed of the hover
            });
            
            */
            
        }); 
		

  function popup(popupType) {
   alert("Thank you for filling out my contactform, i will contact you as soon as possible");
   
  }

