function showSurvey(){var B=location.hostname.toLowerCase();if(!readCookie("popunder")){SetCookie("popunder",1,7)}else{var A=parseInt(readCookie("popunder"));if((A==15||A==30)&&B.indexOf("atgstores")<0){displaySurvey()}SetCookie("popunder",A+1,7)}}function displaySurvey(){var E=location.hostname.toLowerCase();var D=Math.floor(Math.random()*101);var F=6;if(D<F){SetCookie("popunder",100,7);var G=document.createElement("div");G.innerHTML="Hello! <br><br><strong>Your opinion is important</strong><br> After your visit would you be willing to answer 4 quick questions?<br><br><strong>It's easy to participate</strong><br>Click the 'Yes' button below to continue your visit as intended* When done, retrieve the window remaining on your desktop and complete the brief questionnaire.<br><br> Thank you for your help!<br><br><img src='http://hi.atgimg.com/images/btn/yes.gif' width='77px' height='27px' border='0' alt='Yes' onclick='popUnder(this);		'>&nbsp;&nbsp;&nbsp;<img src='http://hi.atgimg.com/images/btn/no.gif' width='77px' height='27px' border='0' alt='No' onclick='this.parentNode.style.display=\"none\";'><br><br><span style='font-size:8pt;padding-left:0px;'>*A second window will open on your desktop if you click 'Yes'<br>Please make sure not to close that window if you wish to participate.</span><img src='http://hi.atgimg.com/images/logos/atg_stores_27.gif' style='position:absolute;top:5px;right:25px;'><img src='http://hi.atgimg.com/images/closeButton.gif' style='position:absolute;top:2px;right:2px;' onclick='this.parentNode.style.display=\"none\"'>";G.style.fontSize="9pt";G.style.width="400";G.style.height="275";G.style.borderColor="#333";G.style.borderWidth="2pt";G.style.borderStyle="solid";G.style.backgroundColor="#FFFFFF";G.style.color="#000000";G.style.position="absolute";G.style.top="100";G.style.left="-270";G.style.textAlign="left";G.style.zIndex="10";G.style.padding="10";G.id="surveyDiv";document.forms[0].appendChild(G)}}function popUnder(B){B.parentNode.style.display="none";winUnder=window.open("/survey/exit.aspx","exitSurvey","width=525,height=350");winUnder.blur();window.focus()}showSurvey();