	//Custom survey launch for tmobile
	var survey = new VoviciWebInterceptSurvey();
	survey.NthVisitorToInvite = 5;
	survey.ExitSurveyUrl = "http://www.spasurveys.com/se.ashx?s=251137453A5BE725";
	survey.FailoverToLayerWhenPopupsBlocked = false;
	survey.AddUrlParameter('&page', document.location.href);
	survey.WatcherJavascriptUrl = 'https://clarahost.clara.net/www.spa-mr3.com/websurvey/AT/VoviciSurveyInvite.js';
	survey.CookieDomain = 't-mobile.at';
	survey.CookieDuration = '43200';
	survey.CookieValue = "1";
	survey.InviteStyle = 'layer';
	survey.SurveyPromptDivInnerHtml = ''
		+ '<div id="VoviciSurveyPrompt" style="color:#5f5f5f;position:absolute;top:170px;left:40%;width:320px;height:228px;font-family:Arial, Helvetica, sans-serif;font-size:11px;padding:0;margin:0;z-index:8000;">'
		+ '<div style="background-image:url(https://clarahost.clara.net/www.spa-mr2.com/websurvey/images/bg-image-top.gif);background-repeat:no-repeat;height:18px;"></div>'
		+ '<div style="background-image:url(https://clarahost.clara.net/www.spa-mr2.com/websurvey/images/bg-image-mid.gif);background-repeat:no-repeat;background-color:#e4e4e4;border-left:#bfbfbf 1px solid;border-right:#686868 3px solid;min-height:150px;padding:0 10px 0 20px;">'
		+ '<div style="position:relative;color:#e20074;font-size:18px;font-weight:normal;margin:0;padding:0;line-height:normal;top:-6px;">T-Mobile Besucherumfrage</div>'
		+ '<p style="margin:0;padding:6px 0 10px 0;">Sagen Sie uns bitte, was Sie von unserer Website halten</p>'
		+ '<ul style="list-style:none;list-style-type:none;list-style-image:none;margin:0;padding:0;">'
		+ '<li style="list-style:none;list-style-type:none;list-style-image:none;background-image:url(https://clarahost.clara.net/www.spa-mr2.com/websurvey/images/bullet_pink.gif);background-repeat:no-repeat;background-position:0px 5px;padding:0 0 0 10px;margin:0;">Die Befragung sollte nach Ihrem Besuch beantwortet werden</li>'
		+ '<li style="list-style:none;list-style-type:none;list-style-image:none;background-image:url(https://clarahost.clara.net/www.spa-mr2.com/websurvey/images/bullet_pink.gif);background-repeat:no-repeat;background-position:0px 5px;padding:0 0 0 10px;margin:0;">Die Beantwortung sollte weniger als 5 Minuten in Anspruch nehmen</li>'
		+ '<li style="list-style:none;list-style-type:none;list-style-image:none;background-image:url(https://clarahost.clara.net/www.spa-mr2.com/websurvey/images/bullet_pink.gif);background-repeat:no-repeat;background-position:0px 5px;padding:0 0 0 10px;margin:0;">Ihre Antworten helfen bei der Verbesserung der Website</li>'
		+ '<li style="list-style:none;list-style-type:none;list-style-image:none;background-image:url(https://clarahost.clara.net/www.spa-mr2.com/websurvey/images/bullet_pink.gif);background-repeat:no-repeat;background-position:0px 5px;padding:0 0 0 10px;margin:0;">Ihre Antworten werden vollkommen anonym behandelt</li>'
		+ '</ul>'
		+ '<p style="margin:0;padding:14px 0 0 0;">'
		+ '<button id="VoviciSurveyPromptYesButton" onclick="survey.CheckForInvite();" style="background-image:url(https://clarahost.clara.net/www.spa-mr2.com/websurvey/images/btn_survey.gif);background-repeat:no-repeat;height:23px;width:100px;color:#ffffff;font-size:10px;font-weight:bold;border:none;margin-right:10px;">Ja</button>'
		+ '<button id="VoviciSurveyPromptNoButton" style="background-image:url(https://clarahost.clara.net/www.spa-mr2.com/websurvey/images/btn_survey.gif);background-repeat:no-repeat;height:23px;width:100px;color:#ffffff;font-size:10px;font-weight:bold;border:none;">Nein</button>'
		+ '</p>'
		+ '</div>'
		+ '<div style="background-image:url(https://clarahost.clara.net/www.spa-mr2.com/websurvey/images/bg-image-bot.gif);background-repeat:no-repeat;height:17px;"></div>'
		+ '</div>';
	survey.SurveyPromptDivName = "VoviciSurveyPrompt";
	survey.SurveyPromptDivYesButtonId = "VoviciSurveyPromptYesButton";
	survey.SurveyPromptDivNoButtonId = "VoviciSurveyPromptNoButton";
	survey.SurveyPromptDivWidth = 320;
	survey.SurveyPromptDivHeight = 228;
	survey.SurveyPromptDivLeftOffset = 300;
	survey.SurveyPromptDivTopOffset = 150;
	survey.SurveyWindowWidth = 785;
	survey.SurveyWindowHeight = 700;
	survey.SurveyWindowLeftOffset = 100;
	survey.SurveyWindowTopOffset = 100;
	survey.SurveyWindowDecorationOptions = "scrollbars=yes, resizable=true, location=no, toolbar=no, menubar=no";
	survey.SurveyFrameName = "VoviciSurveyFrameOuterDiv";
    survey.SurveyInnerFrameName = "VoviciSurveyFrameInnerDiv";
    survey.SurveyDisplayFrameInnerHtml = '<div id="' + survey.SurveyFrameName + '" style="background-color:#FFFFFF;border: 1px solid #000000;width:785px; height:700px">'
                + '  <div id="' + survey.SurveyPromptDivNoButtonId + '" style="text-align:right; color: black; font: normal 10px arial, helvetica, sans-serif;"><div style="text-align:left;"> Your browser is set to block the exit survey.  Please complete the survey now </div>[Close]</div>'
                + '<div id="' + survey.SurveyInnerFrameName + '" ></div>'
                + '</div>';
	//survey.DebuggingEnabled(true);
	survey.Load();
	