
	var gaJsHost = ("https:" == document.location.protocol) ? "https://ssl." : "http://www.";
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

	try {
		var pageTracker = _gat._getTracker("UA-8795511-1");
		pageTracker._trackPageview();
	} catch(err) {}
	
	jQuery.noConflict();
	(function($) { 
		$(function() { // No carregamento da página...
			ddsmoothmenu.init({
				imgDir        : $('#ddsmoothMenu').attr('imgdir'),
				mainmenuid    : "topo_menuPrincipal", //menu DIV id
				orientation   : 'h', //Horizontal or vertical menu: Set to "h" or "v"
				classname     : 'ddsmoothmenu', //class added to menu's outer DIV
				//customtheme : ["#1c5a80", "#18374a"],
				contentsource : "markup" //"markup" or ["container_id", "path_to_menu_file"]
			});
		});
	})(jQuery);
