JQuery Override -Seitentitel
(function($){
$(document).prop('title', 'test');
})(jQuery)
Testy Turtle
(function($){
$(document).prop('title', 'test');
})(jQuery)