	//Custom survey launch for tmobile
	var survey = new VoviciWebInterceptSurvey();
	survey.NthVisitorToInvite = 5;
	survey.ExitSurveyUrl = "http://www.spasurveys.com/se.ashx?s=2511374510C14837";
	survey.FailoverToLayerWhenPopupsBlocked = false;
	survey.AddUrlParameter('&page', document.location.href);
	survey.WatcherJavascriptUrl = 'http://www.spa-mr3.com/websurvey/telering/VoviciSurveyInvite.js';
	survey.CookieDomain = 'telering.at';
	survey.CookieDuration='43200';
	survey.CookieValue = "1";
	survey.InviteStyle = 'layer';
	survey.SurveyPromptDivInnerHtml = ''
		+ '<div id="VoviciSurveyPrompt" style="color:#5f5f5f;position:absolute;top:100px;left:500px;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(http://www.spa-mr2.com/websurvey/images/bg-image-top.gif);background-repeat:no-repeat;height:18px;"></div>'
		+ '<div style="background-image:url(http://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:#CC0000;font-size:18px;font-weight:normal;margin:0;padding:0;line-height:normal;top:-6px;">tele.ring Besucherumfrage</div>'
		+ '<p style="margin:0;padding:6px 6px 10px 0;">Sagen Sie uns bitte, was Sie von unserer Website halten</p>'
				+ '<ul style="list-style:none;list-style-type:square;margin:7px;padding-left:7px;color: #CC0000;">'
		+ '<li style="list-style:none;list-style-type:square;"><font color="#5f5f5f">Die Befragung sollte nach Ihrem Besuch beantwortet werden</font></li>'
		+ '<li style="list-style:none;list-style-type:square;"><font color="#5f5f5f">Die Beantwortung sollte weniger als 5 Minuten in Anspruch nehmen</font></li>'
		+ '<li style="list-style:none;list-style-type:square;"><font color="#5f5f5f">Ihre Antworten helfen bei der Verbesserung der Website</font></li>'
		+ '<li style="list-style:none;list-style-type:square;"><font color="#5f5f5f">Ihre Antworten werden vollkommen anonym behandelt</font></li>'
		+ '</ul>'
		+ '<p style="margin:0;padding:14px 0 0 0;">'
		+ '<button id="VoviciSurveyPromptYesButton" onclick="survey.CheckForInvite();" style="background-image:url(http://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(http://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(http://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 = 500;
	survey.SurveyPromptDivTopOffset = 100;
	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();
	