jQuery(document).ready(function($){
  	$('#work_img').cycle({
        fx:     'fade',
        speed:  2000,
        timeout: 8000,
		slideExpr: 'img'
	});
	$('#workcarousel').jcarousel({
	        // Configuration goes here
			wrap: 'circular',
			auto: 3,
			scroll: 1,
			animation: 2000,
        	visible: 3
	});
	$('form.wpcf7-form input[type=submit]').bind("click", function(event) {
	  _gaq.push(['_trackEvent', 'Form', 'Submit', window.location.pathname]);
	});
});
