// set the chances of someone being offered the survey
var coa_surveyPercentage = 101;
var coa_s_sgurl = 'http://survey.alexandriava.gov/s3/SiteFeedback-0612-Website';
// http://survey.alexandriava.gov/s3/SiteFeedback-0612-Random';
var coa_s_pheight = 177;
var coa_s_pwidth = 425;
var coa_s_ptop = 0;
var coa_s_pleft = 0;
var coa_s_hwidth = 20;
var coa_s_p1 = "Take a 10-question survey to give feedback on the City of Alexandria's websites. Tell us what we're doing well and where we could use improvement, and be entered for a chance to win one of 10 "Key to the City" passes, which include admission to nine historic sites and 88 special offers at area attractions, shops, and restaurants!";
var coa_s_p2 = "Take the Survey | Maybe Later | No, Thanks ";
function coa_s_nothanks() {
coa_surveymakecookie("surveytaken","1",90);
var sobj = document.getElementById("coa_s_outer");
if ( sobj != null ) {
var sparent = sobj.parentNode;
sparent.removeChild(sobj);
}
}