// GET Varaiablen auslesen ///////////////////////////////////////////////////// HTTP_GET_VARS=new Array(); strGET=document.location.search.substr(1,document.location.search.length); if(strGET!='') { gArr=strGET.split('&'); for(i=0;i1){v=vArr[1];} HTTP_GET_VARS[unescape(vArr[0])]=unescape(v); } } // GET Varaiable ermitteln ///////////////////////////////////////////////////// function GET(v) { if(!HTTP_GET_VARS[v]){return '';} return HTTP_GET_VARS[v]; } // ARRAYS ###################################################################### switch (GET('LANG')) { case "NL": ModulArray = new Array("terug","Vakanties zoeken","Zoekopties veranderen","Opslaan voor later","gemerkt","Mijn Klemboard","Kaart", "Klima","Beoordelingen"); break; default: ModulArray = new Array("zurück","Reisesuche","Suche ändern","Angebot merken","Angebot gemerkt","Ihre Merkliste","Karte", "Klima","Hotelkritiken"); break; } strGET = document.location.search.substr(1,document.location.search.length); strHost = document.location.hostname + document.location.pathname; function showZoover(giata,row) { } function showHotelRank() { document.write(''); } function header() { document.write(''); } function footer() { document.write(''); } function box1() { document.write('
'); document.write('
'); }