var OEWA;
function ivwTag (suffix) {
   var pixel = "Service/Unternehmenskommunikation/Unternehmenskommunikation/v1kudi/notag";
   // 2010-11-02, ml: replacing old pixel with new oewa plus pixel
   if ((suffix != undefined) && (suffix != "")) {
      if (suffix.match(/^Service\/Kundendienst/i) != undefined) {
         var suffixWithoutPixel = suffix.slice(21);
         suffix = "Service/Unternehmenskommunikation/Unternehmenskommunikation/v1kudi/" + suffixWithoutPixel;
      }
      pixel = suffix;
   }
   var server = "http://orf.oewabox.at/cgi-bin/ivw/CP/";
   OEWA=server+pixel;
   var ref = escape(document.referrer);
   if (ref.length > 1) {
      OEWA+='?r=' + ref;
   }
   document.write ("<img src=\""+OEWA+"\" height=1 width=1 border=0>");
   // 20081002, ml: added FraBo Tag
   document.write('<script type="text/javascript" src="http://orf.oewabox.at/survey.js" language="Javascript"><\/script>');
}

