var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15507899-6']);
  _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);
  })();

(function($){
	nav = function() {
		$("ul.subnav").parent().append(""); 
		$("ul.topnav li a.trigger").mouseover(function() { 
			$(this).parent().find("ul.subnav").stop().slideDown('fast').show('slow', function(){
				$(this).height("auto");
			}); 
	
			$(this).parent().hover(function() {
			}, function(){	
				$(this).parent().find("ul.subnav").stop().slideUp('slow'); 
			});
	
			}).hover(function() { 
				$(this).addClass("subhover"); 
			}, function(){	
				$(this).removeClass("subhover"); 
		});
		
		$("ul.subsubnav").parent().append("");
		$("ul.subnav li a.trigger").mouseover(function() { 
			$(this).parent().find("ul.subsubnav").stop().fadeIn('fast').show('slow', function(){
				$(this).width("auto");
			}); 
	
			$(this).parent().hover(function() {
			}, function(){	
				$(this).parent().find("ul.subsubnav").stop().fadeOut('slow'); 
			});
	
			}).hover(function() { 
				$(this).addClass("subsubhover"); 
			}, function(){	
				$(this).removeClass("subsubhover"); 
		});
	};
})(jQuery);
