function cConfigPixel()
{this.m_bCookieTracking=true;this.m_bContentSideTracking=false;this.m_nNetMindSessionTimeout=1800;this.m_bAutoparams=true;this.m_bAutosend=true;this.m_strPixelProtocol=location.href.substr(0,location.href.indexOf(":"));this.m_strPixelServer="www.allianz24.de";this.m_strPixelJSPath="/daten/2/11/nm_track.js?nm_px=as_az24";this.m_strPixelPath="/daten/2/11/nm_track.gif?nm_px=as_az24";this.m_strSIDParam="nmsid";this.m_bSIDParamDisabled=false;this.m_bSendUrl=true;this.m_bSendReferrer=true;this.m_bSendMetaTags=true;this.m_bSendTech=true;this.m_bSendUrlHash=false;this.m_bSendCGIParams=true;this.m_bUseHttpPost=false;this.m_bConvertToJSON=false;this.m_oSendCookies=new Object();this.m_oSendCookies['NETMIND_PERMSID']='nm_as_permsid';this.m_oSendCookies['NETMIND_SID']='nm_as_sid';this.m_strPostParentId=false;this.m_aMetatag=new Array();this.m_aHashParameter=new Array("test","key");this.m_oTechPlugins=new Object();this.m_oTechPlugins['Director']=false;this.m_oTechPlugins['MediaPlayer']=false;this.m_oTechPlugins['Flash']=false;this.m_oTechPlugins['RealPlayer']=false;this.m_oTechPlugins['AcroRead']=false;this.m_bDebug=false;}
function config_getSendUrlHash(){return this.m_bSendUrlHash;}
function config_getAutoParams(){return this.m_bAutoparams;}
function config_getAutoSend(){return this.m_bAutosend;}
function config_getSendUrl(){return this.m_bSendUrl;}
function config_getSendReferrer(){return this.m_bSendReferrer;}
function config_getSendMetatags(){return this.m_bSendMetaTags;}
function config_getSendTech(){return this.m_bSendTech;}
function config_getSendTechPlugin(strPlugin)
{if(this.m_oTechPlugins)
{return this.m_oTechPlugins[strPlugin];}
return false;}
function config_getSendCGIParams(){return this.m_bSendCGIParams;}
function config_getPixelUrl(){return this.m_strPixelProtocol+"://"+this.m_strPixelServer+this.getPixelPath();}
function config_getProtocol(){return this.m_strPixelProtocol;}
function config_getPixelServer(){return this.m_strPixelServer;}
function config_getPixelPath(){if(this.m_bContentSideTracking)
{return this.m_strPixelJSPath;}
else
{return this.m_strPixelPath;}}
function config_getSIDParam(){return this.m_strSIDParam;}
function config_getSIDParamDisabled(){return this.m_bSIDParamDisabled;}
function config_isCookieTracking(){return this.m_bCookieTracking;}
function config_isContentSideTracking(){return this.m_bContentSideTracking;}
function config_getSessionTimeout(){return this.m_nNetMindSessionTimeout;}
function config_getSendCookies()
{return this.m_oSendCookies;}
function config_isHttpPostEnabled()
{return this.m_bUseHttpPost;}
function config_isJSONEnabled()
{return(typeof(JSON)=='object'&&this.m_bConvertToJSON);}
cConfigPixel.prototype.isCookieTracking=config_isCookieTracking;cConfigPixel.prototype.isContentSideTracking=config_isContentSideTracking;cConfigPixel.prototype.getPixelUrl=config_getPixelUrl;cConfigPixel.prototype.getProtocol=config_getProtocol;cConfigPixel.prototype.getPixelServer=config_getPixelServer;cConfigPixel.prototype.getPixelPath=config_getPixelPath;cConfigPixel.prototype.getSIDParam=config_getSIDParam;cConfigPixel.prototype.getSIDParamDisabled=config_getSIDParamDisabled;cConfigPixel.prototype.getAutoParams=config_getAutoParams;cConfigPixel.prototype.getAutoSend=config_getAutoSend;cConfigPixel.prototype.getSendUrl=config_getSendUrl;cConfigPixel.prototype.getSendUrlHash=config_getSendUrlHash;cConfigPixel.prototype.getSendReferrer=config_getSendReferrer;cConfigPixel.prototype.getSendMetatags=config_getSendMetatags;cConfigPixel.prototype.getSendTech=config_getSendTech;cConfigPixel.prototype.getSendTechPlugin=config_getSendTechPlugin;cConfigPixel.prototype.getSendCGIParams=config_getSendCGIParams;cConfigPixel.prototype.getSessionTimeout=config_getSessionTimeout;cConfigPixel.prototype.getSendCookies=config_getSendCookies;cConfigPixel.prototype.isHttpPostEnabled=config_isHttpPostEnabled
cConfigPixel.prototype.isJSONEnabled=config_isJSONEnabled;