// TT modifikations
jQuery(document).ready(function(){
    // goenn dir mehr paket
    var replacestring = '<a href="http://www.robinson.com/trends-themen/goenn-dir-mehr-paket" target="_blank" class="rob_premiumLink"><img src="https://www.robinson.com/fileadmin/rob/pics/logos/gdm-paket.png" border="0" align="absmiddle" /> <span style="text-decoration:underline">inklusive</span></a>';

    jQuery(".tt_ibeContent p:contains('Premium'), .tt_martopX td:contains('Premium'), .bucUnterkunftVal:contains('Premium'), .buch_abschluss2:contains('Premium')").each(function(i){
        jQuery(this).html(jQuery(this).html().replace('Premium', replacestring));
    });

    // luftverkehrsteuer
    var msgHTML = '<h2 class="quickSearch_Head"><img src="https://www.tui-special.de/robinson/h1/index.php?t=Luftverkehrssteuer&c=207fc0&s=16" /></h2><div id="helpContent">Hier finden Sie Informationen zur Luftverkehrssteuer.</div><div style="width:240px; padding-top:15px; text-align:right;"><a href="http://www.tui-deutschland.de/td/de/pressemedien/pressemeldungen/2010/09_september/07_luftverkehrssteuer.html" target="_blank" style="color:#207fc0">Mehr lesen <span style="color:#000; font-weight:bold">&raquo;</span></a></div>';

    jQuery('.tt_ibeSidebar').append(msgHTML);

});
