$(document).bind("mobileinit", function() {
        $.extend($.mobile, {
                loadingMessage: "Lädt..."
        });
});


