inject = function(tekst, container){
    $("#"+container).html(tekst);
}
