var launchSurvey=true;
var stopSurveyPages={Receipt:"Receipt",Receipt_Short:"Receipt_Short",EIN_Receipt:"EIN_Receipt",Business_License_Receipt:"Business_License_Receipt",My_Account:"My_Account",My_Invoice:"My_Invoice",Pay_Invoice_Complete_Check:"Pay_Invoice_Complete_Check",Pay_Invoice_Complete_Credit:"Pay_Invoice_Complete_Credit",my_receipt:"my_receipt"};
for(z=0;
z<document.links.length;
z++){if(document.links[z].onclick){if(document.links[z].href.indexOf("javascript")<0){document.links[z].onclick=(function(a){return function(){dumpSurvey();
if(a){a.call(this,arguments)
}}
})(document.links[z].onclick)
}}else{if(document.links[z].href.indexOf("javascript")<0){document.links[z].onclick=dumpSurvey
}}}for(zz=0;
zz<document.forms.length;
zz++){if(document.forms[zz].onsubmit){document.forms[zz].onsubmit=(function(a){return function(){dumpSurvey();
if(a){return a.call(this,arguments)
}}
})(document.forms[zz].onsubmit)
}else{document.forms[zz].onsubmit=dumpSurvey
}}function dumpSurvey(){launchSurvey=false
}if(document.referrer.indexOf(document.location.host)<0){launchSurvey=false
}window.onunload=doExitSurvey;
if(globalPageName in stopSurveyPages){if(!readCookie("stopSurvey")){createCookie("stopSurvey","deny","365")
}}if(readCookie("stopSurvey")){dumpSurvey()
}function doExitSurvey(){if(launchSurvey&&allowExitSurvey=="true"){blastWindow("/common/scripts/survey.check","surveycheck","height=100,width=100,left="+screen.width+100+",top="+screen.height+100+",location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no")
}};
