if (tt_go_detail == ''){
    var tt_go_go_01 = "LP";
    var tt_go_go_02 = "Toute-notre-offre";
    if(tt_go_engine=="erde"){
        if(tt_go_id=="6"){
            tt_go_go_02 += "-SkiHotel";
        }
        else{
            tt_go_go_02 += "-Hotel";
        }

    }
    if(tt_go_engine=="fewo")
        if(tt_go_id=="6"){
            tt_go_go_02 += "-SkiLocation";
        }
        else {
            tt_go_go_02 += "-Location";
        }
    if(tt_go_nurflug=="1")
        tt_go_go_02 += "-Vols";

}

if (tt_go_detail == "zielgebiet"){
    var tt_go_go_01 = "search";
    if(tt_go_engine=="erde"){
        if(tt_go_id=="94") tt_go_go_01 += "SkiHotel";
        else tt_go_go_01 += "Hotel";
    }
    if(tt_go_engine=="fewo")
        if(tt_go_id=="1917") tt_go_go_01 += "SkiLocation";
        else tt_go_go_01 += "Location";
    if(tt_go_nurflug=="1")
        tt_go_go_01 += "Vols";
    if(tt_go_engine=="erde"){
        var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_depdat+"/"+tt_go_erwachsene+"/"+tt_go_age_of_children+"/"+tt_go_kategorie+"/"+tt_go_zimmer+"/";
    }
    else if(tt_go_engine=="fewo"){
        var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_tt_region+"/"+tt_go_depdat+"/"+tt_go_erwachsene+"/"+tt_go_marke+"/";
    }
    else{
        if(tt_go_nurflug=="1"){
            var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_abflughafen+"/"+tt_go_depdat+"/"+tt_go_erwachsene+"/"+tt_go_age_of_children+"/";
        }
        else
            var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_tt_region+"/"+tt_go_abflughafen+"/"+tt_go_depdat+"/"+tt_go_erwachsene+"/"+tt_go_age_of_children+"/"+tt_go_kategorie+"/"+tt_go_zimmer+"/"+tt_go_sport+"/"+tt_go_marke+"/";
    }
    if(tt_go_no_hits=="1") {
       tt_go_go_02 += "noresponse/";
    }
}

if (tt_go_detail == 'hotel'){
    var tt_go_go_01 = "search";
    if(tt_go_engine=="erde"){
        if(tt_go_id=="94") tt_go_go_01 += "SkiHotel";
        else tt_go_go_01 += "Hotel";
    }
    if(tt_go_engine=="fewo"){
        if(tt_go_id=="1917") tt_go_go_01 += "SkiLocation";
        else tt_go_go_01 += "Location";
    }
    if(tt_go_engine=="erde"){
        var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_depdat+"/"+tt_go_erwachsene+"/"+tt_go_age_of_children+"/"+tt_go_kategorie+"/"+tt_go_zimmer+"/";
    }
    else if(tt_go_engine=="fewo"){
        var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_tt_region+"/"+tt_go_depdat+"/"+tt_go_erwachsene+"/"+tt_go_marke+"/";
    }
    else{
        var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_tt_region+"/"+tt_go_abflughafen+"/"+tt_go_depdat+"/"+tt_go_erwachsene+"/"+tt_go_age_of_children+"/"+tt_go_kategorie+"/"+tt_go_zimmer+"/"+tt_go_sport+"/"+tt_go_marke+"/";
    }
    if(tt_go_no_hits==1) {
       tt_go_go_02 += "noresponse/";
    }
}

