jQuery.noConflict();
(function($){$(function(){
    match = /(\/([a-z\-]+)[^.\/]*(\.php))/.exec(window.location.href);
    //console.log(match);
    $('td.undermenu [href='+match[2]+match[3]+']').each(function(){
        var text = $(this).text();
        $(this).replaceWith('<span class="valgtlink">' + text + "</span>");
    });
    if(typeof setActive == 'function')
    {
        setActive(jQuery);
    }
})})(jQuery);

function startSide(){};
