
Cufon.replace('h1, h2, h3, #mainmenu a, #infoline, #home-groups a, .cufoned, .big-button, .portlet-title', {hover: true}, {fontFamily: 'Myriad Pro'});

if ($.browser.msie) {
    $('.rounded8, .portlet').corner('8px');
    $('.rounded8top').corner('top 8px');
    $('.rounded8left, #page #mainmenu ul li.first a').corner('left 8px');
    $('.rounded8right, #page #mainmenu ul li.last a').corner('right 8px');
    $('.rounded8bottom').corner('bottom 8px');
}



ddsmoothmenu.init({
    mainmenuid: "mainmenu", //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"]
});

// GoogleAnalytics
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-211119-16']);
_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);
})();
// GoogleAnalytics eof