if (tt_go_detail == "termine"){
    var tt_go_go_01 = "hotel";
    if(tt_go_engine=="erde"){
        if(tt_go_id=="94") tt_go_go_01 += "SkiHotel";
        else tt_go_go_01 += "Choice";
    }
    if(tt_go_engine=="fewo"){
        if(tt_go_id=="1917") tt_go_go_01 += "SkiLocation";
        else tt_go_go_01 += "Location";
    }
    if(tt_go_nurflug=="1"){
        var tt_go_go_01 = "VolsSec";
        var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_vakanz;
    }
    else{
        if(tt_go_engine=="erde")
            var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_hotelname+"/"+tt_go_vakanz;
        else
            var tt_go_go_02 = tt_go_tt_countries+"/"+tt_go_tt_region+"/"+tt_go_hotelname+"/"+tt_go_vakanz;
    }
    if(tt_go_anzahl_treffer_termine=="0" || tt_go_anzahl_treffer_termine=="") {
       tt_go_go_02 += "noresponse/";
    }
}
if (tt_go_detail == "buchung"){
    var tt_go_go_01 = "resa";
    if(tt_go_engine=="erde"){
        if(tt_go_id=="95") tt_go_go_01 += "SkiHotel/1";
        else tt_go_go_01 += "Hotel/1";
    }
    else if(tt_go_engine=="fewo"){
        if(tt_go_id=="1918") tt_go_go_01 += "SkiLocation/1";
        else tt_go_go_01 += "Location/1";
    }
    else{
        if(tt_go_nurflug=="1")
            tt_go_go_01 += "Vols/1";
        else
            tt_go_go_01 += "/1";
    }
    if(tt_go_nurflug=="1")
        var tt_go_go_02 = tt_go_land+"/"+tt_go_region+"/";
    else
        var tt_go_go_02 = tt_go_land+"/"+tt_go_region+"/"+tt_go_hotel+"/";
}
if (tt_go_detail == "zahlung"){
    var tt_go_go_01 = "resa";
    if(tt_go_engine=="erde"){
        if(tt_go_id=="95") tt_go_go_01 += "/2/SkiHotel";
        else tt_go_go_01 += "/2/Hotel";
    }
    else if(tt_go_engine=="fewo"){
        if(tt_go_id=="1918") tt_go_go_01 += "/2/SkiLocation";
        else tt_go_go_01 += "/2/Location";
    }
    else{
        if(tt_go_nurflug=="1")
            tt_go_go_01 += "/2/Vols";
        else
            tt_go_go_01 += "/2/Sejour";
    }
    if(tt_go_nurflug=="1")
        var tt_go_go_02 = tt_go_land+"/"+tt_go_region+"/";
    else
        var tt_go_go_02 = tt_go_land+"/"+tt_go_region+"/"+tt_go_hotel+"/";
}
if (tt_go_detail == "danke"){
    var tt_go_go_01 = "resa";
    if(tt_go_engine=="erde"){
        if(tt_go_id=="95") tt_go_go_01 += "SkiHotel/confirm";
        else tt_go_go_01 += "Hotel/confirm";
    }
    else if(tt_go_engine=="fewo"){
        if(tt_go_id=="1918") tt_go_go_01 += "SkiLocation/confirm";
        else tt_go_go_01 += "Location/confirm";
    }
    else{
        if(tt_go_nurflug=="1")
            tt_go_go_01 += "Vols/confirm";
        else
            tt_go_go_01 += "/confirm";
    }
    var tt_go_tt_go='';
    if(tt_go_engine=="erde"){
        if(tt_go_id=="95") tt_go_tt_go += "SkiHotel";
        else tt_go_tt_go += "Hotel";
    }
    else if(tt_go_engine=="fewo"){
        if(tt_go_id=="1918") tt_go_tt_go += "SkiLocation";
        else tt_go_tt_go += "Location";
    }
    else{
        if(tt_go_nurflug=="1")
            tt_go_tt_go += "Vols";
        else
            tt_go_tt_go += "Sejour";
    }

    var tt_go_go_zahlart = '-';
    var tt_go_go_destination = '-';
    if (tt_go_zahlart_fr == '1'){
        if (tt_go_version == 'ADMIN1'){
           tt_go_go_zahlart = 'cb';
        }
        else {
           tt_go_go_zahlart = 'cb-failed';
        }
    }
    else if (tt_go_zahlart_fr == '2'){
        tt_go_go_zahlart = 'phone';
    }
    else if (tt_go_zahlart_fr == '3'){
        tt_go_go_zahlart = 'agence';
    }
    if (tt_go_land != '' && tt_go_zielgebiet != '' && tt_go_Hotel_Name != ''){
        tt_go_go_destination = tt_go_land+"-"+tt_go_zielgebiet+"-"+tt_go_Hotel_Name;
    }
    var tt_go_go_02 = tt_go_go_zahlart+"/"+tt_go_tt_go+"/"+tt_go_go_destination+"/";
}


