    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-19357273-2']);
    _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);
    })();

    // if(document.images)
    // {
        // var image_array = new Array();
        // // path to the directory with images
        // var path = "../../images/";
        // // enumeration of the "active" images
        // image_array[0] = path + "profilon.gif";
        // image_array[1] = path + "nyhederon.gif";
        // image_array[2] = path + "autocampereon.gif";
        // image_array[3] = path + "multibileron.gif";
        // image_array[4] = path + "brugteon.gif";
        // image_array[5] = path + "udlejningon.gif";
        // var preload_image = new Array ();
        // for(var i=0; i<image_array.length; i++)
        // {
          // preload_image[i]= new Image();
          // preload_image[i].src = image_array[i];
        // }
    // }

    var timeout         = 500;
    var closetimer          = 0;
    var ddmenuitem      = 0;

    function jsddm_open()
    {       jsddm_canceltimer();
    jsddm_close();
    ddmenuitem = $(this).find('ul').eq(0).css('visibility', 'visible');}

    function jsddm_close()
    {       if(ddmenuitem) ddmenuitem.css('visibility', 'hidden');}

    function jsddm_timer()
    {       closetimer = window.setTimeout(jsddm_close, timeout);}

    function jsddm_canceltimer()
    {       if(closetimer)
    {       window.clearTimeout(closetimer);
    closetimer = null;}}

    $(document).ready(function()
    {       $('#jsddm > li').bind('mouseover', jsddm_open);
    $('#jsddm > li').bind('mouseout',  jsddm_timer);});

    document.onclick = jsddm_close;

    function rollover(name, filename)
    {
        var fullpath = '../../images/' + filename;
        document.images[name].src = fullpath;
    }

