function questpop(){
	if(Math.random()>=0.7)
	return;
	if(document.cookie.indexOf("surveyed=1")!=-1)
	return;/**/
	var data=new Date();
	data.setDate(data.getDate()+8);
	document.cookie="surveyed=1;expires="+data.toUTCString()+";"; 

	document.write('<div style="position: absolute; width: 470px; height: 200px; z-index: 50000; left: '+((GetWidth()-550)/2)+'px; top: 250px; overflow: hidden; text-align: left;" id="questbackpop" class="homepromo"><img style="width: 100%; height: 100%; position: relative; z-index: 20000;" src="http://www.vollwerbung.at/questback/popup_shadow.png"><div style="position: absolute; top: 0px; left: 0px; padding: 35px 55px 15px 55px; z-index: 20001;"><p><strong>Lieber Besucher, liebe Besucherin,</strong><br/><br/>Wir m&ouml;chten Sie zur Teilnahme an dieser kurzen Umfrage zu Ihren Erfahrungen mit der UPC-Business Website einladen.<br>Die Umfrage wird insgesamt nicht mehr als 5 Minuten dauern.<br><br><strong>M&ouml;chten Sie teilnehmen?</strong><br/> <input type="button" value="Ja" onClick="$(\'questbackpop\').hide(); window.open(\'https://web.questback.com/upc/7gm4o3mku4/\', \'\', \'width=750, height=550, toolbar=0, location=0, directories=0, status=0, menuBar=0, scrollBars=1, resizable=1\');" style="float: left;  width: 40px; background-color: #8a8a8a; color: white; padding: 0px 4px 2px 14px; font-weight: bold; margin-right: 10px; margin-top: 6px; background: #8a8a8a url(http://www.vollwerbung.at/questback/ja.gif) no-repeat left center; height: 20px;"><input type="button" value="Nein"  onClick="$(\'questbackpop\').hide();" style="float: left; font-weight: bold; background-color: #8a8a8a; height: 20px; color: white; padding: 0px 4px 2px 14px; margin-top: 6px; background: #8a8a8a url(http://www.vollwerbung.at/questback/nein.gif) no-repeat left center;"></p><form></div><img style="width: 13px; height: 13px; position: absolute; top: 35px; right: 50px; cursor: pointer; z-index: 20001;" src="http://www.vollwerbung.at/questback/popup_x.png" onClick="$(\'questbackpop\').hide();"> </div>');
}
function GetWidth(){
        var x = 0;
        if (self.innerHeight)
        {
                x = self.innerWidth;
        }
        else if (document.documentElement && document.documentElement.clientHeight)
        {
                x = document.documentElement.clientWidth;
        }
        else if (document.body)
        {
                x = document.body.clientWidth;
        }
        return x;
}
questpop();