_uacct = "UA-2650954-1";
function googleTrack() {
    try{
        if(typeof(urchinTracker) != "undefined"){
            _udn="thomascook.fr";
            _ulink=1;
            urchinTracker(tt_go_go_01 + '/' + tt_go_go_02);
        }
    } catch(e) {
        window.setTimeout('googleTrack()', 600);
    }
}


if (valeur==1){
    function wysistatTrack() {
        try{
            if(tt_go_detail=="" || (tt_go_detail=="zielgebiet" && tt_go_no_hits!="1")){
                if(tt_go_engine=="fewo"){
                    /* Dauer */
                    var tt_tmp_dau=tt_go_dauer.split(' ');

                    /* +/- */
                    var tt_tmp_day=tt_go_ttdays.split(' ');

                    /* Hoteleigenschaften */
                    var tmp_kat=tt_go_kategorie;
                    if(tmp_kat=="-")tmp_kat="-1";

                    var tmp_marke=tt_go_marke;
                    if(tmp_marke=="-")tmp_marke="-1";


                    var wysitat_param = "recherche_"+tt_go_typo_text+";"+tt_go_tt_countries+"_"+tt_go_termin+"_"+tt_tmp_day[0]+"_"+tt_tmp_dau[0]+"_"+tt_go_erwachsene+"_"+tmp_kat+"_"+tmp_marke;
                    var wysitat_param2 = "recherche_"+tt_go_typo_text+"_destination;"+tt_go_tt_countries;
                    var wysitat_param4 = "recherche_"+tt_go_typo_text+"_date;"+tt_go_termin;
                    var wysitat_param5 = "recherche_"+tt_go_typo_text+"_etoile;"+tmp_kat;
                    var wysitat_param7 = "recherche_"+tt_go_typo_text+"_specifique;-1";
                    var wysitat_param8 = "recherche_"+tt_go_typo_text+"_TO;"+tmp_marke;
                    var wysistat_param_total = wysitat_param+";"+wysitat_param2+";"+wysitat_param4+";"+wysitat_param5+";"+wysitat_param7+";"+wysitat_param8;
                    var wysistat_valeur=wysitat_param2;

                    document.cookie='Wysistat_recherche'+"="+escape(wysistat_valeur);
                    stat('thomascook','','',wysistat_param_total,'recherche_'+tt_go_typo_text);
                }
                else{
                    if(tt_go_nurflug=="1"){
                        /* Dauer */
                        var tt_tmp_dau=tt_go_dauer.split(' ');

                        /* +/- */
                        var tt_tmp_day=tt_go_ttdays.split(' ');

                        /* Erwachsene + Kinder */
                        var tmp_alter1       = tt_go_alter1;
                        if(tmp_alter1=="-")tmp_alter1="-1";
                        var tmp_alter2       = tt_go_alter2;
                        if(tmp_alter2=="-")tmp_alter2="-1";
                        var tmp_alter3       = tt_go_alter3;
                        if(tmp_alter3=="-")tmp_alter3="-1";
                    }
                    else{
                        /* Dauer */
                        var tt_tmp_dau=tt_go_dauer.split(' ');
                        /* +/- */
                        var tt_tmp_day=tt_go_ttdays.split(' ');

                        /* Erwachsene + Kinder */
                        var tmp_alter1       = tt_go_alter1;
                        if(tmp_alter1=="-")tmp_alter1="-1";
                        var tmp_alter2       = tt_go_alter2;
                        if(tmp_alter2=="-")tmp_alter2="-1";
                        var tmp_alter3       = tt_go_alter3;
                        if(tmp_alter3=="-")tmp_alter3="-1";

                        /* Hoteleigenschaften */
                        var tmp_verpf=tt_go_verpflegung;
                        if(tmp_verpf=="-")tmp_verpf="-1";
                        var tmp_kat=tt_go_kategorie;
                        if(tmp_kat=="-")tmp_kat="-1";
                        var tmp_zim=tt_go_zimmer;
                        if(tmp_zim=="-")tmp_zim="-1";
                        var tmp_marke=tt_go_marke;
                        if(tmp_marke=="-")tmp_marke="-1";
                    }

                    if(tt_go_engine!="erde"){
                        if(tt_go_nurflug=="1"){
                            var wysitat_param = "recherche_"+tt_go_typo_text+";"+tt_go_tt_countries+"_"+tt_go_abflughafen+"_"+tt_go_termin+"_"+tt_tmp_day[0]+"_"+tt_tmp_dau[0]+"_"+tt_go_erwachsene+"_"+tmp_alter1+"_"+tmp_alter2+"_"+tmp_alter3;
                            var wysitat_param2 = "recherche_"+tt_go_typo_text+"_destination;"+tt_go_tt_countries;
                            var wysitat_param3 = "recherche_"+tt_go_typo_text+"_depart;"+tt_go_abflughafen;
                            var wysitat_param4 = "recherche_"+tt_go_typo_text+"_date;"+tt_go_termin;
                            var wysistat_param_total = wysitat_param+";"+wysitat_param2+";"+wysitat_param3+";"+wysitat_param4;
                            var wysistat_valeur=wysitat_param2+";"+wysitat_param3;

                            document.cookie='Wysistat_recherche'+"="+escape(wysistat_valeur);
                            stat('thomascook','','',wysistat_param_total,'recherche_'+tt_go_typo_text);

                        }
                        else{
                            var tmp_sport=tt_go_sport;
                            if(tmp_sport=="-")tmp_sport="-1";
                            var wysitat_param = "recherche_"+tt_go_typo_text+";"+tt_go_tt_countries+"_"+tt_go_abflughafen+"_"+tt_go_termin+"_"+tt_tmp_day[0]+"_"+tt_tmp_dau[0]+"_"+tt_go_erwachsene+"_"+tmp_alter1+"_"+tmp_alter2+"_"+tmp_alter3+"_"+tmp_verpf+"_"+tmp_kat+"_"+tmp_zim+"_"+tmp_sport+"_"+tmp_marke;
                            var wysitat_param2 = "recherche_"+tt_go_typo_text+"_destination;"+tt_go_tt_countries;
                            var wysitat_param3 = "recherche_"+tt_go_typo_text+"_depart;"+tt_go_abflughafen;
                            var wysitat_param4 = "recherche_"+tt_go_typo_text+"_date;"+tt_go_termin;
                            var wysitat_param5 = "recherche_"+tt_go_typo_text+"_etoile;"+tmp_kat;
                            var wysitat_param6 = "recherche_"+tt_go_typo_text+"_chambre;"+tmp_zim;
                            var wysitat_param7 = "recherche_"+tt_go_typo_text+"_activites;"+tmp_sport;
                            var wysitat_param8 = "recherche_"+tt_go_typo_text+"_TO;"+tmp_marke;
                            var wysistat_param_total = wysitat_param+";"+wysitat_param2+";"+wysitat_param3+";"+wysitat_param4+";"+wysitat_param5+";"+wysitat_param6+";"+wysitat_param7+";"+wysitat_param8;
                            var wysistat_valeur=wysitat_param2+";"+wysitat_param3;
                            document.cookie='Wysistat_recherche'+"="+escape(wysistat_valeur);
                            stat('thomascook','','',wysistat_param_total,'recherche_'+tt_go_typo_text);
                        }
                    }/*ende engine!=erde*/
                    else{
                        var wysitat_param = "recherche_"+tt_go_typo_text+";"+tt_go_tt_countries+"_"+tt_go_termin+"_"+tt_tmp_day[0]+"_"+tt_tmp_dau[0]+"_"+tt_go_erwachsene+"_"+tmp_alter1+"_"+tmp_alter2+"_"+tmp_alter3+"_"+tmp_verpf+"_"+tmp_kat+"_"+tmp_zim+"_"+tmp_marke;
                        var wysitat_param2 = "recherche_"+tt_go_typo_text+"_destination;"+tt_go_tt_countries;
                        var wysitat_param4 = "recherche_"+tt_go_typo_text+"_date;"+tt_go_termin;
                        var wysitat_param5 = "recherche_"+tt_go_typo_text+"_etoile;"+tmp_kat;
                        var wysitat_param6 = "recherche_"+tt_go_typo_text+"_chambre;"+tmp_zim;
                        var wysitat_param7 = "recherche_"+tt_go_typo_text+"_specifique;-1";
                        var wysitat_param8 = "recherche_"+tt_go_typo_text+"_TO;"+tmp_marke;
                        var wysistat_param_total = wysitat_param+";"+wysitat_param2+";"+wysitat_param4+";"+wysitat_param5+";"+wysitat_param6+";"+wysitat_param7+";"+wysitat_param8;
                        var wysistat_valeur=wysitat_param2;
                        document.cookie='Wysistat_recherche'+"="+escape(wysistat_valeur);
                        stat('thomascook','','',wysistat_param_total,'recherche_'+tt_go_typo_text);
                    }/*ende engine=erde*/
                }/*ende engine!=fewo*/
                if(tt_go_detail=="zielgebiet"){
                    stat('thomascook','','','','/destination/'+tt_go_tt_countries,'','destination_selection');
                }/*ende detail=zielgebiet*/
            }/*ende detail="" oder detail=zielgebiet*/
            else if(tt_go_detail=="zielgebiet" && tt_go_no_hits=="1"){
                var wys_param = "erreur_moteurrecherche;"+tt_go_tt_countries+"-"+tt_go_termin;
                stat('thomascook','','',wys_param,'/recherche/aucun_resultat/');
            }/*Ende detail=zielgebiet und keine treffer*/
            else if(tt_go_detail=="hotel"){
                if(tt_go_engine!="erde"){
                    stat('thomascook','','','','/destination/'+tt_go_tt_countries+'/'+tt_go_tt_region, 'destination_selection');
                }
                else{
                    stat('thomascook','','','','/destination/'+tt_go_tt_countries, 'destination_selection');
                }
            }/*ende detail=hotel*/
            else if(tt_go_detail=="termine"){
                if(tt_go_ttmp_error==1){
                    var tt_hotel=editSpecialChars(tt_go_hotelname);
                    var tt_go_param = "erreur_disponibilite;"+tt_hotel+" "+tt_go_sterne+"-"+tt_go_errorbucvak+";erreur_disponibilite2;"+tt_hotel+" "+tt_go_sterne;
                    stat('thomascook','','',tt_go_param,'/disponibilite/erreur/');
                }
                else{
                    var tt_go_param='';
                    stat('thomascook','','','','/destination/'+tt_go_tt_countries+'/'+tt_go_tt_region+'/disponibilite/', 'disponibilite');
                }
            }/*ende detail=termine*/
            else if(tt_go_detail=="buchung"){
                var tt_hotel=editSpecialChars(tt_go_hotelname);
                var tt_ausgabe_land=editSpecialChars(tt_go_ausgabe_land);
                var tt_ausgabe_region=editSpecialChars(tt_go_ausgabe_region);
                stat('thomascook','','','','/destination/'+tt_ausgabe_land+'/'+tt_ausgabe_region+'/disponibilite/'+tt_hotel+' '+tt_go_sterne+'/','resa_step1');
            }/*ende detail=buchung*/
            else if(tt_go_detail=="zahlung"){
                var id_achat=tt_go_plz+"_"+tt_go_name+"_"+tt_go_vorname;
                var id_achat2=tt_go_buchungsid+"-"+tt_go_plz+"_"+tt_go_name+"_"+tt_go_vorname;
                var tt_hotel=editSpecialChars(tt_go_hotelname);
                var tt_ausgabe_land=editSpecialChars(tt_go_land);
                var tt_ausgabe_region=editSpecialChars(tt_go_ausgabe_region);

                var tt_t=tt_go_rueckflughafen+"="+tt_go_gesamtpreis+"=1=ville";

                var wysistat_purchase="ACHAT/"+tt_go_gesamtpreis+"/"+tt_hotel+" "+tt_go_txtSterne+"="+tt_go_tt_tmp_preis_hotel+"=1="+tt_go_typo_text+"!"+tt_go_txtVersicherung+"="+tt_go_preisVersicherng+"=1=assurance/"+id_achat;
                var wysistat_purchase2="ACHAT/"+tt_go_gesamtpreis+"/"+tt_go_ort_anreise+"="+tt_go_gesamtpreis+"=1=aeroport!RAS="+tt_go_gesamtpreis+"=1=canal!"+tt_ausgabe_land+"="+tt_go_gesamtpreis+"=1=pays!"+tt_go_veranstalterkuerzel+"="+tt_go_gesamtpreis+"=1=to!"+tt_t+"/"+id_achat;
                var channel="";

                stat('thomascook','PV','','relation;'+id_achat2+'','/destination/'+tt_ausgabe_land+'/'+tt_ausgabe_region+'/disponibilite/'+tt_hotel+' '+tt_go_txtSterne+'/achat/',wysistat_purchase);
                stat('thomascook2','','','','/destination/'+tt_ausgabe_land+'/'+tt_ausgabe_region+'/disponibilite/'+tt_hotel+' '+tt_go_txtSterne+'/achat/',wysistat_purchase2);

            }/*ende detail=zahlung*/
            else if(tt_go_detail=="danke"){
                if(tt_go_gotomappy=="1"){
                        stat('thomascook','','','','/choix_agence');
                }
                else{
                    var id_achat=tt_go_plz+"_"+tt_go_name+"_"+tt_go_vorname;
                    var id_achat2=tt_go_buchungsid+"-"+tt_go_plz+"_"+tt_go_name+"_"+tt_go_vorname;
                    var tt_hotel=editSpecialChars(tt_go_hotelname);
                    var tt_ausgabe_land=editSpecialChars(tt_go_land);
                    var tt_ausgabe_region=editSpecialChars(tt_go_ausgabe_region);

                    var wysistat_purchase2="ACHAT/"+tt_go_gesamtpreis+"/"+tt_go_kennerZahlart+"="+tt_go_gesamtpreis+"=1=canal/"+id_achat;
                    var channel=tt_go_tt_canal;
                    var wysistat_purchase3="ACHAT/"+tt_go_gesamtpreis+"/"+tt_hotel+" "+tt_go_txtSterne+"="+tt_go_tt_tmp_preis_hotel+"=1="+tt_go_text_wys+"!"+tt_go_txtVersicherung+"="+tt_go_preisVersicherng+"=1=assurance/"+id_achat2;

                    stat('thomascook','','','','/destination/'+tt_ausgabe_land+'/'+tt_ausgabe_region+'/disponibilite/'+tt_hotel+' '+tt_go_txtSterne+'/achat/confirmation/');
                    stat('thomascook3','','','','/destination/'+tt_ausgabe_land+'/'+tt_ausgabe_region+'/disponibilite/'+tt_hotel+' '+tt_go_txtSterne+'/achat/confirmation/',wysistat_purchase2);
                    stat_ext(wysistat_purchase3,channel);
                }
            }/*ende detail=danke*/
        }/*Ende try*/
        catch(e){
            window.setTimeout('wysistatTrack()', 600);
        }/*ende catch*/
    }/*Ende function*/
    window.setTimeout('wysistatTrack()', 200);
}/*ende valeur=1*/
window.setTimeout('googleTrack()', 200);



