function CheckURLForThanks() {

    var getData = new QueryData();
    if (getData.key1 == 'value1') {
        alert("Thank you for your interest in ExhibitView. We will email you the whitepaper and the exhibit tracking spreadsheet shortly.");
    }
}
