//slider
$(document).ready(function() {

			$.featureList(
				$("#tabs li a"),
				$("#output li"), {
					start_item	:	1
				}
			);
			$('#tabs li a').featureList({
				output			:	'#output li',
				start_item		:	1
			});
		});
		
// BUBBLE UP
$(function(){

    $("div#demo ul#menu li img").bubbleup({tooltip: true, scale:80});
    
});

//GOOGLE ANALYTICS
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-9951738-3']);
  _gaq.push(['_setDomainName', '.acknowledgework.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