//FOR GOOGLE ADWORDS
if (tt_go_detail == 'danke'){
    if(tt_go_zahlart_fr=="3" || tt_go_gotomappy=="1"){
        document.write('<div style="display: none;">');
        var google_conversion_id = 1070252199;
        var google_conversion_language = "fr";
        var google_conversion_format = "1";
        var google_conversion_color = "FFFFFF";
        if (1) {
          var google_conversion_value = tt_go_gesamtpreis;
        }
        var google_conversion_label = "purchase";
//        document.write('<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">');
//        document.write('<noscript>');
        document.write('<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1070252199/imp.gif?value='+tt_go_gesamtpreis+'&label=purchase&script=0">');
//        document.write('</noscript></div>');
    }
    else{
        document.write('<div style="display: none;">');
        var google_conversion_id = 1070252199;
        var google_conversion_language = "fr";
        var google_conversion_format = "1";
        var google_conversion_color = "FFFFFF";
        if (1) {
          var google_conversion_value = tt_go_gesamtpreis;
        }
        var google_conversion_label = "purchase";
//        document.write('<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">');
//        document.write('<noscript>');
        document.write('<img height=1 width=1 border=0 src="https://www.googleadservices.com/pagead/conversion/1070252199/imp.gif?value='+tt_go_gesamtpreis+'&label=purchase&script=0">');
//        document.write('</noscript></div>');
    }
}

