﻿function select_content(selName) {
    var sURL = selName.options[selName.selectedIndex].value;
    if (sURL != "") {
        location = sURL;
    }
    ;
}

function GoogleAnalytics() {
    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-2882378-14");
        pageTracker._trackPageview();
    } catch (err) { }
}