$(document).ready(function(){
               
	$("#menu ol li.notactive a").hover(function() 
	{
		$(this).stop().animate({ color: "#ed2025", backgroundColor: "#ffffff" }, 400);
    },
	function() 
	{
    	$(this).stop().animate({ color: "#ffffff", backgroundColor: "#ed2025" }, 500);
    });
	
	$("#menu ol li.active a").hover(function() 
	{
		$(this).stop().animate({ color: "#ed2025", backgroundColor: "#ffffff" }, 100);
    },
	function() 
	{
    	$(this).stop().animate({ color: "#ed2025", backgroundColor: "#ffffff" }, 100);
    });
});


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15318083-15']);
  _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);
  })();
  
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-26099518-1']);
  _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);
  })();


    var GoSquared={};
    GoSquared.acct = "GSN-999913-H";
    (function(w){
        function gs(){
            w._gstc_lt=+(new Date); var d=document;
            var g = d.createElement("script"); g.type = "text/javascript"; g.async = true; g.src = "//d1l6p2sc9645hc.cloudfront.net/tracker.js";
            var s = d.getElementsByTagName("script")[0]; s.parentNode.insertBefore(g, s);
        }
        w.addEventListener?w.addEventListener("load",gs,false):w.attachEvent("onload",gs);
    })(window);