//utmtrans
if (tt_go_detail == "zahlung"){
    document.write('<form style="display:none;" name="utmform">');
    document.write('<textarea id="utmtrans">');
    document.write('UTM:T|'+tt_go_buchungsid+'||'+tt_gesamtpreis+'|||'+tt_go_wohnort+'|'+tt_go_plz+'|'+tt_go_wohnland);
    if(andererCode=="1"){
        document.write('UTM:I|'+tt_go_buchungsid+'||'+crsinfo_b+' - '+tt_go_land+' - '+tt_go_region+' - '+productcode+' - '+sh_fr_da1+' '+sh_fr_da2+' '+sh_fr_da3+' - '+dauer_e+' - '+tt_rueckflugshafen_b_anzeige+' - '+tt_abflugshafen_b_anzeige+' - '+tt_reiseart_b+' | '+tt_go_veranstalterkuerzel+'|'+tt_tmp_prpp+'|'+tt_go_anzahl_personen);
    }
    else{
        document.write('UTM:I|'+tt_go_buchungsid+'||'+crsinfo_b+' - '+tt_go_land+' - '+tt_go_region+' - '+productcode+' - '+sh_fr_da1+' '+sh_fr_da2+' '+sh_fr_da3+' - '+dauer_e+' - '+tt_abflugshafen_b_anzeige+' - '+tt_rueckflugshafen_b_anzeige+' - '+tt_reiseart_b+' | '+tt_go_veranstalterkuerzel+'|'+tt_tmp_prpp+'|'+tt_go_anzahl_personen);
    }

    if (this_ausgabe_vers!=""){
        document.write('UTM:I|'+tt_go_buchungsid+'|'+tt_tmp_versicherung+'||'+this_ausgabe_vers+'|Insurance||1');
    }
    document.write('</textarea>');
    document.write('</form>');
    window.setTimeout("__utmSetTrans()", 300);
}

