$(document).ready(function () {

    $("#slider").easySlider({
        auto: true,
        continuous: true,
        numeric: false,
        pause: 4000
    });


    $('.mandatory').after('<span class="mandatory-symbol">*</span>');

    

	$("#header-menu li a").each(function() {
        if(this.href == window.location) $(this).parents().addClass("on");
    });

});

