function logg(d,t){d ='<p>'+d+'</p>';if (!t) $('#logg').append(d);else $('#logg').html(d);}
