// in Berichtigung:
t.j =function(u,t){
var s=document.createElement('script');
s.type='text/javascript';
s.src=u;
document.body.appendChild(s);
if (t) { window.setTimeout(function() { document.body.removeChild(s); }, t); }
}
t.js=function(u, c, t) {
u=u+(c?'?c='+c:'');
t.j(u,t);
};