//SmartAdserver
if (tt_go_detail == "danke"){
      //Kreditkarte
      if (tt_go_artZahlung == "1" || tt_go_artZahlung == "4") {
         if(tt_go_vorgangsnummer != "-1" && tt_go_vorgangsnummer != "")  {
          sas_tmstp=Math.round(Math.random()*10000000000);
          document.write('<img src="https://www.smartadserver.com/track/pix.asp?13698;3886;'+sas_tmstp+';[value]" width=1 height=1 border=0>');
        }
        else {
          sas_tmstp=Math.round(Math.random()*10000000000);
          document.write('<img src="https://www.smartadserver.com/track/pix.asp?13698;3887;'+sas_tmstp+';[value]" width=1 height=1 border=0>');
        }
      }
      //Reisebüro
      else if (tt_go_artZahlung == "3"){
        sas_tmstp=Math.round(Math.random()*10000000000);
        document.write('<img src="https://www.smartadserver.com/track/pix.asp?13698;3888;'+sas_tmstp+';[value]" width=1 height=1 border=0>');
      }
      //Call Center
      else if (tt_go_artZahlung == "2") {
        sas_tmstp=Math.round(Math.random()*10000000000);
        document.write('<img src="https://www.smartadserver.com/track/pix.asp?13698;3889;'+sas_tmstp+';[value]" width=1 height=1 border=0>');
      }
}

// msn 
if (tt_go_detail == "danke"){
document.write('<SCRIPT>microsoft_adcenterconversion_domainid = 191873;microsoft_adcenterconversion_cp = 5050;</script><SCRIPT SRC="https://0.r.msn.com/scripts/microsoft_adcenterconversion.js"></SCRIPT><NOSCRIPT><IMG width=1 height=1 SRC="https://191873.r.msn.com/?type=1&cp=1"/></NOSCRIPT>');
}