function etGetSearch() { v_et_l = location.search; if (v_et_l!=null && v_et_l.length>0) v_et_l=v_et_l.substring(1); return v_et_l; }; function etGetPathName(){ var spl; v_et_p = location.href; if (v_et_p==null || v_et_p.length==0) v_et_p = "/"; spl = v_et_p.split("?"); v_et_p = spl[0]; spl = v_et_p.split("fielmann.de/"); v_et_p = spl[1]; return v_et_p; }; document.writeln('');