

<!DOCTYPE html>
<html lang="en">
<head>
<!--<title>Lost And Found</title>-->
<title>Lost and Found</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Chargerback, Inc." />
<meta name="csrf-token" content="1780066066.YHOhoy4K9wP1INetF2uzfdp2X5Z9v41MnpmM7ReHECo.guest:e6EeVvWlDjkkuvZy_FkTNTzHMu_WWTiRqqDaKK75ipk.LS6cXL2elDDOchhXC9rGo-OyDayyUQfx6M7ituX56rc" />

<meta name="viewport" content="width=device-width, initial-scale=1" />

<link href="/styles/datepicker.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="/styles/font-awesome.css" />

<link rel="stylesheet" href="/@materialIcons"/>

<link href="styles/w3/w3-1.81.css" rel="stylesheet" type="text/css" />
<link href="styles/reportLost.css" rel="stylesheet" type="text/css" />
<script src="/@jquery" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="styles/select2-4.0.13.css">
<script type="text/javascript" src="/scripts/Utility.js"></script>
<script type="text/javascript" src="/scripts/SecureBlobUpload.js"></script>
<script src="/js/select2-4.0.13.js"></script>
<script type="text/javascript" src="/js/exif.js"></script>
<script id="dp_js" lc="en-US" type="text/javascript" src="/js/datepicker.js?force=2"></script>



<script type="text/javascript">

    function trapFocus(id) {
        var x = document.getElementById(id);
        var focusableEls = x.querySelectorAll('a[href]:not([disabled]), button:not([disabled]), textarea:not([disabled]), input[type="text"]:not([disabled]), input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]), select:not([disabled])');
        firstFocusableEl = focusableEls[0];
        lastFocusableEl = focusableEls[focusableEls.length - 1];
        KEYCODE_TAB = 9;

        x.addEventListener('keydown', function (e) {
            var isTabPressed = (e.key === 'Tab' || e.keyCode === KEYCODE_TAB);

            if (!isTabPressed) {
                return;
            }

            if (e.shiftKey) {
                if (document.activeElement === firstFocusableEl) {
                    lastFocusableEl.focus();
                    e.preventDefault();
                }
            } else {
                if (document.activeElement === lastFocusableEl) {
                    firstFocusableEl.focus();
                    e.preventDefault();
                }
            }

        });
    }

    document.onkeydown = function (evt) {
        evt = evt || window.event;
        if (evt.keyCode == 27) {
            document.getElementById("ItemDetail").style.display = "none";
            document.getElementById("Legal").style.display = "none";
            document.getElementById('legal_links').focus();
        }
    };


    function Setfocus() {
        var e = document.getElementById("refreshed");
        if (e.value == "no") {
            e.value = "yes";
        }
        else {
            e.value = "no";
            location.reload(true);
        }
    }

    window.addEventListener("pageshow", function (event) {
        var historyTraversal = event.persisted ||
            (typeof window.performance != "undefined" &&
                window.performance.navigation.type === 2);
        if (historyTraversal) {
            // Do not display.
            // history.forward();
            // Clear display.
            location.reload(true);
        }
    });

    function handleEnter(ctrMove) {
        var ctrMove;

        if (window.event.keyCode == 13) {
            event.srcElement.blur();
        }
    }

    String.prototype.decodeHTML = function () {
        var map = { "gt": ">", "nbsp": " ", "lt": "<" /* , … */ };
        return this.replace(/&(#(?:x[0-9a-f]+|\d+)|[a-z]+);?/gi, function ($0, $1) {
            if ($1[0] === "#") {
                return String.fromCharCode($1[1].toLowerCase() === "x" ? parseInt($1.substr(2), 16) : parseInt($1.substr(1), 10));
            } else {
                return map.hasOwnProperty($1) ? map[$1] : $0;
            }
        });
    };

    function checkHREF() {
        var textData;
        var ts;
        var ok = true;
        var tdd;
        textData = document.getElementsByTagName("TEXTAREA");
        for (i = 0; i < textData.length; i++) {
            try {
                tdd = textData.item(i).value.decodeHTML().replace(/%(?![0-9][0-9a-fA-F]+)/g, '%25');
                ts = decodeURIComponent(tdd).replace(/\s/g, "").toLowerCase();
                if ((ts.indexOf("<ahref=") >= 0) || (ts.indexOf("http:") >= 0)) {
                    ok = false;
                }
            } catch (e) {
                ok = false;
            }
            if (!ok) {
                // alert("One or more fields contain invalid characters!");
                boolOK = false;
                ctlEmpty = textData[i];
                return false;
            }
        }
        return true;
    }

    var lastOG;

    function addcode() {
        var url;
        var pcitem = document.getElementById("Selectproductcode").value;

        if (pcitem == '' || pcitem == null)
            return false;

        if (document.getElementById("useSelect2").value == "True") {
            var itemdescription = document.getElementById("pctitle").value;
            var OG = document.getElementById("ogcode").value;
        } else {
            var itemdescription = document.getElementById(pcitem).text;
            var OG = document.getElementById("overgroup").value;
        }

        lastOG = OG;

        url = "CBAjax.asp?Action=AddPCCategoryTest&mFriendly=true&LorF=Lost&pc=" + pcitem + "&MatchID=" + document.getElementById("MatchID").value + "&OG=" + OG + "&LC=" + document.getElementById("languageCode").value;
        response = syncAjaxGet(url);
        if (response.indexOf("!Error|") !== 0) {
            if (response.toString().length > 2) {

                if (!(document.getElementById("useSelect2").value == "True")) {
                    //mg-edit
                    //var addmoreitems = "<br /><a href='Javascript:void(0);' onclick='ShowProductCodes();'>" + document.getElementById("addCode1").value + "&nbsp;&nbsp; <b><font style ='font-size:larger'>+</font></b></a>"
                    var addmoreitems = "<br /><a id='hrefAddItems' href='Javascript:void(0);' onclick='ShowProductCodes();'>" + document.getElementById("addCode1").value + "&nbsp;&nbsp; <b><font style ='font-size:larger'>+</font></b></a>"
                    //..mg-edit

                    document.getElementById("captionforselected").innerHTML = document.getElementById("addCode2").value + " " + addmoreitems;
                }
                document.getElementById("itemselected").innerHTML = response;
                resetPC()
            }
            else {
                return false;
            }
        } else {
            //alert("Must be bad news");
        }
    }

    function ShowProductCodes() {
        document.getElementById("ItemPicker").style.display = "block";
        document.getElementById("overgroup").focus();

    }

    function resetPC() {
        document.getElementById("overgroup").value = "";
        document.getElementById("Selectproductcode").value = "";
        document.getElementById("overgroup").focus();
    }

    function Done() {
        document.getElementById("overgroup").value = "";
        document.getElementById("Selectproductcode").value = "";
        document.getElementById("Items").focus();
    }

    function SelectPC() {
        var pc = document.getElementById("Selectproductcode").value;
        document.getElementById("ProductCode").value = pc;
        if (pc == "68" && (document.getElementById("CustomerID").value == "14722" || document.getElementById("CustomerID").value == "17349" || document.getElementById("likeWestJet").value == "True")) {
            /* RM, 8/29/18; Air Canada does not want Passports filed.  We need to prevent item from being added when we raise the alert */
            //GetCurrentItemSQLID();
            document.getElementById("currentItemSQLID").value = "";
            LoadPop();
            OpenPop();
            PassportAirCanada(pc);
            resetPC()
            pc = "";
            document.getElementById("ProductCode").value = pc;
            return false;
        }

        var pcExists = false;
        $("#itemselected ").find("[id^=pc]").each(function () {
            console.log($(this).attr("id") + "=" + $(this).data("pc"))
            if ($(this).data("pc") == pc) {
                pcExists = true;
                $("#PCExistsID").val($(this).attr("id").substr(2, $(this).attr("id").length - 2));
                return false;
            }
        });

        if (pcExists) {
            $("#spPCExists").html($("#pctitle").val());
            $("#spPCExists2").html($("#pctitle").val());
            $("#DupPCMessage").show();
        } else {
            PCAddNew();
        }
    }

    function PCAddNew() {
        var pc = document.getElementById("Selectproductcode").value;
        $("#DupPCMessage").hide();
        $("#overgroup").val("").trigger("change");
        printDebug("CBEmbed", "Before addCode");
        addcode();
        printDebug("CBEmbed", "Before GetCurrentItemSQLID");

        var url = "CBAjax.asp?Action=getCurrentSQLID&MatchID=" + document.getElementById("MatchID").value;
        try {
            dum = asyncAjaxGet(url, function (resp) {
                sresp = resp.split("|");
                if (sresp[0] == "!Error") {
                    printDebug("GetCurrentItemSQLID_A() Failure: " + e);
                } else {
                    document.getElementById("currentItemSQLID").value = sresp[0];
                    printDebug("CBEmbed, currentItemSQLID", document.getElementById("currentItemSQLID").value);
                    LoadPop();
                    OpenPop();
                    $("#ItemDetail").find(".w3-closebtn").unbind("click").on("click", function () { closeAndDeleteCode() })
                    updateItemDescriptions();
                    if ($("#likeWestJet").val() != "True" || pc == "306") CheckForLiquor(pc);
                    CheckCustomAppend(pc);
                    document.getElementById("closeItemDialog").focus();
                }
            });
        } catch (e) {
            printDebug("GetCurrentItemSQLID_A() Failure: " + e);
        }
        //GetCurrentItemSQLID();
    }

    function dupPCEdit() {
        $("#DupPCMessage").hide();
        selectorReset();
        $("#overgroup").val("").trigger("change");
        EditPop($("#PCExistsID").val());
        return false;
    }

    function dupPCClose() {
        selectorReset();
        $("#overgroup").val("").trigger("change");
        $("#DupPCMessage").hide();
    }

    function updateItemDescriptions() {
        var url;
        if ($("#allowFullLostReportEdit").val() == "True") {
            url = "CBAjax.asp?Action=getCurrentDescriptionSetEdit&MatchID=" + document.getElementById("MatchID").value + "&LC=" + document.getElementById("languageCode").value + "&CustomerID=" + document.getElementById("CustomerID").value;
            var response = syncAjaxGet(url)

            if (response.toString().length > 0) {
                //alert(response);
                document.getElementById("itemselected").innerHTML = response;
            }
            else {
                //alert("Must be bad news");
                return false;
            }
        }

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }
        url = "CBAjax.asp?Action=getCurrentDescriptionSet&MatchID=" + document.getElementById("MatchID").value + "&LC=" + document.getElementById("languageCode").value;

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 0) {
                //alert(response);
                document.getElementById("Items").value = response;
            }
            else {
                //alert("Must be bad news");
                return false;
            }
        }
        else {
            //alert("Must be super bad news");
        }


    }

    async function GetCurrentItemSQLID_F() {
        const url = "CBAjax.asp?Action=getCurrentSQLID&MatchID=" + document.getElementById("MatchID").value;
        const oresp = await fetch(url);
        const resp = await oresp.text();
        if (resp.length > 0) {
            document.getElementById("currentItemSQLID").value = resp;
        }
    }

    function GetCurrentItemSQLID_A() {
        var url = "CBAjax.asp?Action=getCurrentSQLID&MatchID=" + document.getElementById("MatchID").value;
        try {
            dum = asyncAjaxGet(url, function (resp) {
                sresp = resp.split("|");
                if (sresp[0] == "!Error") {
                    printDebug("GetCurrentItemSQLID_A() Failure: " + e);
                } else {
                    document.getElementById("currentItemSQLID").value = sresp[0];
                }
            });
        } catch (e) {
            printDebug("GetCurrentItemSQLID_A() Failure: " + e);
        }
    }

    function GetCurrentItemSQLID() {
        var url;
        var response;

        if (document.getElementById("isRob").value == "True") {
            GetCurrentItemSQLID_A();
        } else {
            if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
                xmlhttp = new XMLHttpRequest();
            }
            else {// code for IE6, IE5
                xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
            }

            url = "CBAjax.asp?Action=getCurrentSQLID&MatchID=" + document.getElementById("MatchID").value;
            printDebug("getCurrentSQLID Ajax URL", url);

            xmlhttp.open("GET", url, false);
            xmlhttp.send();

            if (xmlhttp.status == 200) {
                response = xmlhttp.responseText;
                //printDebug("getCurrentSQLID Ajax response", response);
                if (response.toString().length > 0) {
                    document.getElementById("currentItemSQLID").value = response;
                }
                else {
                    //printDebug("getCurrentSQLID Ajax response EMPTY", response.toString());
                    return false;
                }
            }
            else {
                printDebug("getCurrentSQLID xmlhttp error, status = " + xmlhttp.status + ", response", xmlhttp.responseText);
                location.reload();
                //document.getElementById("currentItemSQLID").value = "0";
                //alert("Must be super bad news");
            }
        }
    }

    function LoadPop() {
        var url;

        var currentLostSQLID = document.getElementById("currentItemSQLID").value;
        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=LoadPop&fromLost=true&PC=" + document.getElementById("ProductCode").value + "&currentLostSQLID=" + currentLostSQLID + "&CustomerID=" + document.getElementById("CustomerID").value + "&MatchID=" + document.getElementById("MatchID").value + "&LC=" + document.getElementById("languageCode").value + ($("#allowFullLostReportEdit").val() == "True" ? "&showAddImage=true" : "");

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 0) {
                //alert(response);
                document.getElementById("itemAdditionalInfo").innerHTML = response;
            }
            else {
                //alert("Must be  bad news");
                return false;
            }
        }
        else {
            //alert("Must be super bad news!!");
        }

    }

    function OpenLegalPop(doc) {
        var url;
        var currentLostSQLID = document.getElementById("currentItemSQLID").value;

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=LoadLegalPop&doc=" + doc + "&CustomerID=" + document.getElementById("CustomerID").value + "&LC=" + document.getElementById("languageCode").value;

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 0) {
                //alert(response);
                document.getElementById("LegalInfo").innerHTML = response;
                if (doc == "CBTerms") {
                    document.getElementById("modalLabelL").innerHTML = document.getElementById("TCLabel1").value;
                } else {
                    document.getElementById("modalLabelL").innerHTML = document.getElementById("PrivLabel1").value;
                }
                document.getElementById("Legal").style.display = "block";
                document.getElementById("LegalScroll").scrollTop = 0;
                document.getElementById("closeLegalDialog").focus();
                trapFocus("Legal");
            }
            else {
                //alert("Must be  bad news");
                var url = ((doc == "CBTerms") ? "/terms.asp" : "/privacy.asp") + "?languageCode=" + document.getElementById("languageCode").value;
                window.open(url);
                return false;
            }
        }
        else {
            //alert("Must be super bad news!!");
        }

    }

    function OpenPop() {
        document.getElementById("SaveItemDetails").innerHTML = document.getElementById("SaveItemDetails1").value;

        // Rob, 4/6/18; Restore behavior on this button, and the label, in case they were changed by the "Other" product code warning or something similar.
        //document.getElementById("SaveItemDetails").setAttribute("onclick", "document.getElementById('ItemDetail').style.display = 'none'");
        //document.getElementById("SaveItemDetails").removeAttribute('onclick');
        //document.getElementById("SaveItemDetails").setAttribute("onclick", "UpdatePopItemData();");
        $("#SaveItemDetails").unbind("click").on("click", function () { UpdatePopItemData(); });
        document.getElementById("modalLabel").innerHTML = document.getElementById("MyModalLabel1").value;

        document.getElementById("ItemDetail").style.display = "block";
    }

    function EditPop(sqlid) {
        getPCofSqlid(sqlid);
        getOGofSqlid(sqlid);
        document.getElementById("currentItemSQLID").value = sqlid;
        var pc = document.getElementById("ProductCode").value;
        LoadPop();
        OpenPop();
        $("#ItemDetail").find(".w3-closebtn").unbind("click").on("click", function () { $("#ItemDetail").hide(); })
        CheckCustomAppend(pc);
        document.getElementById("closeItemDialog").focus();
    }

    function toggleImageDiv(matchID) {
        var wasShowing = $("#dmimg-" + matchID).is(":visible");
        $(".itemImages").each(function () {
            $(this).hide();
        });
        if (!wasShowing) {
            $("#dmimg-" + matchID).show();
        }
    }

    function getPCofSqlid(sqlid) {
        var url;

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=GetPCfromSQLID&SQLID=" + sqlid;

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 0) {
                //document.getElementById("Category").innerHTML=response;
                document.getElementById("ProductCode").value = response;
            }
            else {
                //alert("200");
                return false;
            }
        }
        else {
            // alert("500");
        }
    }

    function getOGofSqlid(sqlid) {
        var url;

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=GetOGfromSQLID&SQLID=" + sqlid;

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 0) {
                //document.getElementById("Category").innerHTML=response;
                lastOG = response;
            }
            else {
                //alert("200");
                lastOG = ""
                return false;
            }
        }
        else {
            lastOG = ""
            // alert("500");
        }
    }



    function UpdatePopItemData() {
        var url;
        var currentLostSQLID = document.getElementById("currentItemSQLID").value;

        //document.getElementById("SaveItemDetails").innerHTML="<img src='images/prgress.gif'/>";

        if (checkHREF()) {
            if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
                xmlhttp = new XMLHttpRequest();
            }
            else {// code for IE6, IE5
                xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
            }

            var intcolor;
            if (document.getElementById("itemColor")) {
                intcolor = document.getElementById("itemColor").value;
            }
            else {
                intcolor = 0;
            }

            var intcasecolor;
            if (document.getElementById("itemCaseColor")) {
                intcasecolor = document.getElementById("itemCaseColor").value;
            }
            else {
                intcasecolor = 0;
            }

            var intbrand;
            if (document.getElementById("itemBrand")) {
                intbrand = document.getElementById("itemBrand").value;
            }
            else {
                intbrand = 0;
            }

            var intmaterial;
            if (document.getElementById("itemMaterial")) {
                intmaterial = document.getElementById("itemMaterial").value;
            }
            else {
                intmaterial = 0;
            }

            var intcustomdd;
            if (document.getElementById("itemCustom")) {
                intcustomdd = document.getElementById("itemCustom").value;
            }
            else {
                intcustomdd = 0;
            }

            var strdescription;
            if (document.getElementById("itemNote")) {
                strdescription = document.getElementById("itemNote").value;
                if ($("#CustomerID").val() == "15005" && strdescription.length < 10) {
                    alert("Please enter more descriptive text for this item.");
                    $("#itemNote").focus();
                    return false;
                }
            }
            else {
                strdescription = "";
            }

            if (($("#CustomerID").val() == "14677" || $("#CustomerID").val() == "14678") && strdescription == "") {
                alert("Please enter a description of this item.");
                $("#itemNote").focus();
                return false;
            }

            var strSerialNumber;
            if (document.getElementById("itemSerialnumber")) {
                strSerialNumber = document.getElementById("itemSerialnumber").value;
                if (/[^0-9a-zA-Z]/.test(strSerialNumber)) {
                    alert(document.getElementById("Alert1").value);
                    //document.getElementById("SaveItemDetails").innerHTML = saved;
                    return;
                }
            }
            else {
                strSerialNumber = "";
            }

            var strCurrencyAmount;
            if (document.getElementById("itemCurrencyAmount")) {
                strCurrencyAmount = document.getElementById("itemCurrencyAmount").value;
                if (strCurrencyAmount == "") {
                    strCurrencyAmount = "0.00"
                } else {
                    if (!/^(\.[0-9]{1,2}|[0-9]+\.?[0-9]{0,2})$/.test(strCurrencyAmount)) {
                        alert("Currency amount must be numbers and \".\" only!  No more than one \".\" should be present, and it should be followed by no more than 2 numbers.\n\n.50, 0.50, 99, and 99.1 are OK.\n\n100.10., ABC, and 10..20 are not.\n\nPlease check your currency amount and try again.");
                        //document.getElementById("SaveItemDetails").innerHTML = saved;
                        return;
                    }
                }
            }
            else {
                strCurrencyAmount = "0.00";
            }

            if ($("#CustomerID").val() == "16650") {
                var strEstValue;
                if (document.getElementById("idEstValue")) {
                    strEstValue = document.getElementById("idEstValue").value;

                    if (strEstValue == "") {
                        strEstValue = "0.00"
                    }
                }
                else {
                    strEstValue = "0.00";
                }
                //Rob, 4/23/18; Note replacement of Tilde character in strDescription with a unicode version of same.  Prevents IIS issues downstream.
                url = "CBAjax.asp?Action=UpdatePop&fromLost=true&PC=" + document.getElementById("ProductCode").value + "&currentLostSQLID=" + currentLostSQLID + "&CustomerID=" + document.getElementById("CustomerID").value + "&MatchID=" + document.getElementById("MatchID").value + "&intcolor=" + intcolor + "&intcasecolor=" + intcasecolor + "&intbrand=" + intbrand + "&intmaterial=" + intmaterial + "&intcustomdd=" + intcustomdd + "&strdescription=" + encodeURIComponent(strdescription).replace(/~/g, "\u02DC").replace(/%3E/gi, "\u02C3") + "&strSerialNumber=" + strSerialNumber + "&strCurrencyAmount=" + strCurrencyAmount + "&idEstValue=" + strEstValue;
            } else {
                url = "CBAjax.asp?Action=UpdatePop&fromLost=true&PC=" + document.getElementById("ProductCode").value + "&currentLostSQLID=" + currentLostSQLID + "&CustomerID=" + document.getElementById("CustomerID").value + "&MatchID=" + document.getElementById("MatchID").value + "&intcolor=" + intcolor + "&intcasecolor=" + intcasecolor + "&intbrand=" + intbrand + "&intmaterial=" + intmaterial + "&intcustomdd=" + intcustomdd + "&strdescription=" + encodeURIComponent(strdescription).replace(/~/g, "\u02DC").replace(/%3E/gi, "\u02C3") + "&strSerialNumber=" + strSerialNumber + "&strCurrencyAmount=" + strCurrencyAmount;
            }

            response = syncAjaxGet(url);
            if (response.indexOf("!Error|") !== 0) {

                if (response.toString().length > 2) {
                    document.getElementById("SaveItemDetails").innerHTML = document.getElementById("SaveItemDetails2").value;
                    updateItemDescriptions();
                    if ($("#showAddImageCB").is(":checked")) toggleImageDiv($("#currentItemSQLID").val());
                    if (document.getElementById("useSelect2").value != "True") document.getElementById("ItemPicker").style.display = "none";
                    document.getElementById("ItemDetail").style.display = "none";
                    if ($("#CustomerID").val() == "16650") {
                        $("#mta-addItems").show();
                    }
                }
                else {
                    //alert("Must be  bad news");
                    return false;
                }
            } else {
                //alert("Must be super bad news!");
            }
        } else {
            alert(document.getElementById("Alert2").value);
        }
        //mg-edit:  Send focus to Date of Loss field when Item Detail modal closes.
        //if (document.getElementById("hrefAddItems")) { document.getElementById("hrefAddItems").focus() };
        if (!$("#showAddImageCB").is(":checked")) {
            if (document.getElementById("flightnumber")) {
                document.getElementById("flightnumber").focus()
            } else {
                if (document.getElementById("LostDate")) { document.getElementById("LostDate").focus() };
            }
        }
        //..mg-edit
    }

    function AddNextItem() {
        document.getElementById("overgroup").focus();
    }

    function AutoClassify() {
        var url;

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=Autoclassify&fromLost=true&itemdescription=" + document.getElementsByName("Items").item(0).value + "&MatchID=" + document.getElementById("MatchID").value;

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 2) {
                document.getElementById("Category").innerHTML = response;
            }
            else {
                return false;
            }
        }
        else {
            //alert("Must be bad news");
        }
    }

    function deletecode(sqlid) {
        var url;

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=DeleteMatchCode&sqlid=" + sqlid;

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 2) {
                document.getElementById("pc" + sqlid).style.display = "none";
                updateItemDescriptions();
            }
            else {
                return false;
            }
        }
        else {
            //alert("");
        }
    }

    function loadproductcode() {

        CheckForOther();
        var url;

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=ShowProductCode&OverGroup=" + document.getElementById("overgroup").value + "&showstyle=" + encodeURIComponent(document.getElementById("showstyle").value) + "&LanguageCode=" + document.getElementById("languageCode").value + "&customerID=" + document.getElementById("CustomerID").value;

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 2) {
                document.getElementById("pc").innerHTML = response;
            }
            else {
                return false;
            }
        }
        else {
            //alert("");
        }
    }

    function Checkproductcode() {
        var url;
        var pcitem;
        var matchID = document.getElementById("MatchID").value;

        if (document.getElementById("Selectproductcode")) {
            pcitem = document.getElementById("Selectproductcode").value;
        }
        else {
            pcitem = "0";
            alert(document.getElementById("Alert3").value);
            document.getElementById("overgroup").focus();
            return false;
        }

        if (matchID == '' || matchID == null)
            return false;

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=Checkproductcode&MatchID=" + matchID;

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 0) {
                document.getElementById("Items").value = document.getElementById("Items").value + response;
            }
            else {
                if (pcitem == "0") {
                }
                else {
                    alert(document.getElementById("Alert3").value);
                    document.getElementById("overgroup").focus();
                    return false;
                }
            }
        }
        else {
            //alert("");
        }
        var isRob = (document.getElementById("isRob").value == "True")
        if (document.getElementById("CustomerID").value == "16650") {
            document.getElementById("MTAShipMessage").style.display = "block";
            return false;
        } else {
            return SaveItem()
        }
    }

    function SaveItem() {
        if (checkHREF()) {
            document.getElementById("Status").value = 1;
            $("#progress").show();
            setTimeout(function () {
                document.PostItem.submit();
                return true;
            }, 500)
        } else {
            alert(document.getElementById("Alert4").value);
            return false;
        }
    }

    function showError(showerror) {
        document.getElementById("errorhd").innerHTML = "<span id='errortxt'><span id='Info3'><span style='color:#C30019;'>" + document.getElementById("ctInfo3Error").value + "</span></span><div class='c-fs c-fc' id='errinfo' tabindex='-1'>" + showerror + "</div><span class='c-fc c-fs' id='Info'>" + document.getElementById("ctInfo1Error").value + "</span>";
    }

    function CheckNotInList() {
        var url;
        var pcitem;

        if (document.getElementById("Selectproductcode"))
            pcitem = document.getElementById("Selectproductcode").value;
        else
            return true;

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=CheckproductcodeNotInList&MatchID=" + document.getElementById("MatchID").value;

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 0) {
                alert(document.getElementById("Alert5").value);
                EditPop(response);
                return false;
            }
            else {
                return true;
            }
        }
        else {
            return true;
        }
    }


    function CheckRequired(btn) {
        var pass = true;
        var strlink = "";
        var errorcounter = 0;

        //mg-edit
        var firsterrorelement = null;

        if (CheckNotInList()) {
        }
        else {
            btn.disabled = false;
            return false;
        }

        x = document.getElementById("LostDate").value;
        xinput = Date.parse(x.replace("-", "/")); /* Doing this for Safari, which is not parsing MM-DD-YYYY */

        if (x == null || x == "") {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("LostDate");
            }

            document.getElementById("LostDate").className = "errorhighlight";
            document.getElementById("ct2").className = "errortitle";
            document.getElementById("ct2aError").style.display = "block";

            strlink = strlink + "<li>" + document.getElementById("ct2aError").textContent + "</li>";

            errorcounter = errorcounter + 1;
        }
        else if (xinput > Date.now() || isNaN(xinput)) {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("LostDate");
            }

            document.getElementById("LostDate").className = "errorhighlight";
            document.getElementById("ct2").className = "errortitle";
            document.getElementById("ct2bError").style.display = "block";

            strlink = strlink + "<li>" + document.getElementById("ct2bError").textContent + "</li>";

            errorcounter = errorcounter + 1;

            window.alert(document.getElementById("ct2bError").textContent + ' ' + x);
        }
        else {
            document.getElementById("LostDate").className = "c-inp c-ifc w8em format-m-d-y highlight-days-67 range-low-20081202";
            document.getElementById("ct2").className = "ship c-fc c-fs";
            document.getElementById("ct2aError").style.display = "none";
            document.getElementById("ct2bError").style.display = "none";
        }

        if (document.getElementById("CustomDD_1")) {
            var y = document.getElementById("CustomDD_1").value;

            if (y == null || y == "") {
                pass = false;
                //mg-edit
                if (firsterrorelement == null) {
                    firsterrorelement = document.getElementById("CustomDD_1");
                }

                if ($("#useSelect2ForLocationDD").val() == "True") {
                    $("#select2-CustomDD_1-container").addClass("errorhighlightS2");
                } else {
                    document.getElementById("CustomDD_1").className = "errorhighlight";
                }
                document.getElementById("ct3").className = "errortitle";
                document.getElementById("ct3Error").style.display = "block";

                strlink = strlink + "<li>" + document.getElementById("ct3Error").textContent + "</li>";
                errorcounter = errorcounter + 1;

            } else {
                if ($("#useSelect2ForLocationDD").val() == "True") {
                    $("#select2-CustomDD_1-container").removeClass("errorhighlightS2");
                } else {
                    document.getElementById("CustomDD_1").className = "ship c-fc c-fs";
                }
                document.getElementById("ct3").className = "ship c-fc c-fs";
                document.getElementById("ct3Error").style.display = "none";
            }
        }

        x = document.getElementById("ct6").value;

        if (x == null || x == "") {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("ct6");
            }

            document.getElementById("ct6").className = "errorhighlight";
            document.getElementById("ct5").className = "errortitle";
            document.getElementById("ct5Error").style.display = "block";

            strlink = strlink + "<li>" + document.getElementById("ct5Error").textContent + "</li>";
            errorcounter = errorcounter + 1;
        } else {
            document.getElementById("ct6").className = "c-ifc w3-col s12";
            document.getElementById("ct5").className = "ship c-fc c-fs";
            document.getElementById("ct5Error").style.display = "none";
        }

        var x = document.getElementById("FirstName").value;

        if (x == null || x == "") {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("FirstName");
            }

            document.getElementById("FirstName").className = "errorhighlight";
            document.getElementById("ct7").className = "errortitle";
            document.getElementById("ct7Error").style.display = "block";

            strlink = strlink + "<li>" + document.getElementById("ct7Error").textContent + "</li>";
            errorcounter = errorcounter + 1;
        } else {
            document.getElementById("FirstName").className = "c-inp c-ifc";
            document.getElementById("ct7").className = "ship c-fc c-fs";
            document.getElementById("ct7Error").style.display = "none";
        }

        var x = document.getElementById("LastName").value;

        if (x == null || x == "") {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("LastName");
            }

            document.getElementById("LastName").className = "errorhighlight";
            document.getElementById("ct8").className = "errortitle";
            document.getElementById("ct8Error").style.display = "block";

            strlink = strlink + "<li>" + document.getElementById("ct8Error").textContent + "</li>";
            errorcounter = errorcounter + 1;
        } else {
            document.getElementById("LastName").className = "c-inp c-ifc";
            document.getElementById("ct8").className = "ship c-fc c-fs";
            document.getElementById("ct8Error").style.display = "none";
        }

        var x = document.getElementById("phonenumber").value;

        if (x == null || x == "") {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("phonenumber");
            }

            document.getElementById("phonenumber").className = "errorhighlight";
            document.getElementById("ct9").className = "errortitle";
            document.getElementById("ct9Error").style.display = "block";

            strlink = strlink + "<li>" + document.getElementById("ct9Error").textContent + "</li>";
            errorcounter = errorcounter + 1;
        } else {
            document.getElementById("phonenumber").className = "c-inp c-ifc";
            document.getElementById("ct9").className = "ship c-fc c-fs";
            document.getElementById("ct9Error").style.display = "none";
        }

        if ($("#_1").is(":visible") && $("#_2").is(":visible")) {
            if (!($("#_1").is(":checked") || $("#_2").is(":checked"))) {
                pass = false;
                if (firsterrorelement == null) {
                    firsterrorelement = document.getElementById("txtmsgFS");
                }

                document.getElementById("txtmsgFS").className = "errorhighlight";
                document.getElementById("ct9TError").style.display = "block";
                $("#_2").focus();
                strlink = strlink + "<li>" + document.getElementById("ct9TError").textContent + "</li>";
                errorcounter = errorcounter + 1;
            } else {
                document.getElementById("phonenumber").className = "";
                document.getElementById("ct9TError").style.display = "none";
            }
        }

        var x = document.getElementById("Email").value;

        if (x == null || x == "") {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("Email");
            }

            document.getElementById("Email").className = "errorhighlight";
            document.getElementById("ct10").className = "errortitle";
            document.getElementById("ct10Error").style.display = "block";

            strlink = strlink + "<li>" + document.getElementById("ct10Error").textContent + "</a></li>";
            errorcounter = errorcounter + 1;
        } else {
            document.getElementById("Email").className = "c-inp c-ifc";
            document.getElementById("ct10").className = "ship c-fc c-fs";
            document.getElementById("ct10Error").style.display = "none";
        }

        var x = document.getElementById("Email2").value;

        if (x == null || x == "") {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("Email2");
            }

            document.getElementById("Email2").className = "errorhighlight";
            document.getElementById("ct148").className = "errortitle";
            document.getElementById("ct148Error").style.display = "block";

            strlink = strlink + "<li>" + document.getElementById("ct148Error").textContent + "</li>";
            errorcounter = errorcounter + 1;
        } else {
            document.getElementById("Email2").className = "c-inp c-ifc";
            document.getElementById("ct148").className = "ship c-fc c-fs";
            document.getElementById("ct148Error").style.display = "none";
        }

        //var x = document.getElementById("phonenumber").value;

        //if (x == null || x == "")
        //{
        //    pass=false;
        //    //mg-edit
        //    if (firsterrorelement == null) {
        //        firsterrorelement = document.getElementById("phonenumber");
        //    }

        //    document.getElementById("phonenumber").className = "errorhighlight";
        //    document.getElementById("ct9").className="errortitle";
        //    document.getElementById("ct9Error").style.display="block";

        //    strlink = strlink + "<li>" + document.getElementById("ct9Error").textContent + "</li>";
        //    errorcounter = errorcounter + 1;
        //} else {
        //    document.getElementById("phonenumber").className="c-inp c-ifc";
        //    document.getElementById("ct9").className="ship c-fc c-fs";
        //    document.getElementById("ct9Error").style.display="none";
        //}

        if (document.getElementById("CellProvider")) {
            var cell = document.getElementById("CellProvider").value;

            if (cell == null || cell == "") {
                pass = false;
                //mg-edit
                if (firsterrorelement == null) {
                    firsterrorelement = document.getElementById("CellProvider");
                }


                document.getElementById("CellProvider").className = "errorhighlight";
                var cellproviderlist = document.getElementById("CellProviders").innerHTML;
                document.getElementById("CellProviders").innerHTML = cellproviderlist;
                document.getElementById("cellproviderError").style.display = "block";

                strlink = strlink + "<li>" + document.getElementById("CellProvider1").value + "</li>";
                errorcounter = errorcounter + 1;
            } else {
                document.getElementById("CellProvider").className = "c-inp c-ifc";
            }
        }

        var x = document.getElementById("Street").value;
        var y = document.getElementById("CustomerID").value;

        if (y == "18565" || y == "18566") { } else {
            if (x == null || x == "") {
                pass = false;
                //mg-edit
                if (firsterrorelement == null) {
                    firsterrorelement = document.getElementById("Street");
                }

                document.getElementById("Street").className = "errorhighlight";
                document.getElementById("ct11").className = "errortitle";
                document.getElementById("ct11Error").style.display = "block";

                strlink = strlink + "<li>" + document.getElementById("ct11Error").textContent + "</li>";
                errorcounter = errorcounter + 1;
            } else {
                document.getElementById("Street").className = "c-inp c-ifc";
                document.getElementById("ct11").className = "ship c-fc c-fs";
                document.getElementById("ct11Error").style.display = "none";
            }

            var allAddress = document.getElementById("Street").value + ", " + document.getElementById("Address2").value;
            if ((document.getElementById("fedexInUse").value == "True" || document.getElementById("offersUPS").value == "True") && /(?:P(?:ost(?:al)?)?[\.\-\s]*(?:(?:O(?:ffice)?[\.\-\s]*)?B(?:(o|x|ox)|in|\b|\d)|o(?:ffice|\b)(?:[-\s]*\d)|code)|box[-\s\b]*\d)/i.test(allAddress)) {
                if (!confirm("PO Box detected in shipping address!\n\nFedex and UPS do not deliver to PO Boxes, so this may complicate the return of your item should it be recovered.\n\nClick OK to use this address or Cancel to change it.")) {
                    document.getElementById("Street").className = "errorhighlight";
                    document.getElementById("Address2").className = "errorhighlight";
                    document.getElementById("Street").focus();
                    pass = false;
                    //mg-edit
                    if (firsterrorelement == null) {
                        firsterrorelement = document.getElementById("Street");
                    }

                }
            }

            var x = document.getElementById("City").value;

            if (x == null || x == "") {
                pass = false;
                //mg-edit
                if (firsterrorelement == null) {
                    firsterrorelement = document.getElementById("City");
                }

                document.getElementById("City").className = "errorhighlight";
                document.getElementById("ct12").className = "errortitle";
                document.getElementById("ct12Error").style.display = "block";

                strlink = strlink + "<li>" + document.getElementById("ct12Error").textContent + "</li>";
                errorcounter = errorcounter + 1;
            } else {
                document.getElementById("City").className = "c-inp c-ifc";
                document.getElementById("ct12").className = "ship c-fc c-fs";
                document.getElementById("ct12Error").style.display = "none";
            }

            var y = document.getElementById("Country").value;
            if (document.getElementById("StateLabel").style.display == "inline") {
                if (y == "CA") {
                    checkstate();
                }
                var x = document.getElementById("State").value;
            } else if (document.getElementById("ProvinceLabel").style.display == "inline") {
                if (y == "US") {
                    checkstate();
                }
                var x = document.getElementById("Province").value;
            } else {
                var x = document.getElementById("State").value;
            }

            if (x == null || x == "" || ((y == "US" || y == "CA") && x == "INTN")) {
                pass = false;
                //mg-edit
                if (firsterrorelement == null) {
                    firsterrorelement = document.getElementById("State");
                }


                if (document.getElementById("StateLabel").style.display == "inline") {
                    document.getElementById("State").className = "errorhighlight";
                    document.getElementById("StateLabel").className = "errortitle";
                    document.getElementById("ct13aError").style.display = "block";

                    strlink = strlink + "<li>" + document.getElementById("ct13aError").textContent + "</li>";
                }
                else {
                    document.getElementById("Province").className = "errorhighlight";
                    document.getElementById("ProvinceLabel").className = "errortitle";
                    document.getElementById("ct13bError").style.display = "block";

                    strlink = strlink + "<li>" + document.getElementById("ct13bError").textContent + "</li>";
                }

                errorcounter = errorcounter + 1;
            } else {
                if (document.getElementById("StateLabel").style.display == "inline") {
                    document.getElementById("State").className = "c-inp c-ifc";
                    document.getElementById("StateLabel").className = "ship c-fc c-fs";
                    document.getElementById("ct13aError").style.display = "none";
                }
                else {
                    document.getElementById("Province").className = "c-inp c-ifc";
                    document.getElementById("ProvinceLabel").className = "ship c-fc c-fs";
                    document.getElementById("ct13bError").style.display = "none";
                }
            }

            var x = document.getElementById("PostalCode").value;

            if (x == null || x == "") {
                pass = false;
                //mg-edit
                if (firsterrorelement == null) {
                    firsterrorelement = document.getElementById("PostalCode");
                }

                document.getElementById("PostalCode").className = "errorhighlight";
                document.getElementById("ct14").className = "errortitle";
                document.getElementById("ct14Error").style.display = "block";

                strlink = strlink + "<li>" + document.getElementById("ct14Error").textContent + "</li>";
                errorcounter = errorcounter + 1;
            } else {
                document.getElementById("PostalCode").className = "c-inp c-ifc";
                document.getElementById("ct14").className = "ship c-fc c-fs";
                document.getElementById("ct14Error").style.display = "none";
            }

            var x = document.getElementById("Country").value;

            if (x == null || x == "") {
                pass = false;
                //mg-edit
                if (firsterrorelement == null) {
                    firsterrorelement = document.getElementById("Country");
                }

                document.getElementById("Country").className = "errorhighlight";
                document.getElementById("ct17").className = "errortitle";
                document.getElementById("ct17Error").style.display = "block";
                strlink = strlink + "<li>" + document.getElementById("ct17Error").textContent + "</li>";
                errorcounter = errorcounter + 1;
            } else {
                document.getElementById("Country").className = "c-inp c-ifc";
                document.getElementById("ct17").className = "ship c-fc c-fs";
                document.getElementById("ct17Error").style.display = "none";
            }
        }

        x = document.getElementsByName("Email").item(0).value;

        if (!validateEmail(x.trim())) {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("Email");
            }


            strlink = strlink + "<li>" + document.getElementById("ct100aError").value + "</li>";
            errorcounter = errorcounter + 1;
        }

        var email1 = document.getElementById("Email").value;
        var email2 = document.getElementById("Email2").value;

        if (email1.trim() !== email2.trim()) {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("Email");
            }

            strlink = strlink + "<li>" + document.getElementById("ct100bError").value + "</li>";
            errorcounter = errorcounter + 1;
        }

        if (document.getElementById("terms").checked) {
            document.getElementById("terms").className = "cbox";
            document.getElementById("ctTermsError").style.display = "none";
        } else {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("terms");
            }

            document.getElementById("terms").className = "errorhighlight";
            document.getElementById("ctTermsError").style.display = "block";
            strlink = strlink + "<li>" + document.getElementById("ctTermsError2").value + "</li>";
        }

        if (document.getElementById("gdpr").checked) {
            document.getElementById("gdpr").className = "cbox";
            document.getElementById("ctPrivError").style.display = "none";
        } else {
            pass = false;
            //mg-edit
            if (firsterrorelement == null) {
                firsterrorelement = document.getElementById("gdpr");
            }

            document.getElementById("gdpr").className = "errorhighlight";
            document.getElementById("ctPrivError").style.display = "block";
            strlink = strlink + "<li>" + document.getElementById("ctPrivError2").value + "</li>";
        }

        if (errorcounter < 2) {
            var strerrCount = "<br />" + document.getElementById("ct1aError").value;
        }
        else {
            var strerrCount = "<br />" + document.getElementById("ct1aError").value;
            strerrCount = strerrCount.replace("|", errorcounter);
        }
        if (pass) {
            if (!Checkproductcode()) {
                btn.disabled = false;
            }
            return false;
        }
        else {
            strlink = "<br /><br /><ul>" + strlink + "</ul>"
            showError(strerrCount + strlink);
            var goTo = document.getElementById("errorhd").offsetTop;
            window.scrollTo(0, goTo);
            //mg-edit
            firsterrorelement.focus();
            btn.disabled = false;
            return false;
        }
    }

    function emailsMatch() {
        var email1 = document.getElementById("Email");
        var email2 = document.getElementById("Email2");
        var stinp = document.getElementById("Street");

        email1.value = email1.value.trim();
        email2.value = email2.value.trim();
        document.getElementById("Email").value = email1.value;
        document.getElementById("Email2").value = email2.value;

        if (email1.value != email2.value) {
            alert(document.getElementById("Alert6").value);
            stinp.focus();
            return false;
        }

        if (!validateEmail(email1.value)) {
            alert(email1.value + document.getElementById("Alert7").value);
            stinp.focus();
            return false;
        }

        return true;
    }

    function checkinternational() {
        var state = document.getElementsByName("State").item(0).value;

        if (state == "INTN") {
            document.getElementsByName("Country").item(0).value = "";
            document.getElementsByName("Country").item(0).focus();
        }
        else
            if (state == "PR") {
                document.getElementsByName("Country").item(0).value = "RQ";
                if (document.getElementById("CustomerID").value == "6392") {
                    document.getElementsByName("State").item(0).value = "INTN";
                } else {
                    document.getElementsByName("Country").item(0).value = "US";
                }
            } else {
                document.getElementsByName("Country").item(0).value = "US";
            }

        if (state == "AP" || state == "AE")
            document.getElementsByName("city").item(0).value = "APO";
    }

    function checkinternationalCA() {
        var province = document.getElementsByName("Province").item(0).value;

        if (province == "INTN") {
            document.getElementsByName("Country").item(0).value = "";
            document.getElementsByName("Country").item(0).focus();
        }
        else {
            document.getElementsByName("Country").item(0).value = "CA";
        }
    }

    function checkstate() {
        var country = document.getElementsByName("Country").item(0).value;

        if (country == "CA") {
            document.getElementById("StateProvDD").style.display = "block";
            document.getElementById("StateLabel").style.display = "none";
            document.getElementById("StateSelect").style.display = "none";
            document.getElementById("ProvinceLabel").style.display = "inline";
            document.getElementById("ProvinceSelect").style.display = "inline";
            document.getElementsByName("Province").item(0).value = "";

            //RM, 2/17/2020; Clear state here in case guest flipped to non-US/CA, which would leave INTN in there and cause that to be used for the
            //state rather than the province.  This is the solution to an ancient bug.
            document.getElementById("State").value = "";

            //mg-edit: for wcag : jump to focus prevents easy keyboard navigation
            //document.getElementsByName("Province").item(0).focus();
        }
        else if (country == "US" || country == "RQ") {
            document.getElementById("StateProvDD").style.display = "block";
            document.getElementById("ProvinceLabel").style.display = "none";
            document.getElementById("ProvinceSelect").style.display = "none";
            document.getElementById("StateLabel").style.display = "inline";
            document.getElementById("StateSelect").style.display = "inline";
            if (document.getElementById("StateSH")) {
                if (document.getElementById("State")) {
                    document.getElementById("State").setAttribute("name", "StateH");
                    document.getElementById("State").id = "StateH";
                }
                document.getElementById("StateSH").setAttribute("name", "State")
                document.getElementById("StateSH").id = "State";
            }
            if (country == "RQ") {
                if (document.getElementById("CustomerID").value == "6392") {
                    document.getElementById("StateProvDD").style.display = "none";
                    document.getElementById("ProvinceLabel").style.display = "none";
                    document.getElementById("ProvinceSelect").style.display = "none";
                    document.getElementById("StateLabel").style.display = "none";
                    document.getElementById("StateSelect").style.display = "none";
                    if (document.getElementById("StateH")) {
                        if (document.getElementById("State")) {
                            document.getElementById("State").setAttribute("name", "StateSH");
                            document.getElementById("State").id = "StateSH";
                        }
                        document.getElementById("StateH").setAttribute("name", "State")
                        document.getElementById("StateH").id = "State";
                    }
                    document.getElementById("State").value = "INTN";
                } else {
                    document.getElementById("Country").value = "US";
                    document.getElementById("State").value = "PR";
                }
            } else {
                document.getElementsByName("State").item(0).value = "";
            }
        } else {
            document.getElementById("StateProvDD").style.display = "none";
            document.getElementById("ProvinceLabel").style.display = "none";
            document.getElementById("ProvinceSelect").style.display = "none";
            document.getElementById("StateLabel").style.display = "none";
            document.getElementById("StateSelect").style.display = "none";
            if (document.getElementById("StateH")) {
                if (document.getElementById("State")) {
                    document.getElementById("State").setAttribute("name", "StateSH");
                    document.getElementById("State").id = "StateSH";
                }
                document.getElementById("StateH").setAttribute("name", "State")
                document.getElementById("StateH").id = "State";
            }
            document.getElementById("State").value = "INTN";
        }
    }

    function cancel() {
        location.replace("reportLostItemCBEmbed.asp?CustomerID=" + document.getElementById("CustomerID").value + "&languageCode=" + document.getElementById("languageCode").value);
    }

    function checkSMSBlocked() {
        var iOS = /iPhone/i.test(navigator.userAgent);
        var android = /android\s/i.test(navigator.userAgent);
        var customHTML;

        if (/^\d{10}$/.test(document.getElementById("phonenumber").value)) {
            var resp = "";
            var url = "cbajax.asp?action=CheckSMSBlocked&phone=" + encodeURIComponent(document.getElementById("phonenumber").value);
            var ans = asyncAjaxGet(url, function (resp) {
                sresp = resp.split("|");
                if (sresp[0] == "!Error") {
                    alert("Error Checking Optout State!");
                    return false;
                } else {
                    if (sresp[1] == "Yes") {
                        if (iOS || android) {
                            customHTML = "<span class=\"c-fc c-fs\">The phone number provided has previously opted out of text messages from Chargerback.com.  Please click one of the links below to opt back in and re-enable text messaging.<br /><br />" +
                                "<a href=\"javascript:void(0);\" onclick=\"hideCellCustomMsg(); window.open('sms:+18332553273&body=START')\">Opt-In For iPhone</a><br /><br />" +
                                "<a href=\"javascript:void(0);\" onclick=\"hideCellCustomMsg(); window.open('sms:+18332553273?body=START')\">Opt-In For Android</a><br /></span>";
                        } else {
                            customHTML = "<span class=\"c-fc c-fs\">The phone number provided has previously opted out of text messages from Chargerback.com.  To opt back in you must text START to +18332553273 using the phone having the number " + document.getElementById("phonenumber").value + ".<br><br>You may instead fill out this form using that phone and a helpful opt-in link will be provided.</span>";
                            $("#_1").prop("checked", false)
                            $("#_2").prop("checked", true)
                        }
                        document.getElementById("CellCustomMsg").innerHTML = customHTML;
                        showCellCustomMsg();
                        return false;
                    } else {
                        customHTML = "<span class=\"c-fc c-fs\">By clicking \"Yes\" to \"Text OK?\", you consent to Chargerback.com sending one or more text messages using an automatic telephone dialing system to the mobile number that you provided regarding your lost item(s). Message and data rates may apply.</span>";
                        document.getElementById("CellCustomMsg").innerHTML = customHTML;
                        showCellCustomMsg();
                    }
                }
            });
        } else {
            alert("Please enter a valid 10-digit phone number first");
            document.getElementById("_1").checked = false;
            //document.getElementById("_2").checked = true;
            document.getElementById("phonenumber").focus();
        }
    }

    function presetSMSRB(e) {
        if (/^\d{10}$/.test(cleanPhone(e.value))) {
            $("#txtmsgFS").show();
            var url = "cbajax.asp?action=CheckSMSBlockedMultiState&phone=" + encodeURIComponent(document.getElementById("phonenumber").value);
            var ans = asyncAjaxGet(url, function (resp) {
                sresp = resp.split("|");
                if (sresp[0] == "!Error") {
                    alert("Error Checking Optout State!");
                    return false;
                } else {
                    if (sresp[1] == "Yes" || sresp[1] == "Error") {
                        $("#_1").prop("checked", false)
                        $("#_2").prop("checked", true)
                    } else if (sresp[1] == "No") {
                        $("#_1").prop("checked", true)
                        $("#_2").prop("checked", false)
                    } else {
                        $("#_1").prop("checked", false)
                        $("#_2").prop("checked", false)
                    }
                }
            });
        } else {
            $("#txtmsgFS").hide();
        }
    }

    function ShowCellProviders(mode) {
        var url;

        if (mode == "show") {
            if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
                xmlhttp = new XMLHttpRequest();
            }
            else {// code for IE6, IE5
                xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
            }

            url = "CBAjax.asp?Action=ShowCellProviders";

            //alert(url);
            xmlhttp.open("GET", url, false);
            xmlhttp.send();

            if (xmlhttp.status == 200) {
                response = xmlhttp.responseText;

                if (response.toString().length > 2) {
                    document.getElementById("CellProviders").innerHTML = response;
                }
                else {
                    return false;
                }
            }
            else {
                //alert("");
            }
        }
        else {
            document.getElementById("CellProviders").innerHTML = "";
        }
    }
    function PassportAirCanada(pp) {
        if (pp == "68") {
            if (document.getElementById("CustomerID").value == "14722" || document.getElementById("CustomerID").value == "17349" || document.getElementById("likeWestJet").value == "True") {
                OpenWarningPAC();
            }
            else if (document.getElementById("CustomerID").value == "15879") {
                OpenWarningPAC();
            }
        }
    }
    function CheckForOther() {
        if (document.getElementById('overgroup').value == "23") {
            OpenWarning();
        }
    }
    function CheckForLiquor(lq) {
        if (lq == "270") {
            AppendPop();
        } else if (lq == "306") {
            AppendPop();
        }
    }

    function CheckCustomAppend(pc) {
        if (lastOG == "") {
            getOGofSqlid(document.getElementById("currentItemSQLID").value);
        }

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=CheckCustomPCWarning&CustomerID=" + document.getElementById("CustomerID").value + "&pc=" + pc + "&og=" + lastOG + "&lc=" + document.getElementById("languageCode").value;

        //alert(url);
        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;
            if (response.toString().length > 2) {
                var sresp = response.split("~");
                document.getElementById("modalLabel").innerHTML = sresp[0];
                var apdiv = document.getElementById("itemAdditionalInfo");
                var newcontent = document.createElement('div');
                newcontent.innerHTML = "<strong style='color:red;'>" + sresp[1] + "</strong>";
                while (newcontent.firstChild) {
                    apdiv.appendChild(newcontent.firstChild);
                }
                if (sresp[2] == "Disable") {
                    $("#ItemDetail").find("input, select, textarea").each(function () {
                        $(this).prop("disabled", true)
                    });
                    $("#SaveItemDetails").html("Close").unbind("click").on("click", function () { closeAndDeleteCode() })
                }
            }
            else {
                return false;
            }
        }
    }

    function closeAndDeleteCode() {
        $("#ItemDetail").hide();
        deletecode($("#currentItemSQLID").val())
    }

    function AppendPop() {
        document.getElementById("modalLabel").innerHTML = document.getElementById("MyModalLabel1").value;
        var apdiv = document.getElementById("itemAdditionalInfo");
        var newcontent = document.createElement('div');
        newcontent.innerHTML = "<strong style='color:red;'>" + document.getElementById("ItemAdditionalInfoDiv").value + "</strong>";

        while (newcontent.firstChild) {
            apdiv.appendChild(newcontent.firstChild);
        }
    }

    function OpenWarning() {
        document.getElementById("ItemDetail").style.display = "block"
        document.getElementById("modalLabel").innerHTML = document.getElementById("MyModalLabel2").value;
        document.getElementById("itemAdditionalInfo").innerHTML = document.getElementById("ItemAdditionalInfo1").value;
        document.getElementById("SaveItemDetails").innerHTML = document.getElementById("SaveItemDetails3").value;
        //document.getElementById("SaveItemDetails").removeAttribute('onclick');
        //document.getElementById("SaveItemDetails").setAttribute("onclick", "document.getElementById('ItemDetail').style.display = 'none'");
        $("#SaveItemDetails").unbind("click").on("click", function () { $("#ItemDetail").hide(); })

    }
    function OpenWarningPAC() {
        document.getElementById("modalLabel").innerHTML = document.getElementById("MyModalLabel3").value;
        document.getElementById("itemAdditionalInfo").innerHTML = document.getElementById("ItemAdditionalInfo2").value;
        document.getElementById("SaveItemDetails").innerHTML = document.getElementById("SaveItemDetails3").value;
        //document.getElementById("SaveItemDetails").removeAttribute('onclick');
        //document.getElementById("SaveItemDetails").setAttribute("onclick", "document.getElementById('ItemDetail').style.display = 'none'");
        $("#SaveItemDetails").unbind("click").on("click", function () { $("#ItemDetail").hide(); })
    }
</script>
<script type="text/javascript">

    function makeTwoChars(inp) {
        return String(inp).length < 2 ? "0" + inp : inp;
    }

    function initialiseInputs() {
        document.getElementById("sd").value = "";
        document.getElementById("ed").value = "";

        datePickerController.addEvent(document.getElementById("sd"), "change", setReservationDates);
    }

    var initAttempts = 0;

    function setReservationDates(e) {
        try {
            var sd = datePickerController.getDatePicker("sd");
            var ed = datePickerController.getDatePicker("ed");
        }
        catch (err) {
            if (initAttempts++ < 10) setTimeout("setReservationDates()", 50);
            return;
        }

        var dt = datePickerController.dateFormat(this.value, sd.format.charAt(0) == "m");
        if (dt == 0) return;

        var edv = datePickerController.dateFormat(document.getElementById("ed").value, ed.format.charAt(0) == "m");

        ed.setRangeLow(dt);

        if (edv < dt) {
            document.getElementById("ed").value = "";
        }
    }

    function removeInputEvents() {
        datePickerController.removeEvent(document.getElementById("sd"), "change", setReservationDates);
    }

</script>
<script type="text/javascript">
    function showCellCustomMsg() {
        document.getElementById("CellCustomMsg").style.display = "block";
    }
    function hideCellCustomMsg() {
        document.getElementById("CellCustomMsg").style.display = "none";
    }

    function _tipon(o) {
        return true;
    }

    function _tipoff(o) {
        return true;
    }

    //custom code for Westjet:
    function maxLengthCheck(object) {
        if (object.value.length > object.maxLength)
            object.value = object.value.slice(0, object.maxLength)
    }

    function isNumeric(evt) {
        var theEvent = evt || window.event;
        var key = theEvent.keyCode || theEvent.which;
        key = String.fromCharCode(key);

        // 03-01-2024 - RH - Removed the period from the regex because decimal values are not allowed in room numbers.
        var regex = /[0-9]/;

        if (!regex.test(key)) {
            theEvent.returnValue = false;
            if (theEvent.preventDefault) theEvent.preventDefault();
        }
    }

    function matchWithKW(params, data) {
        // If there are no search terms, return all of the data
        if ($.trim(params.term) === '') {

            $('.select2-dropdown--below .select2-dropdown--above').css('opacity', 0);
            setTimeout(function () {
                var groups = $('.select2-container--open .select2-results__group');
                var id = $('.select2-results__options').attr('id');

                /*if (!optgroupState[id]) {
                  optgroupState[id] = {};
                }*/
                optgroupState[id] = {};

                $.each(groups, function (index, v) {
                    optgroupState[id][index] = false;
                    //optgroupState[id][index] ? $(v).siblings().show() : $(v).siblings().hide();
                    optgroupState[id][index] = $(v).siblings().hide();
                });
                $('.select2-dropdown--below .select2-dropdown--above').css('opacity', 1);
            }, 50);

            return data;
        }

        // Skip if there is no 'children' property
        if (typeof data.children === 'undefined') {
            return null;
        }

        // `data.children` contains the actual options that we are matching against
        var filteredChildren = [];
        $.each(data.children, function (idx, child) {
            var pt = params.term.toUpperCase().replace(/[^A-Z0-9\-]/g, "").replace(/\s+$/, "");
            if (child.text.toUpperCase().replace(/[^A-Z0-9\-]/g, "").replace(/\s+$/, "").indexOf(pt) == 0) {
                filteredChildren.push(child);
            } else {
                //data-kw is a custom attribute that has keywords from lkupProductCodeKeyword.  Match these.
                var sKW = child.element.getAttribute('data-kw').toUpperCase().split(",");
                sKW.forEach(function (kw) {
                    if (kw.toUpperCase().replace(/[^A-Z0-9\-]/g, "").replace(/\s+$/, "").indexOf(pt) == 0) {
                        if (!(filteredChildren.indexOf(child, 0) > -1)) {
                            filteredChildren.push(child);
                            return;
                        }
                    }
                })
            }
        });

        /*$.each(data.children, function (idx, child) {
            if (child.text.toUpperCase().indexOf(params.term.toUpperCase()) > 0) {
                if (!filteredChildren.includes(child,0)) filteredChildren.push(child);
            } else {
                //data-kw is a custom attribute that has keywords from lkupProductCodeKeyword.  Match these.
                if (child.element.getAttribute('data-kw').toUpperCase().indexOf(params.term.toUpperCase()) > 0) {
                    if (!filteredChildren.includes(child,0)) filteredChildren.push(child);
                }
            }
        });*/

        if (filteredChildren.length) {
            var modifiedData = $.extend({}, data, true);
            modifiedData.children = filteredChildren;

            return modifiedData;
        }

        // Return `null` if the term should not be displayed
        return null;
    }


    function selectorReset(i) {

        var itemDiv = document.getElementById("itemselected") ? document.getElementById("itemselected").innerHTML : "";
        var d1 = document.getElementById("select2Default1").value;
        var d2 = document.getElementById("select2Default2").value;
        $("#overgroup").select2({
            placeholder: itemDiv == "" ? d1 : d2,
            allowClear: false,
            closeOnSelect: true,
            //minimumInputLength: 2,
            matcher: matchWithKW
        });

        $("#overgroup").find(".select2-results__options--nested").hide();
    }

    $(document).ready(function () {

        if (document.getElementById("useSelect2").value != "True") return true;
        selectorReset();

        optgroupState = {};

        $("body").on('click', '.select2-container--open .select2-results__group', function () {
            $(this).siblings().toggle();
            id = $(this).closest('.select2-results__options').attr('id');
            index = $('.select2-results__group').index(this);
            optgroupState[id][index] = !optgroupState[id][index];
        })

        $('#overgroup').on('select2:open', function () {
            $('.select2-dropdown--below .select2-dropdown--above').css('opacity', 0);
            setTimeout(function () {
                var groups = $('.select2-container--open .select2-results__group');
                var id = $('.select2-results__options').attr('id');

                /*if (!optgroupState[id]) {
                  optgroupState[id] = {};
                }*/
                optgroupState[id] = {};

                $.each(groups, function (index, v) {
                    optgroupState[id][index] = false;
                    //optgroupState[id][index] ? $(v).siblings().show() : $(v).siblings().hide();
                    optgroupState[id][index] = $(v).siblings().hide();
                });
                $('.select2-dropdown--below .select2-dropdown--above').css('opacity', 1);
            }, 50);
        })

        //Below needed for iOS to focus and open keyboard when Select2 is tapped.
        $('.select2-container').click(function (e) {
            $(e.currentTarget).prev('select').data('select2').$dropdown.find('.select2-search__field').focus();
        });

        $('#overgroup').on('select2:select select2:unselecting', function (evt) {
            if ($('#overgroup').select2('val') != null) {
                document.getElementById("ogcode").value = $('#overgroup').select2('val').split('|')[0];
                document.getElementById("Selectproductcode").value = $('#overgroup').select2('val').split('|')[1];
                document.getElementById("pctitle").value = $('#overgroup').select2('data')[0].text;
                console.log(document.getElementById("pctitle").value);
                SelectPC();
                selectorReset();
            }
        });

        document.addEventListener('click', function (event) {
            // When an optgroup element text in a Select2 is clicked, scroll the option list
            // so that text is at the top.  By getting the clicked item's grandparent (which
            // should always be the scrollable container), this code should be able to handle
            // multiple Select2s with nested options on the same page.
            if (event.target.classList.contains("select2-results__group")) {
                var pe = event.target.parentNode.parentNode;
                pe.scrollTop = event.target.offsetTop - pe.offsetTop;
            }
        }, true);

        if ($("#useSelect2ForLocationDD").val() == "True") {
            $("#CustomDD_1").select2({
                placeholder: "Select Property",
                allowClear: true,
                closeOnSelect: true
                //minimumInputLength: 2,
            })
        }

        if ($("#CustomerID").val() == "14677" || $("#CustomerID").val() == "14678") {
            if ($("#pcpreset").val() !== "" && $("#ogpreset").val() !== "") {
                $("#overgroup").val($("#ogpreset").val() + "|" + $("#pcpreset").val()).trigger("change");
                document.getElementById("Selectproductcode").value = $("#pcpreset").val();
                SelectPC();
            }
        }

		if ($("#CustomerID").val() === "19081") {
			$("#CustomDD_1").on("change", function() {
				if ($("#CustomDD_1").val() == "50015") {
					var topbannerBGcolor = "#43c7ee";
					var imgalt = "LEGOLAND Florida Resort - Winter Haven - FL Peppa Pig Logo";
					var img = "19081-50015";
					var url = "https://www.peppapigthemepark.com/florida/";
				} else {
					var topbannerBGcolor = "#ffcf00";
					var imgalt = "LEGOLAND Florida Resort - Winter Haven - FL Logo";
					var img = "19081";
					var url = "https://www.legoland.com/florida/";
				}
				$("#topbannerbg").css("background-color", topbannerBGcolor);
				$("#c-conlogo").html("<a href='" + url + "'><div class='conCustomImage'><img class='logocb' alt='" + imgalt + "' border='0' src='/images/customer/" + img + ".png'></div></a>");
			});
		}

		if ($("#CustomerID").val() === "20566") {
			$("#confCode").on("keyup", function() {
				if ($("#confCode").val().length > 6) $("#confCode").val($("#confCode").val().substring(0,6));
			});
		}
		
        /*
            // on first focus (bubbles up to document), open the menu
            $(document).on('focus', '.select2-selection.select2-selection--single', function (e) {
              $(this).closest(".select2-container").siblings('select:enabled').select2('open');
            });

            // steal focus during close - only capture once and stop propogation
            $('select.select2').on('select2:closing', function (e) {
              $(e.target).data("select2").$selection.one('focus focusin', function (e) {
                e.stopPropagation();
              });
            });
        */
    });
</script>
<script type="text/javascript">
    function iframeTracker() {
        var url;

        if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp = new XMLHttpRequest();
        }
        else {// code for IE6, IE5
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
        }

        url = "CBAjax.asp?Action=iframeTracker&CustomerID=" + document.getElementById("CustomerID").value + "&PageName=ReportLostItemCBEmbed"

        xmlhttp.open("GET", url, false);
        xmlhttp.send();

        if (xmlhttp.status == 200) {
            response = xmlhttp.responseText;

            if (response.toString().length > 0) {
                alert("Groovy");
            }
            else {
                return false;
            }
        }
        else {
            //alert("Must be super bad news");
        }
    }
    function isMobileIframe() {
        if (top !== self) {
            iframeTracker();
            var frameWidth = window.innerWidth;
            var excludeID = ["17510", "6221", "7949", "8137", "8447", "3339", "8609", "11529", "8143", "8527", "4389", "8249", "8092"];
            var x = excludeID.includes("16243");
            if (frameWidth <= 699 && "" != "1" && x == false) {
                window.parent.parent.window.location = 'https://www.chargerback.com/ReportLostitemCBEmbed.asp?CustomerID=' + '16243' + '&pl=0';
            }
        }
    }

    function validateCurr() {
        var strCurrencyAmount = document.getElementById("itemCurrencyAmount").value;

        if (!/^(\.[0-9]{1,2}|[0-9]+\.?[0-9]{0,2})$/.test(strCurrencyAmount)) {
            alert("Currency amount must be numbers and \".\" only!  No more than one \".\" should be present, and it should be followed by no more than 2 numbers.\n\n.50, 0.50, 99, and 99.1 are OK.\n\n100.10., ABC, and 10..20 are not.\n\nPlease check your currency amount and try again.");
            document.getElementById("itemCurrencyAmount").focus();
            return false;
        }

        document.getElementById('itemNote').value = '$' + document.getElementById('itemCurrencyAmount').value + " ";
    }

    function goBack(jsID) {
        var StartPage = ""
        var mode = "?mode="
        var navtopartner = "&CustomerID=" + document.getElementById("CustomerID").value + "";;
        if (StartPage != "") {
            NavTo(StartPage + mode + navtopartner + "&jsID=" + jsID);
        }
        else {
            NavTo(DeleteURLQsParam(document.referrer, "Error"));
        }

    }

    function checkMSEmail() {
        var email = document.getElementById("Email").value;
        var hostCheck = /(@hotmail.com|@live.com|@outlook.com|@msn.com)$/i;
        var match = email.match(hostCheck);
        document.getElementById("deferMSAddress").value = "";
        if (match) {
            if (confirm("Please Note:  Chargerback is currently experiencing deliverability issues to " + match[0] + " email addresses.  If you have an alternate address you can use, please click \"Cancel\" here and enter that address instead.\n\nYou may click \"OK\" to use " + email + ", but Chargerback will defer filing the report until the deliverability issues have been resolved.\n\nWe appreciate your understanding.")) {
                document.getElementById("deferMSAddress").value = "True";
                return true;
            } else {
                document.getElementById("Email").value = "";
                setTimeout(function () { document.getElementById("Email").focus(); }, 100);
            }
        }
    }

    function showHideTrackers() {
        if ($("#tracker").is(":checked")) {
            $("#SubmitReport").val("Next");
            $("#conTrackerTypes").show();
        } else {
            $("#SubmitReport").val("Submit");
            $("#conTrackerTypes").hide();
        }
    }

    function focusPicker() {
        $("#overgroup").select2("open");
    }

    function checkCameraSupported() {
        if (navigator.userAgent.match(/(Android (1.0|1.1|1.5|1.6|2.0|2.1))|(Windows Phone (OS 7|8.0))|(XBLWP)|(ZuneWP)|(w(eb)?OSBrowser)|(webOS)|(Kindle\/(1.0|2.0|2.5|3.0))/)) {
            return false;
        }
        var elem = document.createElement('input');
        elem.type = 'file';
        if (elem.disabled) {
            alert("This device does not have picture upload capability.");
            return false;
        }
        document.getElementById("PictureCanvas").style.display = "block";
    }

    function AddPicture(matchid) {
        document.getElementById("PictureCanvas").style.display = "block";
        document.getElementById("btnOpenCamP").style.display = "block";
        document.getElementById("divPicUpReady").style.display = "none"
        document.getElementById("ClickedMatchSQLID").value = matchid;
    }

    function base64ToArrayBuffer(base64) {
        base64 = base64.replace(/^data\:([^\;]+)\;base64,/gmi, '');
        var binaryString = atob(base64);
        var len = binaryString.length;
        var bytes = new Uint8Array(len);
        for (var i = 0; i < len; i++) {
            bytes[i] = binaryString.charCodeAt(i);
        }
        return bytes.buffer;
    }

    var picSelector;
    var sizerCanvas;
    var sizerImg;
    var sizerPortrait;
    var imgStream;
    var imgType;

    $(document).on("change", "[id^=picselect]", function () {
        var doAlert = ($("#CustomerID").val() == "14590" || $("#CustomerID").val == "14765");
        var alertClose = "OK";
        var iOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
        var iOSVersion;
        var androidVersion;
        document.getElementById("PictureCanvas").style.display = "block";
        document.getElementById("divRetakeSave").style.display = "block";
        document.getElementById("divDel").style.display = "none";
        $("#btnSavePic").prop("disabled", true);

        if (iOS) {
            var ver = (navigator.appVersion).match(/OS (\d+)_(\d+)_?(\d+)?/);
            iOSVersion = [parseInt(ver[1], 10), parseInt(ver[2], 10), parseInt(ver[3] || 0, 10)]
            alertClose = "Close"
        } else {
            var match = navigator.userAgent.match(/android\s([0-9\.]*)/i)
            androidVersion = match ? match[1] : undefined;
        }

        var checkThis = this.id;

        if (this.id == "picselectP") {
            document.getElementById("ClickedMatchSQLID").value = document.getElementById("pMatchID").value;
        } else {
            var getMatch = /\-(\d+)$/.exec(this.id);
            document.getElementById("ClickedMatchSQLID").value = getMatch[1];
            document.getElementById("pMatchID").value = getMatch[1];
        }
        picSelector = this;

        var dur = document.getElementById("divPicUpReady");
        var orientation;
        var rotated = false;
        var tf;
        var v;

        if (this.files.length > 0) {
            tf = this.files[0];
            var fname = tf.name;

            var reader = new FileReader();
            reader.onloadend = function () {
                var obj = {};
                var sObj;
                var vidType;
                var exif = EXIF.readFromBinaryFile(base64ToArrayBuffer(this.result));
                orientation = exif.Orientation;
                document.getElementById('dPicturePreview').style.display = 'block';
                document.getElementById("mInner").style.padding = '50% 0';
                v = document.getElementById("picturePreview");
                v.onload = function () {

                    dur.style.display = "block";
                    this.style.transform = "rotate(0deg) translate(0, 0)";
                    this.style.marginTop = "0";

                    // Orientation values we are dealing with:
                    //
                    // 1: Normal / Landscape, 90 deg CCW from portrait camera at top (lens at 9 o'clock).  All images are actually SAVED to the camera, by the camera, in this format regardless of the actual camera orientation.
                    //    HTML 5 has no control over this, however, the code here can handle that by doing transforms for each canvas and for the final image to be saved to the server.
                    // 3: Landscape reversed, 90 deg CW from portrait camera at top (lens at 3 o'clock).  Would naturally create an upside-down landscape image.  We'll flip this.
                    // 6: Portrait, camera at top (lens at 12 o'clock).  Would naturally create a landscape image from a portrait turned 90 deg CCW.  We'll translate this back to portrait.
                    // 8: Portrait, camera at bottom (lens at 6 o'clock).  Images taken with this orientation will be translated / rotated as with (6), but will be intentionally left upside-down.
                    if ((orientation == 6 || orientation == 8) && (this.naturalWidth > this.naturalHeight)) {
                        // EXIF is telling us orientation is portrait, but the image we're working with is wider than it is tall,
                        // meaning it's being displayed sideways.  This happens with some Androids.  Flip it back to portrait.
                        // Note that some older Android devices / OSes will not return valid EXIF, and for those cases there is
                        // nothing we can do.  Image will be rendered landscape regardless of camera orientation and may appear sideways or upside-down.
                        rotatePreview(6);
                        document.getElementById("mInner").style.padding = '50% 0';
                        rotated = true;
                    } else if (!iOS && (orientation == 3)) {
                        rotatePreview(3);
                        document.getElementById("mInner").style.padding = '0 0';
                    } else {
                        document.getElementById("mInner").style.padding = '0 0';
                    }

                    sizerCanvas = document.createElement("canvas");
                    sizerImg = document.createElement("img")
                    sizerCTX = sizerCanvas.getContext("2d");
                    sizerImg.onload = function () {
                        if (this.width > this.height) {
                            sizerWidth = 1024;
                            sizerHeight = 1024 * (this.height / this.width);
                            sizerPortait = false;
                        } else {
                            sizerHeight = 1024;
                            sizerWidth = 1024 * (this.width / this.height);
                            sizerPortrait = true;
                        }

                        /* The magic trick here is this:  If the EXIF orientation reads Portrait, but the sizer image (sizerImg),
                        created from the camera image "URL" shows a landscape orientation (w > h), then the image needs to be
                        rotated when it is resized / constrained to 1024 px.  So far, this check works for all tested devices
                        and is entirely device-independent! */
                        if ((orientation == 6 || orientation == 8) && !sizerPortrait) {
                            try {
                                sizerCanvas.width = sizerHeight;
                                sizerCanvas.height = sizerWidth;
                                cx = sizerCanvas.width;
                                sizerCTX = sizerCanvas.getContext("2d");
                                sizerCTX.clearRect(0, 0, sizerCanvas.width, sizerCanvas.height);
                                sizerCTX.translate(sizerCanvas.width, 0);
                                sizerCTX.rotate(Math.PI / 2);
                                sizerCTX.drawImage(this, 0, 0, sizerCanvas.height, sizerCanvas.width);
                            } catch (err) {
                                alert("!! " + err.message);
                            }
                        } else if (orientation == 3) {
                            sizerCanvas.width = sizerWidth;
                            sizerCanvas.height = sizerHeight;
                            sizerCTX.clearRect(0, 0, sizerCanvas.width, sizerCanvas.height);
                            sizerCTX.translate(sizerCanvas.width, sizerCanvas.height);
                            sizerCTX.rotate(Math.PI);
                            sizerCTX.drawImage(this, 0, 0, sizerWidth, sizerHeight);
                        } else {
                            sizerCanvas.width = sizerWidth;
                            sizerCanvas.height = sizerHeight;
                            sizerCTX.drawImage(this, 0, 0, sizerWidth, sizerHeight);
                        }

                        imgStream = sizerCanvas.toDataURL("image/jpeg", 0.8);
                        if (imgStream.indexOf('data:image/png;base64,') >= 0) {
                            imgStream = imgStream.replace('data:image/png;base64,', '');
                            imgType = ".png"
                        } else {
                            imgStream = imgStream.replace('data:image/jpeg;base64,', '');
                            imgType = ".jpg"
                        }
                        var streamLen = imgStream.length;
                        //if (streamLen < 20000) {
                        //    alert("Image context broken!  Please close this alert and tap \"Retake\" to re-take this picture.");
                        //    return false;
                        //}
                        $("#btnSavePic").prop("disabled", false);
                    };

                    // For no good reason we need to create separate blob URIs for the sizer canvas and preview div images.
                    // Why?  Because if we don't, iPhone portrait images will wind up in the sizer canvas blank / black.
                    // Landscape are OK. ONLY portrait images need this, and only on iPhones.  Too weird for words.
                    var url2 = URL.createObjectURL(tf);
                    sizerImg.src = url2;
                };
                var url = URL.createObjectURL(tf);
                v.src = url;
            };
            reader.readAsDataURL(tf);
            if (v) v.onload = null;
            return;
        }
        submit.disabled = false;
    })

    $(document).on("click", "#btnSavePic", function () {
        // Upload image to server
        var doAlert = $("#CustomerID").val() == "14765";
        var matchid = $("#ClickedMatchSQLID").val();

        var obj = {};
        var sObj;
        var vidType;
        document.getElementById("uploadProgCont").style.display = "block";
        document.getElementById("uploadStatus").innerText = "Preparing Upload (1), please wait..."

        obj.CustomerID = $("#CustomerID").val();
        obj.XactID = '';
        obj.MatchID = $("#MatchID").val();
        obj.MatchSQLID = $("#ClickedMatchSQLID").val();

        obj.BlobClass = "GuestImage";
        obj.BlobType = imgType;
        obj.BlobData = imgStream;
        sObj = JSON.stringify(obj);
        document.getElementById("uploadStatus").innerText = "Uploading..."
        doUploadProgress(1);

        $.ajax({
            type: 'POST',
            url: '/Scripts/SaveMobileBlobAI.aspx/UploadBlob',
            contentType: "application/json",
            dataType: "json",
            data: sObj,
            xhr: function () {
                var xhr = new window.XMLHttpRequest();
                xhr.upload.addEventListener("progress", function (evt) {
                    if (evt.lengthComputable) {
                        var percentComplete = evt.loaded / evt.total;
                        doUploadProgress(Math.round(percentComplete * 100));
                        if (percentComplete == 1) document.getElementById("uploadStatus").innerText = "Processing, please wait..."
                    }
                }, false);

                return xhr;
            },
            success: function (response) {
                document.getElementById("uploadProgCont").style.display = "none";
                document.getElementById("PictureCanvas").style = display = "none";
                var sresp = response.d.split("|");
                if (sresp[0] == "!Error") {
                    alert(sresp[1]);
                } else {
                    //refreshItemDescriptions();
                    updateItemDescriptions();
                    $("#dmimg-" + $("#ClickedMatchSQLID").val()).show();
                }
            },
            error: function (response) {
                alert("Image upload failed!");
            },
            complete: function (response) {
                //alert("Complete fires!");
            }
        })

    });

    function doUploadProgress(prog) {
        var elem = document.getElementById("uploadProg");
        var width = prog;
        elem.style.width = width + '%';
    }

    function ShowImage(imgURL, fileName, imgID, xactid, lostid, matchid) {

        var ItemImage = document.getElementById("ItemImage");
        ItemImage.src = imgURL
        ItemImage.dataset.id = imgID;
        ItemImage.dataset.xactid = xactid
        ItemImage.dataset.lostid = lostid
        ItemImage.dataset.matchid = matchid

        var ShowImageModal = document.getElementById("ShowImageModal");
        ShowImageModal.style.display = "block";

    }

    function HideImage() {
        var ShowImageModal = document.getElementById("ShowImageModal");
        ShowImageModal.style.display = "none";
    }

    function imageDelete() {
        if (confirm("Click \"OK\" if you are sure you want to delete this image.")) {
            var ItemImage = document.getElementById("ItemImage");
            var imgID = ItemImage.dataset.id;
            var lostID = ItemImage.dataset.lostid;
            var xactID = ItemImage.dataset.xactid;
            var matchID = ItemImage.dataset.matchid;
            var customerID = $("#CustomerID").val();
            var url = "cbajax.asp?action=GuestDeletePicture&sqlid=" + imgID + "&xactid=" + xactID + "&lostid=" + lostID + "&customerID=" + customerID;
            var resp = syncAjaxGet(url);
            if (resp != "!Error") {
                updateItemDescriptions();
                $("#ShowImageModal").hide();
                $("#dmimg-" + matchID).show();
            } else {
                alert("Error deleting image!");
            }
        }
    }

    function lookUpConfCode() {
        var cc = $("#confCode").val();
        var r = $("#roomSec").val();
        $("#roomSec").val("");
        $("#dhRoomSec").hide();
        var url = "cbajax.asp?action=lookUpChoiceConfCode&cc=" + cc + "&r=" + r;
        var ans = asyncAjaxGet(url, function (resp) {
            var sresp = resp.split("|");
            if (sresp[0] === "Error!" || sresp[0] === "") {
                $("#confCode").val("");
                $("#confCode").focus();
            } else {
                var json = sresp[0];
                const conf = JSON.parse(json)[0];
                if (conf.CustomerID !== $("#CustomerID").val()) {
                    alert("Incorrect confirmation number.  Please try again.");
                    $("#confCode").val("").focus();
                } else {
                    $("#dhConfCode").hide();
                    for (var k of Object.keys(conf.Guest)) {
                        $("#" + k).val(conf.Guest[k]);
                    }
                    $("#overgroup").select2("open");
                    $("#choiceConfCode").val(cc);
                }
            }
        });
    }

    function lookUpMileagePlan() {
        var cc = $("#confCode").val();
        var url = "/scripts/AlaskaAirGetMemberInfo.aspx?action=memberInfo&mileagePlanNumber=" + cc;
        var ans = asyncAjaxGet(url, function (resp) {
            var sresp = resp.split("|");
            if (sresp[0] === "Error!" || sresp[0] === "") {
                $("#confCode").val("");
                $("#confCode").focus();
            } else {
                var json = sresp[1];
                const conf = JSON.parse(json);
                if (conf.IsValid === "Y") {
                    $("#confCode").css("background-color", "lightgreen");
                    $("#LastName").val(conf.LastName);
                    $("#FirstName").val(conf.FirstName);
                    $("#Email").val(conf.ContactEmail);
                    $("#Email2").val(conf.ContactEmail);
                    $("#PostalCode").val(conf.ZipCode);
                    $("#Country").val(conf.CountryCode);
                    checkstate();
                    if (conf.CountryCode === "US") {
                        $("#State").val(conf.RegionCode);
                    } else if (conf.CountryCode === "CA") {
                        $("#Province").val(conf.RegionCode);
                    } else {
                        $("#State").val("INTN");
                    }
                } else {
                    $("#confCode").val("");
                }
                /* for (var k of Object.keys(conf.Guest)) {
                    $("#" + k).val(conf.Guest[k]);
                }
                $("#overgroup").select2("open");
                $("#choiceConfCode").val(cc); */
            }
        });
    }

    function lookUpConfNum() {
        var cc = $("#confCode").val();
        var r = $("#roomSec").val();
        $("#roomSec").val("");
        if (/\D+/.test(r)) {
            alert("Invalid room number.  Please try again.");
            $("#roomSec").val("").focus();
            return false;
        } else {
            $("#dhRoomSec").hide();
            var url = "cbajax.asp?action=lookUpStayConfNum&cc=" + cc + "&r=" + r;
            var ans = asyncAjaxGet(url, function (resp) {
                var sresp = resp.split("|");
                if (sresp[0] === "Error!" || sresp[0] === "") {
                    $("#confCode").val("");
                    $("#confCode").focus();
                } else {
                    var json = sresp[0];
                    const conf = JSON.parse(json)[0];
                    $("#dhConfCode").hide();
                    for (var k of Object.keys(conf.Guest)) {
                        $("#" + k).val(conf.Guest[k]);
                    }
                    $("#overgroup").select2("open");
                    $("#choiceConfCode").val(cc);
                }
            });
        }
    }

    function promptRoomSec(e) {
        var cc = $(e).val();
        if (/\D+/.test(cc) || cc.length < 8) {
            alert("Incorrect confirmation number.  Please try again.");
            $("#dhRoomSec").hide();
            $("#confCode").val("").focus();
        } else {
            $("#dhRoomSec").show();
            $("#roomSec").focus();
        }
    }

    function promptRoomSecStay(e) {
        var cc = $(e).val();
        if (cc.length < 9) {
            alert("Incorrect confirmation number. Please try again.");
            $("#dhRoomSec").hide();
            $("#confCode").val("").focus();
        } else {
            $("#dhRoomSec").show();
            $("#roomSec").focus();
        }
    }

    function skipConf() {
        $("#dhConfCode").hide();
        $("#dhRoomSec").hide();
        $("#overgroup").select2("open");
    }

    function getLangSel() {
        var value = document.getElementById("ddLang").value;
		if ($("#CustomerID").val() == "16650") {
			window.location = 'https://www.chargerback.com/ReportLostItemCBEmbed.asp?CustomerID=' + document.getElementById("CustomerID").value + (($("#showJSON").val() == "") ? '' : '&jsID=' + $("#showJSON").val()) + (($("#CustomDD_1").val() == "") ? '' : '&customdd=' + $("#CustomDD_1").val()) + '&languagecode=' + value;
		} else {
			window.location = 'https://www.chargerback.com/ReportLostItemCBEmbed.asp?CustomerID=' + document.getElementById("CustomerID").value + '&languagecode=' + value;
		}
    }
</script>
<style type="text/css">
i:hover {color:red;}
img{margin-bottom:0px}
input[type="button"] {-moz-appearance: none;-webkit-appearance: none;-ms-appearance: none;appearance: none;-moz-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;-webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;-ms-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;display: inline-block;font-family: "Arial Regular", "Arial";}
input[type="button"]:hover {opacity: 0.85;}
.logocb {width:100%;max-width:450px;margin-left:auto;margin-right:auto;display:block;max-height:80px;}
.errorhighlight	{outline-color:#C30019;outline-style:solid;outline-width:1px;}
.errorhighlightS2	{outline-color:#C30019;outline-style:solid;outline-width:2px;}
.errortitle {color: #C30019;}
.c-fborder {BORDER-BOTTOM: medium none;BORDER-TOP: medium none;BORDER-LEFT: medium none;BORDER-RIGHT: medium none;}
.c-bg {}
.c-stc {}
.c-shc {}
.c-fs {}
.c-fc {}
.c-ifc {background-color:#f9f9f9;}
.c-con2 {max-width:800px;margin:auto;}
.c-ct15, .c-ct18 {font-weight:bold;}
.bbox {padding: 15px;border-radius: 20px;border: #ddd 1px solid;}
#shipbox {margin-top:10px;}
select {height:2.35em;width:100%;max-width:374px;}
input.c-inp {height:2.35em;width:100%;max-width:374px;border-radius:7px;border:1px solid #cdcdcd;}
textarea.c-inp {border-radius:7px;border:1px solid #cdcdcd;max-width:774px;}
select.c-inp {border-radius:7px;border:1px solid #cdcdcd;}
.select2-container--default .select2-selection--single, #ddLang {height:2.35em;border-radius:7px;border:1px solid #cdcdcd;background-color:#f9f9f9;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top:4px;}
.select2-container--default .select2-selection--single .select2-selection__placeholder {position:absolute;top:3px;color:#999}
#trackerlbl {font-weight:normal;}
.form-control {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-top-color: rgb(204, 204, 204);border-right-color: rgb(204, 204, 204);border-bottom-color: rgb(204, 204, 204);border-left-color: rgb(204, 204, 204);border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
textarea.form-control {height: auto;}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}
.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}
.cboxlblrm {border:1px solid #ccc;padding:10px;margin:0 0 10px;display:block;}
.cboxlblrm:hover {background:#eee;cursor:pointer;}
div#fd-LostDate.datePicker {opacity:1 !important;}
#errinfo a:focus {outline:0;}
#btnKioskWarnBtnCont:hover, #btnKioskWarnBtnCont:focus,#btnKioskWarnBtnReset:hover, #btnKioskWarnBtnReset:focus, #SubmitReport:hover, #SubmitReport:focus, #closeItemDialog:hover, #closeItemDialog:focus, #closeLegalDialog:hover, #closeLegalDialog:focus, button#SaveItemDetails:hover, button#SaveItemDetails:focus {outline:1px dotted black;outline-offset:4px;}
.linediv {text-align:left;}
.routeItem {border-bottom: 1px solid;margin-bottom:5px;}
.select2-container {height: 35px;}
.w3-half {padding: 0 5px 0 5px;}
.rli-col {padding: 0 5px 0 5px;}
#Info2 {color:#C30019;padding: 0 5px 20px 5px;}
#wcagContainer {height:32px;line-height:32px;padding: 0 5px 0 5px;}
.wcagIcon {height:32px;}
.wcagIconText {position:absolute;padding-left:5px;text-decoration:underline;color:#0000EE;}
</style>
<style>
.logocb {display:none;}
input[type="button"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
    display: inline-block;
    font-family: "Arial Regular", "Arial";
}
.greenbtn {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    PADDING-BOTTOM: 5px;
    MARGIN-TOP: 10px;
    PADDING-LEFT: 18px;
    PADDING-RIGHT: 18px;
    BACKGROUND: #474747;
    COLOR: white;
    FONT-SIZE: 16px;
    BORDER-TOP: medium none;
    CURSOR: pointer;
    MARGIN-RIGHT: 15px;
    BORDER-RIGHT: medium none;
    PADDING-TOP: 5px;
    -moz-box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
    box-shadow: 0 0 2px #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
html, body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

</style>
</head>
<body class="c-bg" style="min-height:100vh; width:100%" onload="Setfocus();isMobileIframe();">
<div class="c-con">
<div role="banner" style="" id="topbannerbg" class="w3-container w3-margin-top w3-margin-bottom">
    
    <div id="c-conlogo">
        <div class='conCustomImage'><img class='logocb' alt="Village Realty Logo" border='0' src='/images/customer/16243.jpg'></div>
    </div>
    
    <div class="w3-hide-small notranslate" style="float:right;">
        
    </div>
</div>

<div id="google_translate_element" style="display:none;"></div>
<script type="text/javascript">
    function googleTranslateElementInit() {
        new google.translate.TranslateElement({ pageLanguage: 'en', includedLanguages: 'de,en,es,fr,ja,ko,pt,ru,zh-CN,zh-TW', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element');
    }
</script>
<!-- <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> -->

<div role="main" class="c-con2">
    <div id="formbackground" style="" >
        <form action="ReportLostItemCBEmbedCustomUpdate.asp" method="post" id="form1" name="PostItem">
            <label for="SU" style="display:none;">Hidden</label>
            <input type="hidden" name="SU" id="SU" value="" />
            <label for="CustomerID" style="display:none;">Hidden</label>
            <input type="hidden" id="CustomerID" name="CustomerID" value="16243" />
            <label for="Status" style="display:none;">Hidden</label>
            <input type="hidden" id="Status" name="ItemStatus" value="0" />
            <label for="languageCode" style="display:none;">Hidden</label>
            <input type="hidden" id="languageCode" name="languageCode" value="en-US" />
            <label for="ultracustom" style="display:none;">Hidden</label>
            <input type="hidden" id="ultracustom" name="ultracustom" value="custom" />
            <label for="MatchID" style="display:none;">Hidden</label>
            <input type="hidden" id="MatchID" name="MatchID" value="-431673109" />
            <label for="ProductCode" style="display:none;">Hidden</label>
            <input type="hidden" name="ProductCode" id="ProductCode" value="" />
            <label for="showstyle" style="display:none;">Hidden</label>
            <input type="hidden" id="showstyle" value="" />
            <label for="currentItemSQLID" style="display:none;">Hidden</label>
            <input type="hidden" class="notranslate" id="currentItemSQLID" />
            <input type="hidden" id="SavedImageList" name="SavedImageList" value="" />
            <input type="hidden" id="ClickedMatchSQLID" value="" />
            <input type="hidden" id="PCExistsID" value="" />
            <input type="hidden" id="pcpreset" value="" />
            <input type="hidden" id="ogpreset" value="" />
			<input type="hidden" id="navdd" value="" />

            <input type="hidden" class="notranslate" id="ct1aError" value="Please fix this issue to continue" />
            <input type="hidden" class="notranslate" id="ct1bError" value="Please fix | issues to continue" />
            <input type="hidden" class="notranslate" id="ct100aError" value="Email address is not properly formatted" />
            <input type="hidden" class="notranslate" id="ct100bError" value="Email addresses do not match" />
            <input type="hidden" class="notranslate" id="ctInfo1Error" value="Something went wrong" />
            <input type="hidden" class="notranslate" id="ctInfo2Error" value="Required" />
            <input type="hidden" class="notranslate" id="ctInfo3Error" value="Information about your item" />
            <input type="hidden" class="notranslate" id="MyModalLabel1" value="Your Lost Item Detail" />
            <input type="hidden" class="notranslate" id="MyModalLabel2" value="Warning!" />
            <input type="hidden" id="showJSON"  name="showJSON" value="" />
            <input type="hidden" id="fedexInUse" name="fedexInUse" value="True" />
            <input type="hidden" id="offersUPS" name="offersUPS" value="False" />
            <input type="hidden" id="likeWestJet" name="likeWestJet" value="False" />
            <!--mg-edit-->
            <input type="hidden" id="StartPage"  name="StartPage" value="" />
            
            <input type="hidden" class="notranslate" id="SaveItemDetails1" value="Save Item Details" />
            <input type="hidden" class="notranslate" id="SaveItemDetails2" value="Updated" />
            <input type="hidden" class="notranslate" id="SaveItemDetails3" value="OK" />
            <input type="hidden" class="notranslate" id="ItemAdditionalInfo1" value="Unless your item is highly unusual, please choose a specific category. Choosing “Unique Item Not Listed” will reduce the likelihood of a successful match and recovery." />
            <input type="hidden" class="notranslate" id="ItemAdditionalInfoDiv" value="Any alcohol left behind will be discarded. We are not permitted to ship alcohol through the mail." />
            <input type="hidden" class="notranslate" id="Alert1" value="Serial number must be letters and/or numbers only!" />
            <input type="hidden" class="notranslate" id="Alert2" value="One or more fields contain invalid characters!" />
            <input type="hidden" class="notranslate" id="Alert3" value="Please select an item type" />
            <input type="hidden" class="notranslate" id="Alert4" value="One or more fields contain invalid text!\n\nPlease remove any http links and/or markup." />
            <input type="hidden" class="notranslate" id="Alert5" value="Please provide a description for your lost item!" />
            <input type="hidden" class="notranslate" id="Alert6" value="Emails do not match!" />
            <input type="hidden" class="notranslate" id="Alert7" value="does not appear to be a valid email!" />
            <input type="hidden" class="notranslate" id="CellProvider1" value="Service provider required to receive text message" />
            <input type="hidden" class="notranslate" id="addCode1" value="Click To Add More Items" />
            <input type="hidden" class="notranslate" id="addCode2" value="Item Details" />
            <input type="hidden" class="notranslate" id="TCLabel1" value="Chargerback Terms of Service" />
            <input type="hidden" class="notranslate" id="PrivLabel1" value="Chargerback Privacy Policy" />
            <input type="hidden" class="notranslate" id="ctTermsError2" value="You must check that you have read and agree to the Terms of Service" />
            <input type="hidden" class="notranslate" id="ctPrivError2" value="You must check that you have read and understand the Privacy Policy" />
            <input type="hidden" name="GSkip" id="GSkip" value="False" />
            <input type="hidden" id="postCardId" name="postCardId" value="" />
            <input type="hidden" id="useSelect2" value="True" />
            <input type="hidden" id="allowFullLostReportEdit" value="True" />
            
            <input type="hidden" id="Selectproductcode" value=""/>
            <input type="hidden" id="ogcode" value=""/>
            <input type="hidden" id="pctitle" value=""/>
            <input type="hidden" id="select2Default1" value="Click here to add an item" />
            <input type="hidden" id="select2Default2" value="Click here to add more items" />
            
            <input type="hidden" id="deferMSAddress" name="deferMSAddress" value="" />
            <input type="hidden" id="isRob" value="False" />
            <input type="hidden" id="refreshed" value="no" />
            <input type="hidden" id="useSelect2ForLocationDD" value="False" />
            <input type="hidden" id="choiceConfCode" name="choiceConfCode" value="" />
            
            <input type="hidden" id="reportID" name="reportID" value="" />

            
            <div id="descbox" class="bbox">
                
                <div class="w3-row" style="min-height:30px;">
                    
                    <div class="w3-half c-fborder">
                        
                        <span role="heading" aria-level="1" id="ct15" class="c-shc c-fs ship c-ct15 notranslate" style="">Please describe your lost item(s).</span>
                    </div>
                    
                    <div class="w3-half">
                        
                    </div>
                </div>
                <div class="c-fc c-fs" id="Info2">
                    * Required
                </div>
                <div id="errorhd" role="alert" aria-atomic="true" aria-live="polite"></div>
                
                <div class="w3-row w3-padding-top">
                
                    <div id="ItemPicker"  class="w3-half w3-margin-top">
                        <label for="overgroup" id="ct114" class="labelvalue c-fc c-fs notranslate"><span style='color:#CC0000;'>*</span>Please choose the type of item(s) you lost.</label><br />
                        
                        <div id="Category"><select id='overgroup' class='c-inp notranslate s2pc js-source-states' name='overgroup'><option class='c-ifc'></option><optgroup label='Baby or Child Item'><option id ='o34p488' value='34|488' data-kw='bathtub,bath tub,tub'>Baby Bathtub</option><option id ='o34p482' value='34|482' data-kw='bib'>Baby Bib</option><option id ='o34p87' value='34|87' data-kw='bottles,nuk,Pacifier'>Baby Bottle</option><option id ='o34p481' value='34|481' data-kw=''>Baby Carrier</option><option id ='o34p484' value='34|484' data-kw='changing pad'>Baby Changing Pad or Equipment</option><option id ='o34p489' value='34|489' data-kw='monitor'>Baby Monitor</option><option id ='o34p178' value='34|178' data-kw='afgan,Bedding,bedspread,blanket,blankie,comforter,covering,covers,duvet,layer,overlay,Quilt,satin,Sheet,sheets,silk,snuggie,SNUGGY,tassel'>Blankets</option><option id ='o34p485' value='34|485' data-kw='child booster'>Booster Seat</option><option id ='o34p134' value='34|134' data-kw='Car,seat,Stroller,baby car seat'>Child Car Seat</option><option id ='o34p487' value='34|487' data-kw='leash'>Child Leash</option><option id ='o34p483' value='34|483' data-kw='training seat,potty,squatty potty,toilet seat'>Child Potty or Toilet Seat</option><option id ='o34p480' value='34|480' data-kw='Binky,teething ring'>Pacifier</option><option id ='o34p486' value='34|486' data-kw='Pack And Play,baby play pen,baby bed,crib'>Play Pen</option></optgroup><optgroup label='Blankets, Pillows and Towels'><option id ='o16p372' value='16|372' data-kw=''>Back Pillows</option><option id ='o16p349' value='16|349' data-kw=''>Bed Sheets</option><option id ='o16p178' value='16|178' data-kw='afgan,Bedding,bedspread,blanket,blankie,comforter,covering,covers,duvet,layer,overlay,Quilt,satin,Sheet,sheets,silk,snuggie,SNUGGY,tassel'>Blankets</option><option id ='o16p401' value='16|401' data-kw=''>Neck Pillow</option><option id ='o16p348' value='16|348' data-kw=''>Pillow Case</option><option id ='o16p179' value='16|179' data-kw='case,Cushion,Neck,NECKPILLOW,Pilllow,pillow,pillow case,Pillowcase,pillowcases,Rest,tempur-pedic,Tempurpedic'>Pillows</option><option id ='o16p371' value='16|371' data-kw=''>Seat Cushions</option><option id ='o16p180' value='16|180' data-kw='handtowel,towel'>Towels</option></optgroup><optgroup label='Bottles, Cups and Mugs'><option id ='o7p87' value='7|87' data-kw='bottles,nuk,Pacifier'>Baby bottle</option><option id ='o7p267' value='7|267' data-kw=''>Bowl</option><option id ='o7p293' value='7|293' data-kw=''>Coffee cup</option><option id ='o7p510' value='7|510' data-kw='koozie, Kozy, kozie, Cozy, Koozy, Coozy, Coozie'>Drink Koozie</option><option id ='o7p85' value='7|85' data-kw='beer,ceramic,coffee,cup,cups,engraved,mug,saucer'>Drinking cup</option><option id ='o7p84' value='7|84' data-kw='beer,glass,shot,wineglasses'>Drinking glass</option><option id ='o7p88' value='7|88' data-kw='Courvoisier,flask,jaegermeister'>Flask</option><option id ='o7p548' value='7|548' data-kw=''>Hydroflask</option><option id ='o7p239' value='7|239' data-kw=''>Shot glass</option><option id ='o7p86' value='7|86' data-kw='sippy'>Sippy cup</option><option id ='o7p491' value='7|491' data-kw=''>Thermos</option><option id ='o7p83' value='7|83' data-kw='bottle,COFFEE,cruche,cylinder,decanter,jar,jug,Kanteen,kettle,mug,MUGS,pint,starbucks,thermos,TUMBLER,waterbottle'>Travel mug</option><option id ='o7p490' value='7|490' data-kw='martini shaker'>Tumbler or Shaker</option><option id ='o7p366' value='7|366' data-kw=''>Water bottle</option></optgroup><optgroup label='Cases and Containers'><option id ='o12p233' value='12|233' data-kw='BASKETS,cannister,case,container,Glasscase,OTTERBOX,sack,white'>Box</option><option id ='o12p457' value='12|457' data-kw=''>Briefcase</option><option id ='o12p136' value='12|136' data-kw='case,otterbox,softcase,up,zip,zipper,zippered'>Camera case</option><option id ='o12p327' value='12|327' data-kw='phone case,cell phone case,cell phone holder,holder'>Cell phone case</option><option id ='o12p138' value='12|138' data-kw='BLACK,carrying,CASE,RUBBER,white,ZIP,zippered'>Contact lens case</option><option id ='o12p142' value='12|142' data-kw='BAGS,CONVENTION'>Convention bag</option><option id ='o12p139' value='12|139' data-kw='dispenser,icechest,Icepacks,IGLOO'>Cooler</option><option id ='o12p274' value='12|274' data-kw=''>Cylinder/Tube</option><option id ='o12p133' value='12|133' data-kw=''>Diaper Bag</option><option id ='o12p141' value='12|141' data-kw='bag,BAG:,costco,Guest,Package,parcel,plastic,SHOPPING'>Gift bag</option><option id ='o12p284' value='12|284' data-kw=''>Glasses case</option><option id ='o12p415' value='12|415' data-kw='earbud, earbud case'>Headphone/Earbud Case</option><option id ='o12p137' value='12|137' data-kw=''>Laundry bag</option><option id ='o12p365' value='12|365' data-kw=''>Lunch Bag or Box</option><option id ='o12p529' value='12|529' data-kw=''>Paper Bag</option><option id ='o12p528' value='12|528' data-kw=''>Pet Carrier</option><option id ='o12p494' value='12|494' data-kw='dispenser,pill container'>Pill Case</option><option id ='o12p307' value='12|307' data-kw=''>Plastic bag</option><option id ='o12p272' value='12|272' data-kw=''>Pouch</option><option id ='o12p512' value='12|512' data-kw='FedEx,USPS,UPS,DHL,AMZ'>Shipping Package - FedEx, UPS, USPS, etc.</option><option id ='o12p308' value='12|308' data-kw=''>Shopping bag</option><option id ='o12p232' value='12|232' data-kw='Aluminium,bag,carrying,case,case.,Container,Ornamental,plastic,rifle,rubber,shoe,white'>Storage Container | Tote</option><option id ='o12p235' value='12|235' data-kw='Toolbox,Tools'>Toolbox</option><option id ='o12p280' value='12|280' data-kw=''>Urn or Vase</option></optgroup><optgroup label='Cell Phone'><option id ='o21p184' value='21|184' data-kw=',-TracFone,andriodphone,Android,batterycharger,berry,Black,Blackberry,cards,cell,Cellphone,Cellphone-,Cellular,CRICKET,driod,Droid,flip-phone,flipphone,g3,HTC,Lg,mobile,Motorola,nextel,nokia,phone,phone.,Samsung,SCREEN,sim,smart,smart phone,smartphone,telephone,Tmobile,TOUCH,Tracfone,Verizon,Xperia,cell phone'>Android, Blackberry, Windows, Other</option><option id ='o21p231' value='21|231' data-kw='4s,5,5s,6,I,i phone,I-phone,I-PHONE-,I-Touch,ihpone,iPHONE,iPhone-3,iPhone-5,iPhone2,iPhone3,Iphone4,iPhone5,iphone6,ipone,OTTERBOX,PHONE-,SMARTPHONE,cell phone,iphone7,iphone8,iphone9,iphone10,iphoneX,iphone11,iphone12,iphone13,iphone14'>iPhone</option></optgroup><optgroup label='Clothing'><option id ='o1p469' value='1|469' data-kw=''>Apron</option><option id ='o1p358' value='1|358' data-kw=''>Assorted Items</option><option id ='o1p301' value='1|301' data-kw=''>Balaclava</option><option id ='o1p3' value='1|3' data-kw='belt,belts,buckle,concho,Cummerbund,suspenders'>Belt</option><option id ='o1p245' value='1|245' data-kw='Activewear,Apparel,APRON,Armband,attire,bathing,Burberry,clothes,clothing,cloths,coat,coat.,costume,COSTUMES,face,garment,Garments,gore-tex,gown,jock,JUMPER,jumpsuite,LADIES,laundry,rain,romper,sarong,scrubs,straps,suits,swim,Thinsulate,towel,tutu,Uniform,uniforms,warmer,wear,wedding'>Clothing - Other</option><option id ='o1p5' value='1|5' data-kw='angora,Black,blazer,blazer-,Blazer/Jacket,Breaker,cape,Carhart,carhartt,Cartigan,coat,COAT-,denim-jacket,down,Face,filled,fleece,fleeze,fur,furcoat,Hoddie,Hoodie,housecoat,jacket,jacket-,jacket:,jackets,JEANjacket,Jeansjacket,leather,mink,North,Northface,over,overcoat,parka,peacoat,pull,Reversible,SPORT,Sport coat,Sportcoat,sports coat,Sportscoat,suit,trenchcoat,tweed,Windbraker,Windbreaker,windcoat,wintercoat,wrap'>Coat - Jacket</option><option id ='o1p492' value='1|492' data-kw=''>Costume or Costume Accessories</option><option id ='o1p363' value='1|363' data-kw=''>Coverup</option><option id ='o1p6' value='1|6' data-kw='Ballroom,Dress,Dresses,evening,Kurti,mini,mini-dress,Mini-skirt,minidress,Miniskirt
I-phone,ruched,skirt,Slip,sundress,Sundresses'>Dress -  Skirt</option><option id ='o1p13' value='1|13' data-kw=''>Earmuffs</option><option id ='o1p25' value='1|25' data-kw='cotton,Glove,glove.,Hand,Leather,Left,mitten,mittens,mitts,snowboarding,Work'>Gloves</option><option id ='o1p398' value='1|398' data-kw=''>Hoodie</option><option id ='o1p397' value='1|397' data-kw=''>Jeans</option><option id ='o1p300' value='1|300' data-kw=''>Mittens</option><option id ='o1p302' value='1|302' data-kw=''>Neck Gaiter</option><option id ='o1p31' value='1|31' data-kw='bindings,CLOTHING:,hose,hosery,leotard,pair,Pantiehose,panty,Pantyhose,stocking,tights'>Nylons</option><option id ='o1p2' value='1|2' data-kw='Blue,bluejean,Bluejeans,bottoms,capris,corduroy,cremieux,demin,DKNY,DOCKERS,dress,jean,Jeans,jeans-,jegging,Jeggings,Kahkis,Khacki,khakis,legging,LEGGINGS,levis,PANTALON,pants,pants-,slacks,snowpants,spandex,Trouser,trousers,workout,workpants'>Pants</option><option id ='o1p498' value='1|498' data-kw='poncho,slicker,waterproof,macintosh'>Rain Coat or Poncho</option><option id ='o1p16' value='1|16' data-kw='bathrobe,cloth,kimono,robe,Robes,terry,velvet'>Robe</option><option id ='o1p511' value='1|511' data-kw=''>Romper</option><option id ='o1p12' value='1|12' data-kw='scarf,Scarf-,SCARF:,scarve,scarves,Scraf,SHAWL,skarf'>Scarf</option><option id ='o1p330' value='1|330' data-kw=''>Shawl</option><option id ='o1p1' value='1|1' data-kw='Blouse,BLOUSES,button,button-down,Buttondown,camisol,down,downshirt,dress,Flannel,halterTOP,henley,jersey,long-sleeve,long-sleeved,long-sleve,longsleeve,over,pendleton,plaid,polo,pull,shirt,shirts,Sweatshirt,Sweatshirt-,T-SHIRT,T-shirt:,T-Shirts,T/SHIRT,TANK,tank-top,Tanktop,tee,Teeshirt,thermal,TOP,top-workout,TOPS,Tshirt,TSHIRTS,tubetop,Underarmour,undershirt,white'>Shirt</option><option id ='o1p10' value='1|10' data-kw='boardshort,Boardshorts,short,shorts'>Shorts</option><option id ='o1p11' value='1|11' data-kw='bottom,lingerie,Night gown,nightgown,Nightgown-,nightgown.,NIGHTIE,nighty,pajama,Panama,PJ,pjs,SLEEPERS,sleepshirt,SLEEPWEAR,top'>Sleepwear</option><option id ='o1p299' value='1|299' data-kw=''>Snow Pants</option><option id ='o1p18' value='1|18' data-kw='bootie,LEG,sock,WARMER'>Socks</option><option id ='o1p8' value='1|8' data-kw='jumpsuit,outfit,outfits,pinstripe,SUIT,Suits,tux,tuxedo,warmups'>Suit</option><option id ='o1p246' value='1|246' data-kw='cardigan,cashmere,knitted,over,Patagonia,pull,pullover,suera,Sweater,sweater:,sweaters,Sweather,Sweeter,Turtleneck,wrap'>Sweater</option><option id ='o1p547' value='1|547' data-kw=''>Sweatpants</option><option id ='o1p14' value='1|14' data-kw='Billabong,hoodie,Hoodie:,Hoody,over,pant,pull,Sportsware,sweat,Sweat pants,sweatpants,Sweats,sweatshirt,sweatshirt-,sweatshirts,Unitard'>Sweats - workout</option><option id ='o1p367' value='1|367' data-kw=''>Sweatshirt</option><option id ='o1p15' value='1|15' data-kw='1piece,1 piece,baithsuit,Bathing,bathingsuit,bathing suit,bikini,bikiny,Maaji,one-piece,ONeill,skirted,Speedo,SWIMSHORTS,swim shorts,swimsuit,swim suit,swimsuits,swim suits,swimtrunk,swim trunk,Swimtrunks,swim trunks,tankini,trunks,two-piece'>Swimwear</option><option id ='o1p17' value='1|17' data-kw='bowtie,necktie,tie,ties'>Tie</option><option id ='o1p23' value='1|23' data-kw='BOXER,BOXER-,boxers,bra,Bras,brassiere,brief,briefs,camisole,corsette,girdle,jock,jockey,pantie,panties,sportsbra,straps,Thermals,Thong,Underarmour,underclothes,underclothing,undergarment,undergarments,underpants,underware,underwear,Wonderbra'>Underwear</option><option id ='o1p493' value='1|493' data-kw='police uniform,fire uniform,army uniform,navy uniform,air force uniform,coast guard uniform,space force uniform,marine uniform'>Uniform</option><option id ='o1p27' value='1|27' data-kw='vest,Vest-'>Vest</option></optgroup><optgroup label='Duty Free'><option id ='o25p306' value='25|306' data-kw=''>Beverage - Other</option><option id ='o25p269' value='25|269' data-kw=''>Candy</option><option id ='o25p155' value='25|155' data-kw='"E",ASHTRAY,Cigarette,Ciggarette,e-cig,e-cigarette,Electronic,HOOKAH,Marlboro'>Cigarettes</option><option id ='o25p250' value='25|250' data-kw='bag,COSMETIC,Eye,eyelashes,facial,gloss,ITEMS,kit,lipstick,make,make-up,Makeup,make up,products,shadow,travel,up'>Cosmetics or Makeup</option><option id ='o25p270' value='25|270' data-kw=''>Liquor</option><option id ='o25p385' value='25|385' data-kw=''>Multiple Items</option><option id ='o25p121' value='25|121' data-kw='Burberry,Perfume,perfumes'>Perfume</option></optgroup><optgroup label='Electronics'><option id ='o17p190' value='17|190' data-kw='Adapter,ADAPTERS,auto,BATTERY-,charge,charging,chromecast,converter,coolpad,cord,cord:,device,digital,DOCKING,drives,electronic,Hotspot,hub,jack,plug,portable,power,STATION,transmitter,tuner,USB,Wi-Fi,wireless'>Adapter converter</option><option id ='o17p422' value='17|422' data-kw=''>Airpods/Case</option><option id ='o17p325' value='17|325' data-kw='battery'>Batteries</option><option id ='o17p191' value='17|191' data-kw='adaptors,Charger PowerCord,connector,cord,HDMI,Powerstrip,USB cable'>Cables</option><option id ='o17p185' value='17|185' data-kw='calculator'>Calculator</option><option id ='o17p187' value='17|187' data-kw='camera,cameras,Cannon,Canon,fujifilm,GoPro,lens,Lumix,pixel,Polaroid,Powershot,TRI-POD,Tripod,video,webcam'>Camera</option><option id ='o17p383' value='17|383' data-kw=''>Camera Lens Or Accessories</option><option id ='o17p181' value='17|181' data-kw=',acharger,adaptar,batteries,battery,Cable,Car,charge,charger,Charger-,Charger-Belkin,Charger-Bose,CHARGERS,CHARGING,cord,device,dock,electronic,for,iPhone,KIT,laptop,MagSafe,Phone,plug,POWER,power cord,powercord,PROTECTOR,Recharger,STRIP,SURGE'>Charger</option><option id ='o17p356' value='17|356' data-kw=''>Computer Monitor</option><option id ='o17p200' value='17|200' data-kw='3,mp,MP-3,MP3,Player,Roku,Apple TV,Amazon Fire stick,Chrome Cast,chromecast,firestick'>Digital Media Player</option><option id ='o17p396' value='17|396' data-kw=''>Drone</option><option id ='o17p192' value='17|192' data-kw='Blu-Ray,chromecast,Music,Player'>DVD player</option><option id ='o17p194' value='17|194' data-kw='Bose,buds,ear,earbuds,EARBUDS-,EARPHONES,skullcandy,Walkman'>Earbuds</option><option id ='o17p326' value='17|326' data-kw=''>Easy Pass Transponder</option><option id ='o17p156' value='17|156' data-kw='Ecigarette,vape pen'>Electronic cigarette or Vape accessories</option><option id ='o17p386' value='17|386' data-kw=''>Electronics - Other</option><option id ='o17p271' value='17|271' data-kw=''>Fitness Device</option><option id ='o17p252' value='17|252' data-kw='card,chromecast,drive,drives,SD,thumb,USB,usb drive'>Flash Drive</option><option id ='o17p500' value='17|500' data-kw='Opener'>Garage Door Opener</option><option id ='o17p279' value='17|279' data-kw=''>Google Glass</option><option id ='o17p258' value='17|258' data-kw='go-pro,hero2'>GoPro or GoPro accessories</option><option id ='o17p198' value='17|198' data-kw='Garman,Garmen,Garmin,GPS,navigation,navigator'>GPS</option><option id ='o17p533' value='17|533' data-kw='Airtag,Air Tag,Apple,Apple Air Tag,Tracker,Tracking,Device,Tracking Device,GPS,GPS Tracker,SmartTag,Smart Tag,Tile,Samsung SmartTag'>GPS Tracking Devices</option><option id ='o17p196' value='17|196' data-kw='auto,controller,digital,keyboard,tuner'>Handheld Games </option><option id ='o17p251' value='17|251' data-kw='drive,drive.,external,hard,Seagate'>Hard Drive</option><option id ='o17p193' value='17|193' data-kw='BEATS,BOSE,earbud,earbuds,earphone,earphones,earpiece,head,headphone,headphones,HEADPHONES-,headset,HEADSETS,Plantronics,set'>Headphones</option><option id ='o17p197' value='17|197' data-kw='Console,Desktop,ELECTRONIC,FROG,Galaxy,gameboy,GEAR,hardrive,imac,LAPTAP,leap,LeapPad3,Macbook,Macintosh,Nintendo,pad,PLAYER,Playstation,PSP,PSVita,Sony,Thinkpad,Tower,X-Box,XBox'>Hotspot</option><option id ='o17p218' value='17|218' data-kw='2,Air,Apple,black,box,i,i-pad,iPad,ipad-,ipad2,itouch,Mac,mini,mini-iPad,otter,pad,SCREEN,TOUCH,White'>iPad</option><option id ='o17p189' value='17|189' data-kw='apple,I-Pod,iPod,itouch,Nano,POD,Shuffle'>iPod</option><option id ='o17p202' value='17|202' data-kw='coolpad,Keyboard,Modem,monitor,Netgear,pc,ROUTER,samsumg,Scanner'>Keyboard</option><option id ='o17p211' value='17|211' data-kw='Amazon,E,E-Book,E-reader,E-Reader,ereader,eBook,fire,Fire.,HD,Kindle,Kindle:,Kindlefire,Paperwhite,Reader,Voyage'>Kindle or eReader Device</option><option id ='o17p414' value='17|414' data-kw='ereader,e-reader,ebook,e-book'>Kobo</option><option id ='o17p183' value='17|183' data-kw='acer,Airbook,AirCard,Apple,computer,dell,Keyboard,lap,lap top,laptop,laptop-,laptop-lenovo,leap,Lenovo,MacBook,MacPro,Netbook,note book,pad,pro,Tablet/laptop,ThinkPad'>Laptop</option><option id ='o17p247' value='17|247' data-kw='MacBook,Mackbook,Mini,pro'>MacBook</option><option id ='o17p278' value='17|278' data-kw=''>Mouse</option><option id ='o17p376' value='17|376' data-kw=''>Nintendo</option><option id ='o17p499' value='17|499' data-kw='Sound Machine,White Noise Machine'>Noise Machine</option><option id ='o17p268' value='17|268' data-kw=''>Nook</option><option id ='o17p277' value='17|277' data-kw='mouse'>Oculus</option><option id ='o17p374' value='17|374' data-kw=''>Playstation</option><option id ='o17p328' value='17|328' data-kw=''>Power Bank / Power Strip</option><option id ='o17p188' value='17|188' data-kw=''>Printer</option><option id ='o17p205' value='17|205' data-kw='display,projector'>Projector</option><option id ='o17p329' value='17|329' data-kw=''>Remote</option><option id ='o17p289' value='17|289' data-kw=''>Selfie Stick</option><option id ='o17p357' value='17|357' data-kw='iwatch,samsung,fitbit,fit bit,garmin,google,pixel,smartwatch,apple,watch,apple watch,google pixel'>Smart Watch</option><option id ='o17p199' value='17|199' data-kw='Bose,Jambox,Radio,sound,SoundLink,speaker,system,Bluetooth Speaker'>Speakers</option><option id ='o17p352' value='17|352' data-kw='apple pencil'>Stylus Pen</option><option id ='o17p182' value='17|182' data-kw='-Tablet,9,ASUS,E,eReader,e-reader,GALAXY,kindle,knook,Kobo,nexsus,NEXUS,Nook,NOOK-,note,PanDigital,Pro,Reader,samsung,SCREEN,Surface,TABLET,Tablet/,tablets,TOUCH,Verizon'>Tablet</option><option id ='o17p186' value='17|186' data-kw='Audio,Camcorder,camera,Everio,recorder,video,VIDEOCAM,videocamera'>Video Camera or Video Equipment</option><option id ='o17p377' value='17|377' data-kw=''>Walkie Talkies</option><option id ='o17p204' value='17|204' data-kw='Blue,bluetooth,motorola,T-MOBILE,tooth,Tooth:,TracPhone'>Wireless Headset</option><option id ='o17p375' value='17|375' data-kw=''>Xbox</option></optgroup><optgroup label='Entertainment'><option id ='o19p208' value='19|208' data-kw='CARTOON,movie,MOVIES'>Bluray</option><option id ='o19p209' value='19|209' data-kw='Album,ALBUMS,CARTOON,CDs,DISK,MOVIES'>CD</option><option id ='o19p210' value='19|210' data-kw='CARTOON,DVD,DVDs,fantasia,MOVIES,Video,Vídeo,videos'>DVD</option></optgroup><optgroup label='Eyewear'><option id ='o13p242' value='13|242' data-kw='Binoculars,Bowl,BOWLS'>Binoculars</option><option id ='o13p144' value='13|144' data-kw='Acuvue,contacts,lense'>Contact lens</option><option id ='o13p146' value='13|146' data-kw='bi-focal,bifocal,BIFOCALS,Eye,Eyeglass,Eyeglass:,eyeglasses,EYEGLASSES:,FRAMES,galss,Glasses,Glasses;,Lenscrafter,optics,PLASTIC,Prescription,tri-focal,Trifocal,trifocals'>Prescription glasses</option><option id ='o13p145' value='13|145' data-kw='bi-fokles,BIFOCALS,Eye,EYEGLASS,eyeglasse,FRAMES,Glasses,glasses:,PLASTIC,reading,Spectacles'>Reading glasses</option><option id ='o13p291' value='13|291' data-kw=''>Ski Goggles</option><option id ='o13p143' value='13|143' data-kw='Ban,BANS,BIFOCALS,Fitover,FRAMES,Oakley,Oklay,PLASTIC,Polarised,Polarized,RAY,Ray-Ban,rayban,Raybands,shades,sun glasses,sunglass,Sunglasses,Sunglasses-,SUNGLASSES:,Wayfarers,aviators'>Sunglasses</option><option id ='o13p147' value='13|147' data-kw='goggle,goggles,goggles-black'>Swim Goggles</option></optgroup><optgroup label='Food and Beverage'><option id ='o14p306' value='14|306' data-kw=''>Beverage - Other</option><option id ='o14p269' value='14|269' data-kw=''>Candy</option><option id ='o14p148' value='14|148' data-kw='Alcohol,Beers,Bread,Candy,Champagne,chocolates,COFFEE,Cookies,CRACKER,cupcake,drink,Gerber,gum,Jerkey,jerky,lollipop,Lollipops,mix,Poultry,Salmon,sandwich,Sauce,sweets,tangerine,tea,tomatoes,yogurt'>Food</option><option id ='o14p270' value='14|270' data-kw=''>Liquor</option><option id ='o14p417' value='14|417' data-kw=''>Wine</option></optgroup><optgroup label='Footwear'><option id ='o2p32' value='2|32' data-kw='boot,BOOT-,boots,cowboyboot,Hottronics,SALOMON,SNOWBOOTS,SNOWBOOTS-,Timberland,footwear'>Boots</option><option id ='o2p294' value='2|294' data-kw=',footwear'>Flip flops</option><option id ='o2p466' value='2|466' data-kw=''>Footwear - Other</option><option id ='o2p331' value='2|331' data-kw=',footwear'>High heels</option><option id ='o2p34' value='2|34' data-kw='Birkenstock,Clogs,croc,Flip,Flip Flops,flip-flop,flipflop,flipflops,Flop,FLOPS,Huarache,on,Sandal,Sandals,Sandles,slip,Teva,footwear'>Sandals</option><option id ='o2p40' value='2|40' data-kw='-,Aldo,bag,Black,burkenstock,Clarks,crocs,flats,Flip,Flop,Footjoy,gymshoe,HEELS,HIGH,High Heels,Hottronics,hushpuppy,insole,Kswiss,loafer,LOAFERS,Magli,Magnanni,Mens Dress Shoes,Mizuno,mocassin,moccasin,nike,on,pumps,Reeboks,saucony,Shoe,shoe:,shoebox,shoehorn,Shoelace,Shoes,Shoes-,shoes:,shoetree,skecher,slip,sneakers,Sperry,swimshoes,Tenni,Vans,WEDGES,wing-tip,wingtips,workshoe'>Shoes</option><option id ='o2p36' value='2|36' data-kw='ballet,booties,slipper,footwear'>Slippers</option><option id ='o2p33' value='2|33' data-kw='AirMax,deckshoe,High,hightops,nike,nikes,Reeboks,running shoes,sneaker,sneakers,tennis shoes,top,vans,footwear'>Sneakers</option></optgroup><optgroup label='Headwear'><option id ='o3p44' value='3|44' data-kw='beanie,beanie:,beannie,Beenie,face,warmer'>Beanie</option><option id ='o3p45' value='3|45' data-kw='Beret'>Beret</option><option id ='o3p53' value='3|53' data-kw='Helmet,HELMET-'>Bicycle Helmet</option><option id ='o3p47' value='3|47' data-kw='cap,woolcap'>Cap</option><option id ='o3p475' value='3|475' data-kw='facemask,protective face covering,surgical mask,mask'>Face Mask</option><option id ='o3p388' value='3|388' data-kw=''>Hardhat</option><option id ='o3p48' value='3|48' data-kw='ballcap,BONNET,bonnett,bowler,cowboyhat,crown,Fedora,gloves-hats,HAT:,hats,lid,Mens Dress Hat,sombrero,stetson,strawhat,sunhat,sunhat.,tam,ten-gallon,womens dress hat'>Hat</option><option id ='o3p51' value='3|51' data-kw='Headbands'>Head band</option><option id ='o3p54' value='3|54' data-kw='bandana,face,Head Wrap,headwrap,neck,warmer'>Head scarf</option><option id ='o3p390' value='3|390' data-kw=''>Headwear - Other</option><option id ='o3p389' value='3|389' data-kw=''>Motorcycle Helmet</option><option id ='o3p255' value='3|255' data-kw='Helmet-,Helmet-Giro,Mask'>Ski Helmet</option><option id ='o3p50' value='3|50' data-kw='visor'>Sun visor</option></optgroup><optgroup label='Housewares'><option id ='o24p350' value='24|350' data-kw='Air mattress,Airmattress'>Air bed or Pump</option><option id ='o24p259' value='24|259' data-kw='cold,CONVECTION,COUNTERTOP,Crockpot,DEVICE,HEATING,MACHINE,MAKER,OVEN,PANCAKE,STOVE,system,therapy,vacuum,vacuums'>Appliances</option><option id ='o24p332' value='24|332' data-kw=''>Blender</option><option id ='o24p467' value='24|467' data-kw=''>Candle</option><option id ='o24p513' value='24|513' data-kw='Stool'>Chair or Stool</option><option id ='o24p418' value='24|418' data-kw='Steamer'>Clothes Steamer</option><option id ='o24p262' value='24|262' data-kw=''>Coffee grinder</option><option id ='o24p261' value='24|261' data-kw='coffee,maker,POT'>Coffee maker</option><option id ='o24p508' value='24|508' data-kw='christmas tree,christmas lights,holiday,Ornament'>Decorations or Ornaments</option><option id ='o24p503' value='24|503' data-kw='aromatics,incense'>Essential Oils or Diffuser</option><option id ='o24p333' value='24|333' data-kw=''>Hot pot or Hot plate</option><option id ='o24p514' value='24|514' data-kw='Sewing Supplies'>Knitting or Sewing Supplies</option><option id ='o24p295' value='24|295' data-kw=''>Plates or Dishware</option><option id ='o24p501' value='24|501' data-kw='heater'>Portable Heater</option><option id ='o24p296' value='24|296' data-kw=''>Pots and Pans</option><option id ='o24p509' value='24|509' data-kw='pair of scissors,clipper,shears'>Scissors</option><option id ='o24p502' value='24|502' data-kw='tea cloth,linen'>Tablecloth</option><option id ='o24p391' value='24|391' data-kw=''>Tools</option><option id ='o24p504' value='24|504' data-kw=''>Tupperware</option><option id ='o24p260' value='24|260' data-kw='black,dish,Dishes,ladle,Napkin,serving,tray'>Utensils</option></optgroup><optgroup label='IDs, Drivers Licenses, Credit Cards and Passports'><option id ='o5p319' value='5|319' data-kw='Police Badge, Badge, insignia'>Badge</option><option id ='o5p461' value='5|461' data-kw='Insurance,Benefit'>Benefit or Insurance Card</option><option id ='o5p304' value='5|304' data-kw=''>Birth Certificate</option><option id ='o5p69' value='5|69' data-kw='Badges,bank'>Checkbook</option><option id ='o5p442' value='5|442' data-kw=''>Club Membership Card</option><option id ='o5p66' value='5|66' data-kw='-VISA,AMERICAN,Amex,ATM,bankcard,BOA,BofA,Capital,Capitol,Card,cards,CC,Chase,Citi,Citibank,citicard,Costco,credit,creditcard,Debit,Discover,EBT,Express,Fargo,Master,Mastercad,mastercard,MC,MileagePlus,One,Platinum,RBC,santander,Visa,Visacard,Wells'>Credit or Debit card</option><option id ='o5p65' value='5|65' data-kw='-,Alaska,Arkansas,Australian,AZ,CA,California,CANADA,CO,Colorado,D.L.,D.L.:,D/L,DL,driver,drivers,Florida,I.D.,id,Identification,Identifications,IL,Illinois,Iowa,Kansas,lic,Licence,license,NC,Nevada,NVDL,NY,Oregon,PA,TEXAS,Vermont,Wisconsin'>Drivers License</option><option id ='o5p305' value='5|305' data-kw=''>Global Entry Card</option><option id ='o5p310' value='5|310' data-kw=''>ID Card -  Permanent Resident</option><option id ='o5p320' value='5|320' data-kw=''>ID Card - Employee</option><option id ='o5p541' value='5|541' data-kw='Federal ID,ID,ID Card'>ID Card - Federal</option><option id ='o5p346' value='5|346' data-kw=''>ID Card - Membership or Nametag or Other </option><option id ='o5p318' value='5|318' data-kw='military,army,navy,marines,airfore,air force,space force,spaceforce,coast guard,coastguard'>ID Card - Military</option><option id ='o5p248' value='5|248' data-kw='AAA,boarding,BUS,business,card,cards,club,Costco,DMV,Entry,flight,Global,Green,HEALTHCARD,I.D.,ID-Card,LICENSE,Member,Nevada,Office,OSHA,PASS,passes,Pharmacy,registration,Resident,RTC,season,SECURITY,social,SS,tickets,US,VOTER,WIC,Yacht'>ID Card - State Issued</option><option id ='o5p460' value='5|460' data-kw=''>ID Card - Student</option><option id ='o5p459' value='5|459' data-kw=''>ID Holder</option><option id ='o5p68' value='5|68' data-kw='American,CARD,credential,Entry,Global,Green,greencard,holder,Japanese,Mexico,Passbook,PASSORT,passport,passports,US,USA'>Passport</option><option id ='o5p334' value='5|334' data-kw=''>Permit</option><option id ='o5p441' value='5|441' data-kw=''>Rewards Card</option><option id ='o5p298' value='5|298' data-kw=''>Season pass</option><option id ='o5p395' value='5|395' data-kw=''>Social Security Card</option><option id ='o5p527' value='5|527' data-kw=''>Vaccine Card</option><option id ='o5p67' value='5|67' data-kw='billfold,BUSINESS,CARD,creditcard,HOLDER,tri-fold,trifold,wallet,Wallet:,wallets'>Wallet</option></optgroup><optgroup label='Jewelry'><option id ='o9p107' value='9|107' data-kw=''>Belt Buckle</option><option id ='o9p99' value='9|99' data-kw='alert,anklet,bangle,bracelet,Bracelet-,bracelets,CHARMS,DIAMONDS,STONE,STONES,wristband'>Bracelet or Wristlet</option><option id ='o9p102' value='9|102' data-kw='pendant'>Brooch</option><option id ='o9p106' value='9|106' data-kw='bolero'>Chain</option><option id ='o9p373' value='9|373' data-kw=''>Charm</option><option id ='o9p108' value='9|108' data-kw='cross'>Christian cross</option><option id ='o9p109' value='9|109' data-kw='tiara'>Crown, tiara</option><option id ='o9p110' value='9|110' data-kw='-CUFFLINKS,cuff,cufflink,Cufflinks,link'>Cuff links</option><option id ='o9p100' value='9|100' data-kw='Earing,earring,earring:,earrings,hoop,Hoops,Piercings'>Earrings or Piercings</option><option id ='o9p104' value='9|104' data-kw='barrette,clips,Hair'>Hair Pin or Clip</option><option id ='o9p473' value='9|473' data-kw=''>Jewelry - Other</option><option id ='o9p244' value='9|244' data-kw='COLORED,crystal,JEWELRY,pendant,RHINESTONES,swarovski'>Jewelry multiple types</option><option id ='o9p103' value='9|103' data-kw='alexandrite,amethyst,amulet,aquamarine,beads,birthstone,Cartouche,Chain,Dogtags,E-Pendent,Gold,jewels,locket,neckalce,Necklace,necklaces,NECKLECE,pearls,pendant,rhinestones'>Necklace</option><option id ='o9p111' value='9|111' data-kw='cameo,emerald,Ivory,Jewel,medallion,pendant,quartz,rhinestine,rhinestone,saphire,sapphire,Tanzanite,zirconia'>Pendant</option><option id ='o9p105' value='9|105' data-kw='brooch,medals,Pin'>Pin</option><option id ='o9p101' value='9|101' data-kw='-Wedding,band,dÃ­amond,daimond,Diamond,diamonds,gem,Gemstone,ring,ring-,ring:,Rings,Ruby,Wedding,with'>Ring</option><option id ='o9p456' value='9|456' data-kw='Tietack,tie tack,tiepin,tie pin,tieclip,tie clip'>Tie Clip</option><option id ='o9p176' value='9|176' data-kw='Breitling,Bulova,Burberry,Invicta,Luminox,Movado,Pulsar,Rolex,Seiko,Sekonda,Skagen,Timex,watch,WATCH-,watches,wristwatch'>Wristwatch</option></optgroup><optgroup label='Keys, Wallets and Other Personal Accessories'><option id ='o15p340' value='15|340' data-kw=''>Adult toys</option><option id ='o15p175' value='15|175' data-kw='alarm,Clock,Ihome'>Alarm clock</option><option id ='o15p517' value='15|517' data-kw='opener,church key'>Bottle Opener</option><option id ='o15p151' value='15|151' data-kw=''>Business card holder</option><option id ='o15p275' value='15|275' data-kw='CIGAR'>Cigar</option><option id ='o15p154' value='15|154' data-kw='HOOKAH'>Cigarette case</option><option id ='o15p153' value='15|153' data-kw='lighter'>Cigarette lighter</option><option id ='o15p155' value='15|155' data-kw='"E",ASHTRAY,Cigarette,Ciggarette,e-cig,e-cigarette,Electronic,HOOKAH,Marlboro'>Cigarettes</option><option id ='o15p160' value='15|160' data-kw=''>Coffee maker</option><option id ='o15p159' value='15|159' data-kw='Lifestyle'>Contraceptives</option><option id ='o15p161' value='15|161' data-kw='bottle,Corkscrew,opener.'>Corkscrew</option><option id ='o15p250' value='15|250' data-kw='bag,COSMETIC,Eye,eyelashes,facial,gloss,ITEMS,kit,lipstick,make,make-up,Makeup,make up,products,shadow,travel,up'>Cosmetics or Makeup</option><option id ='o15p537' value='15|537' data-kw='Bag,handbag,tote,pouch'>Cross Body Bag</option><option id ='o15p78' value='15|78' data-kw='Dencher,DENTURE,TEETH'>Dentures false teeth</option><option id ='o15p156' value='15|156' data-kw='Ecigarette,vape pen'>Electronic cigarette or Vape accessories</option><option id ='o15p475' value='15|475' data-kw='facemask,protective face covering,surgical mask,mask'>Face Mask</option><option id ='o15p164' value='15|164' data-kw=''>Fan</option><option id ='o15p271' value='15|271' data-kw=''>Fitness device</option><option id ='o15p165' value='15|165' data-kw='/FLASHLIGHTS,Flashlight,FLASHLIGHTS,lamp,LANTERN,light,Mag-Lite,Maglite,VIPERTEK'>Flashlight</option><option id ='o15p170' value='15|170' data-kw='DEVICE,Heating,pad'>Heating pad</option><option id ='o15p171' value='15|171' data-kw='Vaporizer'>Humidifier</option><option id ='o15p459' value='15|459' data-kw=''>ID Holder</option><option id ='o15p177' value='15|177' data-kw='Fob,house,housekey,housekeys,key,Key-,Key-Brass,KEYCARD,keychain,keyring,Porsche,remote,ring,ring.,Saturn,Scion,Sentra'>Keys</option><option id ='o15p378' value='15|378' data-kw=''>Knife</option><option id ='o15p453' value='15|453' data-kw='Mask,protective mask'>Lanyard</option><option id ='o15p172' value='15|172' data-kw=''>Magnifying glass</option><option id ='o15p152' value='15|152' data-kw='MONEYCLIP,Tri-fold'>Money clip</option><option id ='o15p158' value='15|158' data-kw='clippers'>Nail clippers</option><option id ='o15p166' value='15|166' data-kw='nightlight'>Night light</option><option id ='o15p203' value='15|203' data-kw='Activity,COUNTER/PEDOMETER,pedometer,tracker'>Pedometer</option><option id ='o15p162' value='15|162' data-kw='pen,pencils,pens,Montblanc,Parker,mechanical pencil'>Pen or pencil</option><option id ='o15p173' value='15|173' data-kw='PIPE,hookah,bong'>Pipe</option><option id ='o15p149' value='15|149' data-kw='BAG,bi-fold,bifold,billfold,black,change,clutch,COACH,couture,handbag,Jacobs,leather,Marc,POUCH,purse,purse:,SHOULDER'>Pocketbook/Purse</option><option id ='o15p174' value='15|174' data-kw='Rosary'>Rosary</option><option id ='o15p347' value='15|347' data-kw=''>Scale</option><option id ='o15p515' value='15|515' data-kw='Eye Mask'>Sleep Mask</option><option id ='o15p157' value='15|157' data-kw='parasol,Umbrella,umbrellas'>Umbrella</option><option id ='o15p67' value='15|67' data-kw='billfold,BUSINESS,CARD,creditcard,HOLDER,tri-fold,trifold,wallet,Wallet:,wallets'>Wallet</option><option id ='o15p176' value='15|176' data-kw='Breitling,Bulova,Burberry,Invicta,Luminox,Movado,Pulsar,Rolex,Seiko,Sekonda,Skagen,Timex,watch,WATCH-,watches,wristwatch'>Watch</option><option id ='o15p150' value='15|150' data-kw='Wig,wigs,Toupee,toupees'>Wig</option></optgroup><optgroup label='Luggage, Travel Equipment'><option id ='o11p135' value='11|135' data-kw='Backpack,BACKPACK-,backpack:,BACKPACKS,JanSport,luggage,pack'>Backpack</option><option id ='o11p463' value='11|463' data-kw=''>Baggage - Other</option><option id ='o11p457' value='11|457' data-kw=''>Briefcase</option><option id ='o11p134' value='11|134' data-kw='Car,seat,Stroller,baby car seat'>Child car seat</option><option id ='o11p132' value='11|132' data-kw='Blackhawk,Duffle,TOTE'>Duffle bag</option><option id ='o11p140' value='11|140' data-kw='fannypack,Pouch'>Fanny pack</option><option id ='o11p237' value='11|237' data-kw=''>Garment bag</option><option id ='o11p234' value='11|234' data-kw=''>Kennel</option><option id ='o11p321' value='11|321' data-kw=''>Laptop case</option><option id ='o11p402' value='11|402' data-kw=''>Luggage strap or Tag</option><option id ='o11p335' value='11|335' data-kw=''>Portable crib</option><option id ='o11p131' value='11|131' data-kw='bag,bag(s),bookbag,bowling,cart,case,Crossbody,daysack,lunchbox,Samonite,Samsonite,SATCHEL,up,washbag,zip'>Purse or Bag</option><option id ='o11p421' value='11|421' data-kw=''>Roller Bag</option><option id ='o11p351' value='11|351' data-kw=''>Stroller</option><option id ='o11p130' value='11|130' data-kw=''>Suit bag</option><option id ='o11p129' value='11|129' data-kw='baggage,basket,caboodle,carry,carry-on,case,compartment,Cosmestic,on,SUITCASE,suitcases,Suitecase,Trunk,up,zip,luggage,briefcase'>Suitcase</option><option id ='o11p362' value='11|362' data-kw=''>Tote</option><option id ='o11p403' value='11|403' data-kw=''>TSA Luggage Lock </option></optgroup><optgroup label='Membership Cards and Tickets'><option id ='o26p286' value='26|286' data-kw=''>Frequent Flier Card</option><option id ='o26p287' value='26|287' data-kw=''>Rewards Card</option><option id ='o26p285' value='26|285' data-kw=''>Season pass</option></optgroup><optgroup label='Money and Gift Cards'><option id ='o18p419' value='18|419' data-kw=''>Betting or Lottery Ticket</option><option id ='o18p338' value='18|338' data-kw=''>Cash receipt</option><option id ='o18p282' value='18|282' data-kw=''>Casino chip</option><option id ='o18p462' value='18|462' data-kw=''>Check or Money Order</option><option id ='o18p266' value='18|266' data-kw='Book,Check,pay'>Checkbook</option><option id ='o18p337' value='18|337' data-kw=''>Coins</option><option id ='o18p538' value='18|538' data-kw='Coin,Commemorative Coin,Souvenir,Keepsake'>Commemorative Coin</option><option id ='o18p339' value='18|339' data-kw=''>Foreign currency</option><option id ='o18p207' value='18|207' data-kw='$25,AMAZON,Bonanza,CARD,CARDS,Casino,CHIP,club,GAMING,MEMBERSHIP,pass,Paycheck,Prepaid,reward,REWARDS,tickets,TOTAL,tournament,voucher,vouchers'>Giftcard</option><option id ='o18p206' value='18|206' data-kw='$,$1,$10,$10.00,$100,$100.00,$15,$2,$20,$20.00,$5,$5.00,$80,$80.00,-$20.00,BILL,CASH:,check/,CHIP,Coin,coins,coins.,currancy,Currency,Currrency,dollar,dollars,GAMING,Mint,money,MONEY:,Quarter,quarters'>Money</option><option id ='o18p408' value='18|408' data-kw='Gringotts'>Novelty currency</option><option id ='o18p531' value='18|531' data-kw=''>Public Transit Pass</option><option id ='o18p288' value='18|288' data-kw=''>Slot machine voucher</option><option id ='o18p472' value='18|472' data-kw=''>Tickets - Airline</option><option id ='o18p471' value='18|471' data-kw=''>Tickets - Entertainment or Sports</option><option id ='o18p536' value='18|536' data-kw=''>Tickets (Other)</option></optgroup><optgroup label='Musical Instruments'><option id ='o22p225' value='22|225' data-kw='TV'>Accordion</option><option id ='o22p222' value='22|222' data-kw='anti-snorring,Dental,Medicalert'>Banjo</option><option id ='o22p380' value='22|380' data-kw=''>Bow</option><option id ='o22p226' value='22|226' data-kw=''>Clarinet</option><option id ='o22p220' value='22|220' data-kw='paper'>Drum</option><option id ='o22p221' value='22|221' data-kw=''>Drumsticks</option><option id ='o22p223' value='22|223' data-kw='tuperware'>Flute</option><option id ='o22p219' value='22|219' data-kw=''>Guitar</option><option id ='o22p227' value='22|227' data-kw='purse'>Harmonica</option><option id ='o22p465' value='22|465' data-kw=''>Musical Instruments or Accessories - Other</option><option id ='o22p445' value='22|445' data-kw='Electronic,Electric,Digital,Synthesizer,Synth'>Piano / Keyboard</option><option id ='o22p230' value='22|230' data-kw=''>Saxophone</option><option id ='o22p224' value='22|224' data-kw=''>Trumpet</option><option id ='o22p229' value='22|229' data-kw='adaptor,Toshiba'>Ukulele</option><option id ='o22p379' value='22|379' data-kw=''>Violin</option><option id ='o22p228' value='22|228' data-kw='mat'>Whistle</option></optgroup><optgroup label='Photos, Documents, Art, Books, etc.'><option id ='o4p61' value='4|61' data-kw='agenda,Binder,Daily,datebook,Folder,journal,journal.,ledger,organizer,Planner,portfolio,schedule,Zipper,daytimer,planner'>Address book or Planner</option><option id ='o4p240' value='4|240' data-kw='Artwork,carved,childrens,decorated,designs,frame,hand,HIGHLIGHTERS,painting,paintings,picture,plaque,plate,poster,POSTERS,sketch,sketches,stickers,wall'>Art</option><option id ='o4p283' value='4|283' data-kw=''>Bibles - Religious Books</option><option id ='o4p361' value='4|361' data-kw=''>Binder</option><option id ='o4p55' value='4|55' data-kw='-Novel,ALMANAC,Atlas,autograph,autographed,Bible,Binder,Book,Book-,Book:,booklet,bookmark,books,brochure,brochures,catalog,catalogs,checkbook,childrens,COMIC,cookbook,diary,DICTIONARY,guidebook,Hustler,journal,journal.,ledger,library,literature,Magazine,magazines,Maxim,notebook,notebooks,notepads,Novel,Novel-,Novel:,pamphlets,paperback,paperbacks,Playbook,portfolio,Recipes,repair,Road,sportsbook,stickers,Textbook,workbooks,yearbook'>Book</option><option id ='o4p57' value='4|57' data-kw='affidavit,boarding,Certificate,document,Documentation,form,Insurance,ledger,letters,mail,Manila,papers,paperwork,passes,Pay,portfolio,records,report,resumes,Return,stub,Tax,Ticket'>Business papers</option><option id ='o4p60' value='4|60' data-kw=''>Calendar</option><option id ='o4p309' value='4|309' data-kw=''>Certificate(s)</option><option id ='o4p62' value='4|62' data-kw='BIRTHDAY,CARD,envelope,envelopes,mailing,Manilla,portfolio,postcard,postcards,tube'>Envelope</option><option id ='o4p64' value='4|64' data-kw='folder,folders,plastic'>Folder</option><option id ='o4p273' value='4|273' data-kw=''>Journal/Diary</option><option id ='o4p263' value='4|263' data-kw='Atlas,Road'>Magazine</option><option id ='o4p495' value='4|495' data-kw='letter,correspondence'>Mail or Letter or Correspondence</option><option id ='o4p58' value='4|58' data-kw='Binder,clipboard,folder,Homework,journal,ledger,Note,notebook.,Notepad,Notes,Pad,plastic,pocketbook,portfolio,scrapbook,scrapbooking,WITH,Zipper'>Notebook</option><option id ='o4p68' value='4|68' data-kw='American,CARD,credential,Entry,Global,Green,greencard,holder,Japanese,Mexico,Passbook,PASSORT,passport,passports,US,USA'>Passport</option><option id ='o4p63' value='4|63' data-kw='Framed,photograph,photos,photos.,picture,plaque,Portrait,reward,X-ray'>Photo</option><option id ='o4p518' value='4|518' data-kw=''>Picture Frame</option><option id ='o4p236' value='4|236' data-kw='Card,folder,Holder-,leathercase,plastic'>Portfolio</option><option id ='o4p281' value='4|281' data-kw=''>Scrolls</option><option id ='o4p464' value='4|464' data-kw=''>Stationery Supplies</option></optgroup><optgroup label='Prescription Drugs and Medical Equipment'><option id ='o6p70' value='6|70' data-kw='ankle,athletic,CRUTCHES,Futuro,Neckbrace,orthodic,orthotic'>Brace</option><option id ='o6p311' value='6|311' data-kw=''>Breast pump</option><option id ='o6p71' value='6|71' data-kw='Aerator,CPAP,nebulizer,orthopak,Respirator,Respironic,vaporisor'>Breathing device or CPAP</option><option id ='o6p74' value='6|74' data-kw='cane,CANE-,Stick,Walking'>Cane or Walking stick</option><option id ='o6p507' value='6|507' data-kw=''>CBD Products</option><option id ='o6p336' value='6|336' data-kw=''>Crutches</option><option id ='o6p82' value='6|82' data-kw='braces,Invisalign,Mouthguard,mouthpiece,Nightguard,orthodontics,retainer,retainer.,retainers'>Dental Retainer</option><option id ='o6p78' value='6|78' data-kw='Dencher,DENTURE,TEETH'>Dentures false teeth</option><option id ='o6p76' value='6|76' data-kw='dialysis,equipment,syringe,Diabetes Kit'>Diabetic kit</option><option id ='o6p77' value='6|77' data-kw='dialysis,equipment'>Glucose meter</option><option id ='o6p474' value='6|474' data-kw=''>Hand Sanitizer</option><option id ='o6p79' value='6|79' data-kw='aid,hearing'>Hearing aid</option><option id ='o6p80' value='6|80' data-kw='advair,Inhaler'>Inhaler</option><option id ='o6p81' value='6|81' data-kw='insulin'>Insulin</option><option id ='o6p265' value='6|265' data-kw='Bit,carrier,catheters,CPAC,crutch,crutches,defibrillator,diabetic,dialysis,equipment,Fit,foot,HEATING,Humidifirer,machine,MASSAGER,Mouthguard,PAD,pill,TENS,tester,Vaporizor,blood pressure meter'>Medical - Other</option><option id ='o6p72' value='6|72' data-kw='Aciphex,ALLERGY,antacid,Cephalexin,Clobetasol,Dexcom,diazepam,dope,drops,drug,epi-pen,EpiPen,fungicide,GLUCOSE,holder,ibuprofen,Medication,Medications,medicine,Medicines,motrin,Naproxen,Nyquil,Ointment,pill,pills,Pravastatin,PRECRIPTION,Presciption,Prescribed,Prescription,prescriptions,viagra,Marijuana'>Medical Prescriptions</option><option id ='o6p539' value='6|539' data-kw='Aspirin,Ibuprofen,Advil,Tylenol,Cough Medicine,Cough Drops'>Over the Counter Drugs</option><option id ='o6p494' value='6|494' data-kw='dispenser,pill container'>Pill Case</option><option id ='o6p506' value='6|506' data-kw=''>Thermometer</option><option id ='o6p73' value='6|73' data-kw='Airborne,vitamin'>Vitamins</option><option id ='o6p75' value='6|75' data-kw='wheelchair'>Walker</option><option id ='o6p505' value='6|505' data-kw=''>Wheelchair or Accessories</option></optgroup><optgroup label='Religious Articles'><option id ='o27p312' value='27|312' data-kw=''>Communion Items</option><option id ='o27p313' value='27|313' data-kw=''>Headwear</option><option id ='o27p322' value='27|322' data-kw=''>Religious - Other</option><option id ='o27p314' value='27|314' data-kw=''>Rosary Beads</option><option id ='o27p315' value='27|315' data-kw=''>Scriptures – Bibles, etc.</option><option id ='o27p316' value='27|316' data-kw=''>Tallit Bag</option><option id ='o27p523' value='27|523' data-kw='Phylacteries'>Tefillin or Phylacteries </option><option id ='o27p317' value='27|317' data-kw=''>Yarmulke/Kippahs</option></optgroup><optgroup label='Souvenirs'><option id ='o28p516' value='28|516' data-kw='Trophy,Plaque,Medal'>Award or Trophy</option><option id ='o28p444' value='28|444' data-kw=''>Convention Item</option><option id ='o28p508' value='28|508' data-kw='christmas tree,christmas lights,holiday,Ornament'>Decorations or Ornaments</option><option id ='o28p84' value='28|84' data-kw='beer,glass,shot,wineglasses'>Drinking Glass</option><option id ='o28p468' value='28|468' data-kw=''>Flag</option><option id ='o28p381' value='28|381' data-kw=''>Key Chain</option><option id ='o28p409' value='28|409' data-kw=''>Magnet</option><option id ='o28p406' value='28|406' data-kw=''>Robe</option><option id ='o28p239' value='28|239' data-kw=''>Shot Glass</option><option id ='o28p410' value='28|410' data-kw='License Plate'>Souvenir - Other</option><option id ='o28p83' value='28|83' data-kw='bottle,COFFEE,cruche,cylinder,decanter,jar,jug,Kanteen,kettle,mug,MUGS,pint,starbucks,thermos,TUMBLER,waterbottle'>Travel mug</option><option id ='o28p382' value='28|382' data-kw=''>T-Shirt</option><option id ='o28p405' value='28|405' data-kw=''>Wand</option></optgroup><optgroup label='Sports Equipment'><option id ='o8p91' value='8|91' data-kw='archery,Baseball,baseballs,basketballs,Bat,franklin,glove,mitt,snowboard,Softball,VOLLEYBALL'>Baseball</option><option id ='o8p540' value='8|540' data-kw='Glove,Mitt,Baseball Glove,Softball Glove'>Baseball Glove</option><option id ='o8p364' value='8|364' data-kw=''>Basketball</option><option id ='o8p241' value='8|241' data-kw='bicycle,BICYCLES,Bike,BMX'>Bicycle</option><option id ='o8p53' value='8|53' data-kw='Helmet,HELMET-'>Bicycle Helmet</option><option id ='o8p544' value='8|544' data-kw='pool balls'>Billiards Balls</option><option id ='o8p543' value='8|543' data-kw='pool chalk,chalk'>Billiards Chalk</option><option id ='o8p542' value='8|542' data-kw='pool cue,pool stick,pool,billiards stick,billiards cue'>Billiards Stick</option><option id ='o8p242' value='8|242' data-kw='Binoculars,Bowl,BOWLS'>Binoculars</option><option id ='o8p478' value='8|478' data-kw='Boogie Board'>Body Board</option><option id ='o8p89' value='8|89' data-kw=''>Bowling ball</option><option id ='o8p420' value='8|420' data-kw=''>Camping Chair</option><option id ='o8p413' value='8|413' data-kw='Sleeping Bag,SleepingBag'>Camping Gear</option><option id ='o8p549' value='8|549' data-kw='Cleats,Chuteiras,Kabelschellen,????,??,??,Crampons,Botines con tacos,???'>Cleats</option><option id ='o8p369' value='8|369' data-kw=''>Club Head Covers</option><option id ='o8p342' value='8|342' data-kw=''>Compass</option><option id ='o8p546' value='8|546' data-kw=''>Cornhole Bags</option><option id ='o8p545' value='8|545' data-kw=''>Cornhole Board</option><option id ='o8p392' value='8|392' data-kw=''>Diving equipment</option><option id ='o8p303' value='8|303' data-kw=''>Fishing Rods</option><option id ='o8p90' value='8|90' data-kw='Bucknell'>Football</option><option id ='o8p96' value='8|96' data-kw=''>Frisbee disc</option><option id ='o8p93' value='8|93' data-kw='CLUB,HOLDER'>Golf bag</option><option id ='o8p95' value='8|95' data-kw=''>Golf balls</option><option id ='o8p92' value='8|92' data-kw='Callaway'>Golf clubs</option><option id ='o8p368' value='8|368' data-kw=''>Golf Gloves</option><option id ='o8p394' value='8|394' data-kw=''>Hockey Equipment</option><option id ='o8p520' value='8|520' data-kw='hover board'>Hoverboard</option><option id ='o8p552' value='8|552' data-kw='raft,float,swimming'>Inflatable/Flotation Device</option><option id ='o8p378' value='8|378' data-kw=''>Knife</option><option id ='o8p341' value='8|341' data-kw=''>Leatherman multi tool</option><option id ='o8p551' value='8|551' data-kw='Oar,Swimming'>Paddle</option><option id ='o8p393' value='8|393' data-kw=''>Photography equipment</option><option id ='o8p370' value='8|370' data-kw=''>Range Finder</option><option id ='o8p458' value='8|458' data-kw=''>Scooter</option><option id ='o8p353' value='8|353' data-kw=''>Skateboard</option><option id ='o8p290' value='8|290' data-kw=''>Ski Boots</option><option id ='o8p264' value='8|264' data-kw='BINDINGS,goggles-black,salomin,SALOMON'>Ski Equipment - Other</option><option id ='o8p291' value='8|291' data-kw=''>Ski Goggles</option><option id ='o8p255' value='8|255' data-kw='Helmet-,Helmet-Giro,Mask'>Ski Helmet</option><option id ='o8p254' value='8|254' data-kw='pole,poles'>Ski poles</option><option id ='o8p253' value='8|253' data-kw='Mantra,skis-,Skis:,Volkl'>Skis</option><option id ='o8p550' value='8|550' data-kw=''>Sleeping Bag</option><option id ='o8p97' value='8|97' data-kw='SNORKEL,SNORKELS'>Snorkel gear</option><option id ='o8p256' value='8|256' data-kw='board,board.,snow,snowboard-'>Snowboard</option><option id ='o8p257' value='8|257' data-kw='GOGGLES-'>Snowboard Boots</option><option id ='o8p399' value='8|399' data-kw=''>Soccer Ball</option><option id ='o8p477' value='8|477' data-kw=''>Stand-up Paddle Board</option><option id ='o8p476' value='8|476' data-kw=''>Surfboard</option><option id ='o8p147' value='8|147' data-kw='goggle,goggles,goggles-black'>Swim Goggles</option><option id ='o8p98' value='8|98' data-kw='life,surfboard,vest'>Swimming equipment</option><option id ='o8p292' value='8|292' data-kw=''>Tennis Balls</option><option id ='o8p94' value='8|94' data-kw='racket,racquets,raquet,badmitton,Pickleball,squash,ping pong,table tennis,Racquetball'>Tennis or Sports Racket</option><option id ='o8p411' value='8|411' data-kw=''>Tents</option><option id ='o8p412' value='8|412' data-kw='hiking'>Trekking Poles</option><option id ='o8p416' value='8|416' data-kw=''>Volleyball</option><option id ='o8p519' value='8|519' data-kw='weight reducer'>Waist Trainer</option><option id ='o8p400' value='8|400' data-kw=''>Yoga Mat</option></optgroup><optgroup label='Toiletries and Hair Products'><option id ='o10p324' value='10|324' data-kw=''>Body or Face wash</option><option id ='o10p118' value='10|118' data-kw='airbrush,brush,brushes,clip,hair,hairbrush,Loufa,scrubber,STRAIGHTENER'>Brush</option><option id ='o10p120' value='10|120' data-kw='cologne,fragrance'>Cologne</option><option id ='o10p117' value='10|117' data-kw='barettes,clip,comb,hair,hairclip,hairpin,scrunchy'>Comb</option><option id ='o10p125' value='10|125' data-kw='compact,miror,Mirror,vanity mirror,travel mirror'>Compact  mirror</option><option id ='o10p443' value='10|443' data-kw=''>Conditioner</option><option id ='o10p126' value='10|126' data-kw='Contact,Solution'>Contact lens solution</option><option id ='o10p250' value='10|250' data-kw='bag,COSMETIC,Eye,eyelashes,facial,gloss,ITEMS,kit,lipstick,make,make-up,Makeup,make up,products,shadow,travel,up'>Cosmetics or Makeup</option><option id ='o10p276' value='10|276' data-kw='Curling'>Curling Iron</option><option id ='o10p127' value='10|127' data-kw='DEODERANT,deodorant,deodorant.'>Deodorant</option><option id ='o10p387' value='10|387' data-kw=''>Diapers</option><option id ='o10p114' value='10|114' data-kw='and,beard,ELECTRIC,hair,HAIRCLIPPERS,Norelco,razor,RAZORS,shaver'>Electric Shaver or Clippers</option><option id ='o10p113' value='10|113' data-kw='Electric,flexcare,Sonicare,toothbrush,toothbush,Waterpik'>Electric toothbrush</option><option id ='o10p128' value='10|128' data-kw=''>Eye drops</option><option id ='o10p167' value='10|167' data-kw='Flat,FLATIRON,iron,Iron-'>Flat Iron</option><option id ='o10p119' value='10|119' data-kw='blowdryer,brush,CONAIR,CURLER,curlers,dry,Dryer,ELECTRIC,Flat,hair,haircurler,iron,IRONS,rollers,round,SPIRAL,STRAIGHTENER'>Hair dryer</option><option id ='o10p359' value='10|359' data-kw=''>Hair Extensions</option><option id ='o10p323' value='10|323' data-kw=''>Hair Gel</option><option id ='o10p521' value='10|521' data-kw='hair iron,iron'>Hair Straightener</option><option id ='o10p344' value='10|344' data-kw=''>Hairspray</option><option id ='o10p474' value='10|474' data-kw=''>Hand Sanitizer</option><option id ='o10p124' value='10|124' data-kw='balm,bath,body,cetaphil,cover-up,cream,Ekdahl,face,gel,hair,JELL,lotion,Lotions,lubriderm,moisturiser,NEUTROGENA,oil,Ointment,paste,Proactiv,PROACTIVE,sanitizer,Scrub,Sunblock,sunscreen,vaseline,wash'>Lotion</option><option id ='o10p354' value='10|354' data-kw=''>Magnified Makeup Mirror</option><option id ='o10p123' value='10|123' data-kw=';shaving,bag,cosmetic,kit,Manicure,nail,Set,shave,TWEEZERS'>Manicure kit</option><option id ='o10p534' value='10|534' data-kw='Mirror,Hand mirror'>Mirror</option><option id ='o10p243' value='10|243' data-kw='AID,bag,bag.,bathroom,body,Cleanser,clipper,deodorant,first,gloss,grooming,hair,items,kit,lip,Nailpolish,nasal,Remover,Scrub,scrubber,SOLUTION,spray,STRAIGHTENER,toiletries,toiletry,wash'>Misc Toiletries</option><option id ='o10p522' value='10|522' data-kw='polish'>Nail Polish</option><option id ='o10p121' value='10|121' data-kw='Burberry,Perfume,perfumes'>Perfume</option><option id ='o10p115' value='10|115' data-kw='electric,epilator,gillette,proglide,razor,scissor,sissors'>Razor</option><option id ='o10p509' value='10|509' data-kw='pair of scissors,clipper,shears'>Scissors</option><option id ='o10p116' value='10|116' data-kw='bodywash,conditioner,facewash,garnier,hair,HAIRSPRAY,paste,Pureology,Scrub,Shampoo,SHAMPOOS,soap,Spray,treatment'>Shampoo</option><option id ='o10p122' value='10|122' data-kw=';shaving,bag,facecream,Foam,Shave,shaving'>Shaving cream</option><option id ='o10p343' value='10|343' data-kw='Sunscreen,sun screen'>Sunblock cream</option><option id ='o10p345' value='10|345' data-kw=''>Toiletry bag</option><option id ='o10p112' value='10|112' data-kw='crest,Electric,Sensodyne,toothbrush,toothbrushes,toothbush,toothpaste'>Toothbrush</option><option id ='o10p535' value='10|535' data-kw=''>Toothpaste</option><option id ='o10p150' value='10|150' data-kw='Wig,wigs,Toupee,toupees'>Wig</option><option id ='o10p355' value='10|355' data-kw=''>Wipes</option></optgroup><optgroup label='Toys and Pets'><option id ='o20p216' value='20|216' data-kw='Giraffes-,hamster,horseshoe'>Cat</option><option id ='o20p215' value='20|215' data-kw='BOYDS,cage,Chihuahua,Dalmatian,hound,labrador,puppy'>Dog</option><option id ='o20p214' value='20|214' data-kw='Backgammon,board,checkers,Dart,Darts,Etch-a-sketch,games,puzzle,puzzles'>Game</option><option id ='o20p213' value='20|213' data-kw='collar'>Pet Collar</option><option id ='o20p384' value='20|384' data-kw=''>Pet Leash</option><option id ='o20p297' value='20|297' data-kw=''>Stuffed Toy</option><option id ='o20p212' value='20|212' data-kw='ALLIGATOR,animal,ANIMALS,armatron,BABY,baby.,ball,Barbie,Bear,boat,boomerang,BOYDS,bunny,Cow,Coyote,Crayola,crayons,crocodile,crow,dice,Dinosaur,DISNEY,doll,Dolley,dolls,Dolphin,DONKEY,Ducky,dummie,elephant,Elf,etcha-sketch,etcha-sketch,,flamingo,Fox,Giraffe,Gorilla,Horse,Ironman,Jetpack,Kangaroo,Lamb,LeapPad,leapster,lego,Legos,Leprechaun,lion,Lobster,Madden,magnets,mikey,Panda,penguin,Pig,POOH,Popeye,puppet,rabbit,rattle,reindeer,Rubber,Santa,scoobie,Sheep,Skateboard,Snake,Snoopy,snowglobe,snowman,Spiderman,Stuffed,taupe,Teddy,teddybear,Tiger,Tigger,toy,toys,train,transformer,Truck,turtle,tweetybird,unicorn,WOODEN,yahtzee'>Toy</option></optgroup><optgroup label='Unique Item Not Listed'><option id ='o23p217' value='23|217' data-kw=''>Not Listed</option></optgroup><optgroup label='''></optgroup><optgroup label='''></optgroup><optgroup label='''></optgroup></select></div><br />
                        
                        <div style="display:none;" class="error" id="ct114Error"><span style="color:#C30019;">Lost item is required</span></div>
                    </div>
                    <div class="w3-half w3-margin-top">
                        <span id="captionforselected" class="c-fc c-fs"></span>
                        <div id="pcnav" class="c-fc c-fs" style="font-size:small;"></div>
                        <div id="itemselected" class="c-fc c-fs"></div>
                    </div>
                </div>

                    
                <div style="display:none;" class="w3-row w3-padding-top">
                    <div class="rli-col">
                        <span id="ct16" class="c-fc c-fs notranslate">
                            Please provide a detailed description, including brand, color, size and any distinguishing features, of your lost item. For example if you've lost an electronic item, please provide the device's serial number or screen saver.<span style='color:#CC0000;'>*</span>
                        </span>
                    </div>
                </div>
                <div style="display:none;" class="w3-row w3-padding-top">
                    <div class="rli-col">
                        <label for="Items" id="ct19" class="c-fc c-fs ship notranslate">
                            Item description:<span style='color:#CC0000;'>*</span>
                        </label>
                    </div>
                </div>
                <div style="display:none;" class="w3-row w3-padding-0">
                    <div class="rli-col">
                        <textarea id="Items" name="Items" rows="2" cols="60" class="c-ifc w3-col s11 m10 l10 c-inp" style="text-align:left;"></textarea>
                    </div>
                </div>
                
                <div class="w3-row w3-padding-top c-marg">
                    <div class="rli-col">
                        <label for="LostDate" id="ct2" name="ct2" class="labelvalue ship c-fc c-fs notranslate">
                            Date of Loss:<span style='color:#CC0000;'>*</span>&nbsp;MM/DD/YYYY
                        </label>
                    </div>
                </div>
                <div class="w3-row w3-padding-0" style="min-height:30px;">
                    <div class="rli-col">
                        <input type="text" class="c-inp c-ifc w8em format-m-d-y highlight-days-67 range-low-2008-12-02 " id="LostDate" name="LostDate" value="" maxlength="10"  required/>
                    </div>
                </div>
                <div style="display:none;clear:both;" class="error" id="ct2aError">
                    <div class="rli-col">
                        <span style="color:#C30019;">
                            Lost date is required
                        </span>
                        <br />
                    </div>
                </div>
                <div style="display:none;clear:both;" class="error" id="ct2bError">
                    <div class="rli-col">
                        <span style="color:#C30019;">
                            The date you entered is invalid
                        </span>
                        <br />
                    </div>
                </div>
                
                <div class="w3-row w3-padding-0 c-marg" style="min-height:30px;margin-top:10px;">
                    <div class="rli-col">
                        <label for="CustomDD_1" id="ct3" class="labelvalue ship c-fc c-fs notranslate">
                            House Where You Stayed
                        </label>
                    </div>
                </div>
                <div class="w3-row w3-padding-0" style="min-height:30px;">
                    <div class="rli-col">
                        <div class="select-wrapper" notranslate>
                            


                            <select id="CustomDD_1" name="CustomDD_1" class="c-ifc c-inp" required notranslate>
                            <option value="" class="c-inp c-ifc"></option>
                            
                            <option value="31247"  class="c-inp c-ifc" notranslate>ACA: Atlantic Crest Unit A</option>
                            
                            <option value="24054"  class="c-inp c-ifc" notranslate>ACF: My Kind Of Townhome</option>
                            
                            <option value="24056"  class="c-inp c-ifc" notranslate>ACG: La Mar</option>
                            
                            <option value="24057"  class="c-inp c-ifc" notranslate>AV3A2: Aquaholic</option>
                            
                            <option value="24058"  class="c-inp c-ifc" notranslate>AW2: Southern Comfort</option>
                            
                            <option value="24059"  class="c-inp c-ifc" notranslate>AW3: Catchin' Zs</option>
                            
                            <option value="24060"  class="c-inp c-ifc" notranslate>B01: Lauren Lee</option>
                            
                            <option value="24061"  class="c-inp c-ifc" notranslate>B10: Baymeadow 10</option>
                            
                            <option value="24066"  class="c-inp c-ifc" notranslate>B24: Sound Choice</option>
                            
                            <option value="24067"  class="c-inp c-ifc" notranslate>BB109: Bermuda Bay 109</option>
                            
                            <option value="51412"  class="c-inp c-ifc" notranslate>BB1105: The Aloha Shack</option>
                            
                            <option value="41201"  class="c-inp c-ifc" notranslate>BB1107: Beach Daze</option>
                            
                            <option value="51344"  class="c-inp c-ifc" notranslate>BB1700: Salty Shores</option>
                            
                            <option value="38856"  class="c-inp c-ifc" notranslate>BB302E: Monkey Business</option>
                            
                            <option value="42607"  class="c-inp c-ifc" notranslate>BB304C: Purple Pearl</option>
                            
                            <option value="51396"  class="c-inp c-ifc" notranslate>BB305H: The Shimmering Seahorse</option>
                            
                            <option value="51397"  class="c-inp c-ifc" notranslate>BB308B: Careless Whisper</option>
                            
                            <option value="51419"  class="c-inp c-ifc" notranslate>BB308E: Swell Life</option>
                            
                            <option value="27422"  class="c-inp c-ifc" notranslate>BB37: The E Gull Has Landed</option>
                            
                            <option value="27423"  class="c-inp c-ifc" notranslate>BB39: Bay Breeze </option>
                            
                            <option value="27430"  class="c-inp c-ifc" notranslate>BCH09: BeaContent</option>
                            
                            <option value="51209"  class="c-inp c-ifc" notranslate>BCH10: On Corolla Time</option>
                            
                            <option value="24069"  class="c-inp c-ifc" notranslate>BCH10: The Pour House </option>
                            
                            <option value="51208"  class="c-inp c-ifc" notranslate>BCH14: On Corolla Time</option>
                            
                            <option value="24071"  class="c-inp c-ifc" notranslate>BH4S: Ballahack Cottage</option>
                            
                            <option value="38852"  class="c-inp c-ifc" notranslate>BP101: Sunset Paradise</option>
                            
                            <option value="43166"  class="c-inp c-ifc" notranslate>BP102: Skippers Landing</option>
                            
                            <option value="24074"  class="c-inp c-ifc" notranslate>BP1221: Sound, Mind and Bodie</option>
                            
                            <option value="24075"  class="c-inp c-ifc" notranslate>BP41: Sound Surround</option>
                            
                            <option value="24076"  class="c-inp c-ifc" notranslate>BP85: Ballast Poiont Villa 85</option>
                            
                            <option value="35957"  class="c-inp c-ifc" notranslate>BP87: Ballast Point 87</option>
                            
                            <option value="51350"  class="c-inp c-ifc" notranslate>BQ02: Ocean Trail Cottage</option>
                            
                            <option value="27431"  class="c-inp c-ifc" notranslate>BU02: Bare Feet Retreat </option>
                            
                            <option value="35965"  class="c-inp c-ifc" notranslate>BU17: Buck Island 17</option>
                            
                            <option value="37303"  class="c-inp c-ifc" notranslate>BU18: White Dolphin</option>
                            
                            <option value="37304"  class="c-inp c-ifc" notranslate>BU18L: White Dolphin (Left)</option>
                            
                            <option value="37305"  class="c-inp c-ifc" notranslate>BU18R: White Dolphin (Right)</option>
                            
                            <option value="24077"  class="c-inp c-ifc" notranslate>BU22: Love R Shack At The Beach</option>
                            
                            <option value="24078"  class="c-inp c-ifc" notranslate>BU22L: Love R Shack</option>
                            
                            <option value="24079"  class="c-inp c-ifc" notranslate>BU22R: Shack At The Beach</option>
                            
                            <option value="41077"  class="c-inp c-ifc" notranslate>BU35: Mercury Rising</option>
                            
                            <option value="24082"  class="c-inp c-ifc" notranslate>BU58: Mermaids' Retreat</option>
                            
                            <option value="24084"  class="c-inp c-ifc" notranslate>BU63: Pop's Place</option>
                            
                            <option value="40978"  class="c-inp c-ifc" notranslate>BU63: Pop's Place</option>
                            
                            <option value="51204"  class="c-inp c-ifc" notranslate>BU77: After Dune Delight</option>
                            
                            <option value="35988"  class="c-inp c-ifc" notranslate>BU78: Magnolia</option>
                            
                            <option value="38705"  class="c-inp c-ifc" notranslate>BU79: Caroline's Cove</option>
                            
                            <option value="24086"  class="c-inp c-ifc" notranslate>BU80: Palm Vela</option>
                            
                            <option value="24092"  class="c-inp c-ifc" notranslate>BU84: Ocean Pearl</option>
                            
                            <option value="51772"  class="c-inp c-ifc" notranslate>BU88: Apollo Sunset</option>
                            
                            <option value="44593"  class="c-inp c-ifc" notranslate>BV1083A: Vitamin Sea</option>
                            
                            <option value="42466"  class="c-inp c-ifc" notranslate>BV1084A: It's About Time</option>
                            
                            <option value="51364"  class="c-inp c-ifc" notranslate>BV1092A: Hola Beaches</option>
                            
                            <option value="37124"  class="c-inp c-ifc" notranslate>BV1093A: Beachaholic</option>
                            
                            <option value="38169"  class="c-inp c-ifc" notranslate>BV1093B: Sunset VIlla</option>
                            
                            <option value="24094"  class="c-inp c-ifc" notranslate>BV10B: Beacon Villas 10B</option>
                            
                            <option value="27432"  class="c-inp c-ifc" notranslate>BV13A: Seaclusion in Corolla Light </option>
                            
                            <option value="27433"  class="c-inp c-ifc" notranslate>BV15B: Reel Paradise </option>
                            
                            <option value="24096"  class="c-inp c-ifc" notranslate>BV1B: Seaside Serenity</option>
                            
                            <option value="51351"  class="c-inp c-ifc" notranslate>CAR03: The Beach House</option>
                            
                            <option value="51266"  class="c-inp c-ifc" notranslate>CB03: Naut in Kansas</option>
                            
                            <option value="31255"  class="c-inp c-ifc" notranslate>CB11: Inn No Hurry</option>
                            
                            <option value="51352"  class="c-inp c-ifc" notranslate>CB22: Carolina Breeze</option>
                            
                            <option value="42866"  class="c-inp c-ifc" notranslate>CB23: Stella Blue</option>
                            
                            <option value="51422"  class="c-inp c-ifc" notranslate>CB24: Cruz Bay Casa</option>
                            
                            <option value="51377"  class="c-inp c-ifc" notranslate>CB27: Never Ending Shorey</option>
                            
                            <option value="41835"  class="c-inp c-ifc" notranslate>CB40: Sine Of The Tides</option>
                            
                            <option value="51273"  class="c-inp c-ifc" notranslate>CB41: Seaside Greetings</option>
                            
                            <option value="51423"  class="c-inp c-ifc" notranslate>CB54: Coastal Casita</option>
                            
                            <option value="24104"  class="c-inp c-ifc" notranslate>CC005: Live Oak Landing</option>
                            
                            <option value="24105"  class="c-inp c-ifc" notranslate>CC006: The Player</option>
                            
                            <option value="51566"  class="c-inp c-ifc" notranslate>CC008: Currituck Club 08</option>
                            
                            <option value="24110"  class="c-inp c-ifc" notranslate>CC009: All About The View</option>
                            
                            <option value="24112"  class="c-inp c-ifc" notranslate>CC011: Casa del Sol</option>
                            
                            <option value="51221"  class="c-inp c-ifc" notranslate>CC012: At Whitt's End</option>
                            
                            <option value="24114"  class="c-inp c-ifc" notranslate>CC015: Greene's Grove</option>
                            
                            <option value="47468"  class="c-inp c-ifc" notranslate>CC018: Heron Comes the Sun</option>
                            
                            <option value="24115"  class="c-inp c-ifc" notranslate>CC021: Mi Casa Bella</option>
                            
                            <option value="35973"  class="c-inp c-ifc" notranslate>CC030: Whoop! There It Is</option>
                            
                            <option value="31256"  class="c-inp c-ifc" notranslate>CC039: Our Mulligan</option>
                            
                            <option value="24116"  class="c-inp c-ifc" notranslate>CC048: Fore-ever Shore</option>
                            
                            <option value="36062"  class="c-inp c-ifc" notranslate>CC051: Good Vibrations</option>
                            
                            <option value="24118"  class="c-inp c-ifc" notranslate>CC059: Sweet Retreat</option>
                            
                            <option value="27424"  class="c-inp c-ifc" notranslate>CC067: Sound of the Sea</option>
                            
                            <option value="24120"  class="c-inp c-ifc" notranslate>CC068: Endless Sunsets</option>
                            
                            <option value="35073"  class="c-inp c-ifc" notranslate>CC070 - 7th Heaven</option>
                            
                            <option value="36022"  class="c-inp c-ifc" notranslate>CC075: Sailors Cove</option>
                            
                            <option value="51313"  class="c-inp c-ifc" notranslate>CC077: Cavituck Club Charm</option>
                            
                            <option value="24123"  class="c-inp c-ifc" notranslate>CC085: Sand Trap</option>
                            
                            <option value="35966"  class="c-inp c-ifc" notranslate>CC087: Breeze The Day</option>
                            
                            <option value="24097"  class="c-inp c-ifc" notranslate>CC091: Two Easy</option>
                            
                            <option value="36064"  class="c-inp c-ifc" notranslate>CC096: Sounds Delightful</option>
                            
                            <option value="36005"  class="c-inp c-ifc" notranslate>CC104: Afternoon Tee</option>
                            
                            <option value="50677"  class="c-inp c-ifc" notranslate>CC107: Sunset Sound</option>
                            
                            <option value="24128"  class="c-inp c-ifc" notranslate>CC108: Currituck Club 108</option>
                            
                            <option value="24129"  class="c-inp c-ifc" notranslate>CC112: Brown Dog by the Sea</option>
                            
                            <option value="24130"  class="c-inp c-ifc" notranslate>CC114: Fairways & Sunsets</option>
                            
                            <option value="51475"  class="c-inp c-ifc" notranslate>CC115: Wild Wind</option>
                            
                            <option value="24131"  class="c-inp c-ifc" notranslate>CC118: Heaven On Seven</option>
                            
                            <option value="24132"  class="c-inp c-ifc" notranslate>CC124: Kari'd Away</option>
                            
                            <option value="24134"  class="c-inp c-ifc" notranslate>CC130: Bermuda Banks</option>
                            
                            <option value="24135"  class="c-inp c-ifc" notranslate>CC131: Sweet Caroline</option>
                            
                            <option value="27434"  class="c-inp c-ifc" notranslate>CC134: Sea Glass </option>
                            
                            <option value="35985"  class="c-inp c-ifc" notranslate>CC138: All Inn And Then Some</option>
                            
                            <option value="24136"  class="c-inp c-ifc" notranslate>CC139: Il Destino</option>
                            
                            <option value="24137"  class="c-inp c-ifc" notranslate>CC141: Currituck Club 141</option>
                            
                            <option value="24138"  class="c-inp c-ifc" notranslate>CC142: 8th And Sound</option>
                            
                            <option value="24140"  class="c-inp c-ifc" notranslate>CC148: Array Of Sunshine</option>
                            
                            <option value="24141"  class="c-inp c-ifc" notranslate>CC152: Billy's Banks</option>
                            
                            <option value="24142"  class="c-inp c-ifc" notranslate>CC153: The Captain's Hook</option>
                            
                            <option value="24143"  class="c-inp c-ifc" notranslate>CC154: Fore Seasons</option>
                            
                            <option value="24144"  class="c-inp c-ifc" notranslate>CC157: Currituck Club 157</option>
                            
                            <option value="24145"  class="c-inp c-ifc" notranslate>CC159: At The Turn</option>
                            
                            <option value="24146"  class="c-inp c-ifc" notranslate>CC168: Fore The Winn</option>
                            
                            <option value="47464"  class="c-inp c-ifc" notranslate>CC172: The Big Easy</option>
                            
                            <option value="24148"  class="c-inp c-ifc" notranslate>CC176: On The Fringe</option>
                            
                            <option value="36023"  class="c-inp c-ifc" notranslate>CC177: Picture This</option>
                            
                            <option value="36002"  class="c-inp c-ifc" notranslate>CC178: Atlantic Star</option>
                            
                            <option value="51229"  class="c-inp c-ifc" notranslate>CC179: Beach Par Tee</option>
                            
                            <option value="24150"  class="c-inp c-ifc" notranslate>CC180: Perfect Peach</option>
                            
                            <option value="24151"  class="c-inp c-ifc" notranslate>CC182: Kaleidoscope</option>
                            
                            <option value="38667"  class="c-inp c-ifc" notranslate>CC182: Kaleidoscope</option>
                            
                            <option value="36050"  class="c-inp c-ifc" notranslate>CC183: Club Life OBX</option>
                            
                            <option value="36063"  class="c-inp c-ifc" notranslate>CC185: Seadog</option>
                            
                            <option value="24152"  class="c-inp c-ifc" notranslate>CC189: Magicality</option>
                            
                            <option value="40022"  class="c-inp c-ifc" notranslate>CC190: Eagles </option>
                            
                            <option value="24153"  class="c-inp c-ifc" notranslate>CC195: It's 5 O'clock Somewhere</option>
                            
                            <option value="24154"  class="c-inp c-ifc" notranslate>CC196: From Sunrise to Sunset </option>
                            
                            <option value="24155"  class="c-inp c-ifc" notranslate>CC198: Bird's Eye View</option>
                            
                            <option value="41550"  class="c-inp c-ifc" notranslate>CC201: A Raye of Sunshine</option>
                            
                            <option value="24156"  class="c-inp c-ifc" notranslate>CC203: The Flirty Flamingo </option>
                            
                            <option value="24157"  class="c-inp c-ifc" notranslate>CC205: After Dune Delight</option>
                            
                            <option value="24158"  class="c-inp c-ifc" notranslate>CC210: Banks for the Memories</option>
                            
                            <option value="24159"  class="c-inp c-ifc" notranslate>CC212: Wine Down</option>
                            
                            <option value="38387"  class="c-inp c-ifc" notranslate>CC217: Changes in Attitude</option>
                            
                            <option value="24160"  class="c-inp c-ifc" notranslate>CC228: Sea It All</option>
                            
                            <option value="24161"  class="c-inp c-ifc" notranslate>CC229: Bee's Knees</option>
                            
                            <option value="24163"  class="c-inp c-ifc" notranslate>CC230: A Shore Thing</option>
                            
                            <option value="24164"  class="c-inp c-ifc" notranslate>CC257: Sea & Tee</option>
                            
                            <option value="24165"  class="c-inp c-ifc" notranslate>CC258: 40-Love (Formally A License To Chill)</option>
                            
                            <option value="36770"  class="c-inp c-ifc" notranslate>CC261: Heron Haven</option>
                            
                            <option value="24166"  class="c-inp c-ifc" notranslate>CC263: Mare By The Sea</option>
                            
                            <option value="24167"  class="c-inp c-ifc" notranslate>CC267: Golden Retreat</option>
                            
                            <option value="24168"  class="c-inp c-ifc" notranslate>CC271: Par Excellence</option>
                            
                            <option value="27435"  class="c-inp c-ifc" notranslate>CC273: Blue Skies </option>
                            
                            <option value="24169"  class="c-inp c-ifc" notranslate>CC274: Sweet Tee</option>
                            
                            <option value="24170"  class="c-inp c-ifc" notranslate>CC281: Barefoot At The Banks</option>
                            
                            <option value="24171"  class="c-inp c-ifc" notranslate>CC286: Starry Night</option>
                            
                            <option value="40580"  class="c-inp c-ifc" notranslate>CC287: Go With The Flow</option>
                            
                            <option value="24172"  class="c-inp c-ifc" notranslate>CC297: Las Brisas</option>
                            
                            <option value="24173"  class="c-inp c-ifc" notranslate>CC298: Parrothead Manor</option>
                            
                            <option value="24174"  class="c-inp c-ifc" notranslate>CC300: Mon-Elisa</option>
                            
                            <option value="39940"  class="c-inp c-ifc" notranslate>CC303: Sea-Esta</option>
                            
                            <option value="24175"  class="c-inp c-ifc" notranslate>CC305: The Masters Touch</option>
                            
                            <option value="24176"  class="c-inp c-ifc" notranslate>CC306: You're Away!</option>
                            
                            <option value="24178"  class="c-inp c-ifc" notranslate>CC313: Isle Of Skye</option>
                            
                            <option value="24179"  class="c-inp c-ifc" notranslate>CC318: OBX Rays</option>
                            
                            <option value="24180"  class="c-inp c-ifc" notranslate>CC322: Currituck Club 322</option>
                            
                            <option value="41212"  class="c-inp c-ifc" notranslate>CC328: Wellfleet II</option>
                            
                            <option value="27436"  class="c-inp c-ifc" notranslate>CC372: Sidebar</option>
                            
                            <option value="24181"  class="c-inp c-ifc" notranslate>CC376: Wood Duck Inn</option>
                            
                            <option value="24182"  class="c-inp c-ifc" notranslate>CC411: Sounds Like Fun</option>
                            
                            <option value="36065"  class="c-inp c-ifc" notranslate>CC416: Summer Love</option>
                            
                            <option value="35981"  class="c-inp c-ifc" notranslate>CC420: Shell's By The Sea Shore</option>
                            
                            <option value="24184"  class="c-inp c-ifc" notranslate>CCV04: Sand Castle</option>
                            
                            <option value="24185"  class="c-inp c-ifc" notranslate>CCV09: Coastal Haven</option>
                            
                            <option value="24186"  class="c-inp c-ifc" notranslate>CCV13: No Worries</option>
                            
                            <option value="37224"  class="c-inp c-ifc" notranslate>CH104: Inlet Palms</option>
                            
                            <option value="51295"  class="c-inp c-ifc" notranslate>CH122: Star of the Sea</option>
                            
                            <option value="49984"  class="c-inp c-ifc" notranslate>CH130: Teach na Mara</option>
                            
                            <option value="51388"  class="c-inp c-ifc" notranslate>CH148: Whispering Waters</option>
                            
                            <option value="51415"  class="c-inp c-ifc" notranslate>CH15: OBXcellent</option>
                            
                            <option value="43515"  class="c-inp c-ifc" notranslate>CH16: Come Sail Away</option>
                            
                            <option value="50323"  class="c-inp c-ifc" notranslate>CH17: Sunbeam Sands</option>
                            
                            <option value="51303"  class="c-inp c-ifc" notranslate>CH26: Tree Frog</option>
                            
                            <option value="51336"  class="c-inp c-ifc" notranslate>CH39: The Sandy Eagle</option>
                            
                            <option value="51337"  class="c-inp c-ifc" notranslate>CH50: The Sweet Pelican</option>
                            
                            <option value="51416"  class="c-inp c-ifc" notranslate>CH53: OBX Beach Bliss</option>
                            
                            <option value="51226"  class="c-inp c-ifc" notranslate>CH67D: Bay Dream</option>
                            
                            <option value="51286"  class="c-inp c-ifc" notranslate>CH73: Coastal Kaleidoscope</option>
                            
                            <option value="40581"  class="c-inp c-ifc" notranslate>CH75: Dockside Dream</option>
                            
                            <option value="51306"  class="c-inp c-ifc" notranslate>CH80: Scout's Cove</option>
                            
                            <option value="51301"  class="c-inp c-ifc" notranslate>CH88: Starfish Hideaway</option>
                            
                            <option value="51332"  class="c-inp c-ifc" notranslate>CH937: Sounds About Wright</option>
                            
                            <option value="43710"  class="c-inp c-ifc" notranslate>CH97: Blue Harbour Haven</option>
                            
                            <option value="42721"  class="c-inp c-ifc" notranslate>CL01: Creamsicle Cottage</option>
                            
                            <option value="24187"  class="c-inp c-ifc" notranslate>CL02M: Sandy Cheeks</option>
                            
                            <option value="51346"  class="c-inp c-ifc" notranslate>CL07: Soak Up The Sun</option>
                            
                            <option value="51389"  class="c-inp c-ifc" notranslate>CL100: Corolla Sunrise</option>
                            
                            <option value="51369"  class="c-inp c-ifc" notranslate>CL105: Roll Tide</option>
                            
                            <option value="51468"  class="c-inp c-ifc" notranslate>CL117: Southern Memories</option>
                            
                            <option value="50678"  class="c-inp c-ifc" notranslate>CL11M: Sandy Paws</option>
                            
                            <option value="37724"  class="c-inp c-ifc" notranslate>CL12M: Corolla Premier</option>
                            
                            <option value="24190"  class="c-inp c-ifc" notranslate>CL133: Payson Place</option>
                            
                            <option value="51403"  class="c-inp c-ifc" notranslate>CL137: Camelot</option>
                            
                            <option value="51262"  class="c-inp c-ifc" notranslate>CL191: High Adventure</option>
                            
                            <option value="28740"  class="c-inp c-ifc" notranslate>CL212: Over-By The Beach</option>
                            
                            <option value="24193"  class="c-inp c-ifc" notranslate>CL214: Lazy Daze</option>
                            
                            <option value="50685"  class="c-inp c-ifc" notranslate>CL21M: Corolla </option>
                            
                            <option value="41836"  class="c-inp c-ifc" notranslate>CL21M: Corolla </option>
                            
                            <option value="51257"  class="c-inp c-ifc" notranslate>CL312: East Meets West</option>
                            
                            <option value="24099"  class="c-inp c-ifc" notranslate>CL313: Mater Oceanus</option>
                            
                            <option value="24194"  class="c-inp c-ifc" notranslate>CL328: Irish Tides</option>
                            
                            <option value="24195"  class="c-inp c-ifc" notranslate>CL329: Carolina On My Mind</option>
                            
                            <option value="45000"  class="c-inp c-ifc" notranslate>CL331: Lighthouse Jewel</option>
                            
                            <option value="47285"  class="c-inp c-ifc" notranslate>CL336: Silence of the Clams</option>
                            
                            <option value="24197"  class="c-inp c-ifc" notranslate>CL338: Starfish</option>
                            
                            <option value="24198"  class="c-inp c-ifc" notranslate>CL341: Moorings</option>
                            
                            <option value="24199"  class="c-inp c-ifc" notranslate>CL342: Elysium III</option>
                            
                            <option value="35975"  class="c-inp c-ifc" notranslate>CL344: Tequila Sunset</option>
                            
                            <option value="24200"  class="c-inp c-ifc" notranslate>CL415: The Bates Motel</option>
                            
                            <option value="24201"  class="c-inp c-ifc" notranslate>CL505: E Z Duz It</option>
                            
                            <option value="41688"  class="c-inp c-ifc" notranslate>CL514: Plum Paws</option>
                            
                            <option value="24203"  class="c-inp c-ifc" notranslate>CL516: Sound Sational OBX</option>
                            
                            <option value="24204"  class="c-inp c-ifc" notranslate>CL535: Good Sun-Sations</option>
                            
                            <option value="51314"  class="c-inp c-ifc" notranslate>CL537: Crustacean Sensation</option>
                            
                            <option value="24205"  class="c-inp c-ifc" notranslate>CL537: It's A Wonderful Life</option>
                            
                            <option value="27437"  class="c-inp c-ifc" notranslate>CL538: Corolla Escape </option>
                            
                            <option value="38981"  class="c-inp c-ifc" notranslate>CL543: Catch N Relax</option>
                            
                            <option value="40289"  class="c-inp c-ifc" notranslate>CL547: Animal House</option>
                            
                            <option value="35967"  class="c-inp c-ifc" notranslate>CL550: Sea Sound Blessing</option>
                            
                            <option value="47920"  class="c-inp c-ifc" notranslate>CL554: On Valentine Pond</option>
                            
                            <option value="47695"  class="c-inp c-ifc" notranslate>CL564: Bit of Heaven</option>
                            
                            <option value="24207"  class="c-inp c-ifc" notranslate>CL565: Beach Made Me Do It</option>
                            
                            <option value="43761"  class="c-inp c-ifc" notranslate>CL571: Sunshine Daydream</option>
                            
                            <option value="27438"  class="c-inp c-ifc" notranslate>CL572: Endless Sunsets in Corolla Light </option>
                            
                            <option value="51374"  class="c-inp c-ifc" notranslate>CL576: Calypso</option>
                            
                            <option value="24208"  class="c-inp c-ifc" notranslate>CL579: Turtles Nest</option>
                            
                            <option value="39244"  class="c-inp c-ifc" notranslate>CL580: Deja Blue</option>
                            
                            <option value="24209"  class="c-inp c-ifc" notranslate>CL585: Sound Dreams</option>
                            
                            <option value="39287"  class="c-inp c-ifc" notranslate>CL586: Modern Sound</option>
                            
                            <option value="44594"  class="c-inp c-ifc" notranslate>CL588: Hide Away Heaven</option>
                            
                            <option value="38170"  class="c-inp c-ifc" notranslate>CL592: Three Stooges</option>
                            
                            <option value="27439"  class="c-inp c-ifc" notranslate>CL622: Hogan </option>
                            
                            <option value="36771"  class="c-inp c-ifc" notranslate>CL630: Beach Magic</option>
                            
                            <option value="24211"  class="c-inp c-ifc" notranslate>CL676: Let Me Count The Waves</option>
                            
                            <option value="47317"  class="c-inp c-ifc" notranslate>CL703: Sovereign of the Seas</option>
                            
                            <option value="24212"  class="c-inp c-ifc" notranslate>CL712: Payne Free</option>
                            
                            <option value="24213"  class="c-inp c-ifc" notranslate>CL718: Dunewood</option>
                            
                            <option value="24214"  class="c-inp c-ifc" notranslate>CL742: WanderLodge</option>
                            
                            <option value="51393"  class="c-inp c-ifc" notranslate>CL745: Shooting Stars</option>
                            
                            <option value="51267"  class="c-inp c-ifc" notranslate>CL747: Pelican Haven</option>
                            
                            <option value="51353"  class="c-inp c-ifc" notranslate>CL845: Cohasset II</option>
                            
                            <option value="42865"  class="c-inp c-ifc" notranslate>CLP112D: Bay Dream Believer</option>
                            
                            <option value="41475"  class="c-inp c-ifc" notranslate>CLP113: Aqua Therapy</option>
                            
                            <option value="37152"  class="c-inp c-ifc" notranslate>CLP202A: Sound Xcape</option>
                            
                            <option value="24215"  class="c-inp c-ifc" notranslate>CP16: Sea You Soon</option>
                            
                            <option value="24216"  class="c-inp c-ifc" notranslate>CP19: Jewel Of The Banks</option>
                            
                            <option value="51247"  class="c-inp c-ifc" notranslate>CP41: Better Together</option>
                            
                            <option value="24217"  class="c-inp c-ifc" notranslate>CP41: Our Crowning Glory</option>
                            
                            <option value="36024"  class="c-inp c-ifc" notranslate>CP49: Bo's Bungalow</option>
                            
                            <option value="51354"  class="c-inp c-ifc" notranslate>CP90: Whatcha Dune</option>
                            
                            <option value="49796"  class="c-inp c-ifc" notranslate>CQ1: Sea Escape</option>
                            
                            <option value="24219"  class="c-inp c-ifc" notranslate>CR202: Crystal Shores 202</option>
                            
                            <option value="24220"  class="c-inp c-ifc" notranslate>CR302: Crystal Shores Condo 302</option>
                            
                            <option value="24221"  class="c-inp c-ifc" notranslate>CS05: Per-SPECHT-tive</option>
                            
                            <option value="24222"  class="c-inp c-ifc" notranslate>CS6R: Taylor's Place</option>
                            
                            <option value="24223"  class="c-inp c-ifc" notranslate>CSC2K: Cowabungalow</option>
                            
                            <option value="37394"  class="c-inp c-ifc" notranslate>CSC3G: The Duke</option>
                            
                            <option value="40776"  class="c-inp c-ifc" notranslate>CSC3I: Surfing Gecko</option>
                            
                            <option value="45356"  class="c-inp c-ifc" notranslate>CSC3L: Sweet Escape</option>
                            
                            <option value="24226"  class="c-inp c-ifc" notranslate>CSC3N: Big Kahuna</option>
                            
                            <option value="24227"  class="c-inp c-ifc" notranslate>CSC3P: Devocean</option>
                            
                            <option value="24228"  class="c-inp c-ifc" notranslate>CSC4A: OBX Whale</option>
                            
                            <option value="37393"  class="c-inp c-ifc" notranslate>CSC4F: Endless Summer</option>
                            
                            <option value="24230"  class="c-inp c-ifc" notranslate>CSC4H: Best In Show</option>
                            
                            <option value="24231"  class="c-inp c-ifc" notranslate>CSC4K: South Beach</option>
                            
                            <option value="51258"  class="c-inp c-ifc" notranslate>CV04: Emotional Rescue</option>
                            
                            <option value="24232"  class="c-inp c-ifc" notranslate>CV05: School's Out</option>
                            
                            <option value="51261"  class="c-inp c-ifc" notranslate>CV06: Golden Week</option>
                            
                            <option value="24235"  class="c-inp c-ifc" notranslate>DE02: Beach Boys</option>
                            
                            <option value="24236"  class="c-inp c-ifc" notranslate>DE03: Anchors Away</option>
                            
                            <option value="24239"  class="c-inp c-ifc" notranslate>DE07A: Dune Ridge</option>
                            
                            <option value="24238"  class="c-inp c-ifc" notranslate>DE08: Shore Beats Work</option>
                            
                            <option value="24240"  class="c-inp c-ifc" notranslate>DE10: Duneridge Estates 10</option>
                            
                            <option value="24162"  class="c-inp c-ifc" notranslate>DE11: Carolina Blue</option>
                            
                            <option value="24242"  class="c-inp c-ifc" notranslate>DE21N: Satisfaction</option>
                            
                            <option value="25869"  class="c-inp c-ifc" notranslate>DL101: Pooh's Corner</option>
                            
                            <option value="24245"  class="c-inp c-ifc" notranslate>DR06: Time Out</option>
                            
                            <option value="42465"  class="c-inp c-ifc" notranslate>DR13: Salty Dog</option>
                            
                            <option value="24247"  class="c-inp c-ifc" notranslate>DR24: Dolphin Watch</option>
                            
                            <option value="25870"  class="c-inp c-ifc" notranslate>DR26: Honzie's Hideaway</option>
                            
                            <option value="31249"  class="c-inp c-ifc" notranslate>DR28: Crabby Patty</option>
                            
                            <option value="24248"  class="c-inp c-ifc" notranslate>DR30: Dolphin Run 30</option>
                            
                            <option value="24249"  class="c-inp c-ifc" notranslate>DR31: Fish-n-Ships </option>
                            
                            <option value="24250"  class="c-inp c-ifc" notranslate>DR35: Beagle by The Sea</option>
                            
                            <option value="24251"  class="c-inp c-ifc" notranslate>DR39: Harrell</option>
                            
                            <option value="24252"  class="c-inp c-ifc" notranslate>DR40: Love To Nags</option>
                            
                            <option value="43110"  class="c-inp c-ifc" notranslate>DS302: The Ssandbar</option>
                            
                            <option value="24254"  class="c-inp c-ifc" notranslate>DS304: Daniel's Diamond</option>
                            
                            <option value="24255"  class="c-inp c-ifc" notranslate>DU001: No Sno Dayz</option>
                            
                            <option value="38651"  class="c-inp c-ifc" notranslate>DU01: Makai NeNe</option>
                            
                            <option value="51318"  class="c-inp c-ifc" notranslate>DU013: Flip Flops Inn</option>
                            
                            <option value="51315"  class="c-inp c-ifc" notranslate>DU016: Currituck Sound Sanctuary</option>
                            
                            <option value="41358"  class="c-inp c-ifc" notranslate>DU02: How Sweet The Sound</option>
                            
                            <option value="24257"  class="c-inp c-ifc" notranslate>DU100: Duck Side of the Moon</option>
                            
                            <option value="37879"  class="c-inp c-ifc" notranslate>DU101: Easy Breezy</option>
                            
                            <option value="43109"  class="c-inp c-ifc" notranslate>DU102: Family Tides</option>
                            
                            <option value="37880"  class="c-inp c-ifc" notranslate>DU107: Chillax</option>
                            
                            <option value="31258"  class="c-inp c-ifc" notranslate>DU120: Rx To Relax</option>
                            
                            <option value="40979"  class="c-inp c-ifc" notranslate>DU126: Oceanfront Oasis</option>
                            
                            <option value="40777"  class="c-inp c-ifc" notranslate>DU13 Shannon</option>
                            
                            <option value="51398"  class="c-inp c-ifc" notranslate>DU14: Le Bon Canard</option>
                            
                            <option value="24258"  class="c-inp c-ifc" notranslate>DU190: Coop's Cottage</option>
                            
                            <option value="50110"  class="c-inp c-ifc" notranslate>DU201: Life O 'Rily</option>
                            
                            <option value="51356"  class="c-inp c-ifc" notranslate>DU226: Old KenDucky Home</option>
                            
                            <option value="51317"  class="c-inp c-ifc" notranslate>DU26: Duck Pointe</option>
                            
                            <option value="27440"  class="c-inp c-ifc" notranslate>DU301: A Shore Thing in Duck </option>
                            
                            <option value="36025"  class="c-inp c-ifc" notranslate>DU302: Stargazer</option>
                            
                            <option value="42867"  class="c-inp c-ifc" notranslate>DU303: Aurora</option>
                            
                            <option value="43738"  class="c-inp c-ifc" notranslate>DU304: Beach Runner</option>
                            
                            <option value="49089"  class="c-inp c-ifc" notranslate>DU307A: Delightful Diversion</option>
                            
                            <option value="50324"  class="c-inp c-ifc" notranslate>DU308: The Mayor's Choice</option>
                            
                            <option value="51287"  class="c-inp c-ifc" notranslate>DU31: Favorite Song</option>
                            
                            <option value="51325"  class="c-inp c-ifc" notranslate>DU340: Pelican Perch</option>
                            
                            <option value="51322"  class="c-inp c-ifc" notranslate>DU367: Oar House</option>
                            
                            <option value="24259"  class="c-inp c-ifc" notranslate>DU400: Beach Daze</option>
                            
                            <option value="47127"  class="c-inp c-ifc" notranslate>DU403: Inspect2Sea</option>
                            
                            <option value="27441"  class="c-inp c-ifc" notranslate>DU404: Summer Nights </option>
                            
                            <option value="36052"  class="c-inp c-ifc" notranslate>DU405: Shorely Blessed</option>
                            
                            <option value="40328"  class="c-inp c-ifc" notranslate>DU406: Duck Landing 406</option>
                            
                            <option value="35976"  class="c-inp c-ifc" notranslate>DU407: The Gathering Place</option>
                            
                            <option value="35977"  class="c-inp c-ifc" notranslate>DU408: Moby Duck</option>
                            
                            <option value="35983"  class="c-inp c-ifc" notranslate>DU409: The Driftwood</option>
                            
                            <option value="50843"  class="c-inp c-ifc" notranslate>DU410: Family Tradition</option>
                            
                            <option value="51567"  class="c-inp c-ifc" notranslate>DU411: Mermaid Shade</option>
                            
                            <option value="51357"  class="c-inp c-ifc" notranslate>DU412: Dock Holiday</option>
                            
                            <option value="51355"  class="c-inp c-ifc" notranslate>DU45: Duckin' Around</option>
                            
                            <option value="24261"  class="c-inp c-ifc" notranslate>DU501: Hostetler</option>
                            
                            <option value="25871"  class="c-inp c-ifc" notranslate>DU502: Decked Out Duck</option>
                            
                            <option value="43521"  class="c-inp c-ifc" notranslate>DU503: A Captain's Tale</option>
                            
                            <option value="35968"  class="c-inp c-ifc" notranslate>DU505: Kiki's Retreat</option>
                            
                            <option value="35969"  class="c-inp c-ifc" notranslate>DU506: Salty Duck</option>
                            
                            <option value="38668"  class="c-inp c-ifc" notranslate>DU507: Now Your Cookin'</option>
                            
                            <option value="43520"  class="c-inp c-ifc" notranslate>DU508: A Change in Attitude</option>
                            
                            <option value="51227"  class="c-inp c-ifc" notranslate>DU510: Bayberry Hill</option>
                            
                            <option value="38982"  class="c-inp c-ifc" notranslate>DU601: Mone In The Banks</option>
                            
                            <option value="49832"  class="c-inp c-ifc" notranslate>DU602: Sandhill Unit</option>
                            
                            <option value="24263"  class="c-inp c-ifc" notranslate>DU606: Fiddlin' Around</option>
                            
                            <option value="24264"  class="c-inp c-ifc" notranslate>DU609: Best 'LiL' Shorehouse in Duck</option>
                            
                            <option value="51390"  class="c-inp c-ifc" notranslate>DU610: Burd's Nest</option>
                            
                            <option value="48320"  class="c-inp c-ifc" notranslate>DU612: Windjammer</option>
                            
                            <option value="24266"  class="c-inp c-ifc" notranslate>DU613: Point Of View</option>
                            
                            <option value="50844"  class="c-inp c-ifc" notranslate>DU614: Sounds Ducky</option>
                            
                            <option value="51773"  class="c-inp c-ifc" notranslate>DU615: Blue Goose</option>
                            
                            <option value="37597"  class="c-inp c-ifc" notranslate>DU701: Dolphin Dunes</option>
                            
                            <option value="35982"  class="c-inp c-ifc" notranslate>DU702: C And Sky</option>
                            
                            <option value="43711"  class="c-inp c-ifc" notranslate>DU703: Chirality</option>
                            
                            <option value="47696"  class="c-inp c-ifc" notranslate>DU704: Slumbering Duck</option>
                            
                            <option value="24270"  class="c-inp c-ifc" notranslate>DU801: Shady Dippin</option>
                            
                            <option value="24271"  class="c-inp c-ifc" notranslate>DU802: Pelican Post</option>
                            
                            <option value="25873"  class="c-inp c-ifc" notranslate>DU803: Coral Cabana</option>
                            
                            <option value="25874"  class="c-inp c-ifc" notranslate>DU804: Beach House</option>
                            
                            <option value="27444"  class="c-inp c-ifc" notranslate>DU806: Duck 806</option>
                            
                            <option value="35978"  class="c-inp c-ifc" notranslate>DU807: Z's By The Sea</option>
                            
                            <option value="39210"  class="c-inp c-ifc" notranslate>DU808: Brass Ring</option>
                            
                            <option value="40291"  class="c-inp c-ifc" notranslate>DU810: Endless Summer</option>
                            
                            <option value="51378"  class="c-inp c-ifc" notranslate>DU813: The Ranch</option>
                            
                            <option value="24272"  class="c-inp c-ifc" notranslate>DU903: Serenity</option>
                            
                            <option value="24273"  class="c-inp c-ifc" notranslate>DU904: Sandy Duck</option>
                            
                            <option value="24274"  class="c-inp c-ifc" notranslate>DU907: Sand In My Shoes</option>
                            
                            <option value="24275"  class="c-inp c-ifc" notranslate>DU909: Blues Run</option>
                            
                            <option value="24276"  class="c-inp c-ifc" notranslate>DU910: Mom's View</option>
                            
                            <option value="27445"  class="c-inp c-ifc" notranslate>DU912: Chez La Mer </option>
                            
                            <option value="31259"  class="c-inp c-ifc" notranslate>DU913: Rescued</option>
                            
                            <option value="41987"  class="c-inp c-ifc" notranslate>DU914: Four Sons</option>
                            
                            <option value="51774"  class="c-inp c-ifc" notranslate>DU915: Boots to Beach</option>
                            
                            <option value="24277"  class="c-inp c-ifc" notranslate>EE08: Relax Inn 5110</option>
                            
                            <option value="24278"  class="c-inp c-ifc" notranslate>EE11: Blue Paradise</option>
                            
                            <option value="47357"  class="c-inp c-ifc" notranslate>EE46: The Happy Crab</option>
                            
                            <option value="24280"  class="c-inp c-ifc" notranslate>FF102: Simplicity</option>
                            
                            <option value="24281"  class="c-inp c-ifc" notranslate>FF105: First Flight Retreat 105</option>
                            
                            <option value="24287"  class="c-inp c-ifc" notranslate>FF317: Second Honeymoon</option>
                            
                            <option value="24288"  class="c-inp c-ifc" notranslate>GR0413: Go Your Own Wave</option>
                            
                            <option value="27446"  class="c-inp c-ifc" notranslate>GR0501: The Sun</option>
                            
                            <option value="47811"  class="c-inp c-ifc" notranslate>GR0701: Surfer's Watch</option>
                            
                            <option value="49090"  class="c-inp c-ifc" notranslate>GR2206: Island State of Mind</option>
                            
                            <option value="24290"  class="c-inp c-ifc" notranslate>GR2234: Dare To Relax</option>
                            
                            <option value="51279"  class="c-inp c-ifc" notranslate>GR2401: Come Away</option>
                            
                            <option value="24291"  class="c-inp c-ifc" notranslate>GR2510: Phelps</option>
                            
                            <option value="25875"  class="c-inp c-ifc" notranslate>GR2516: Sunnyside Beach House</option>
                            
                            <option value="25876"  class="c-inp c-ifc" notranslate>GR2620: The Legal Pad</option>
                            
                            <option value="27447"  class="c-inp c-ifc" notranslate>GR3333: Teacher's Lair</option>
                            
                            <option value="41607"  class="c-inp c-ifc" notranslate>GR3630: Happy Hour</option>
                            
                            <option value="47812"  class="c-inp c-ifc" notranslate>GR3720: Butts In The Sand</option>
                            
                            <option value="27448"  class="c-inp c-ifc" notranslate>GR4210: Gallery Row 4210</option>
                            
                            <option value="24292"  class="c-inp c-ifc" notranslate>GR4701: Pig Kahuna</option>
                            
                            <option value="49833"  class="c-inp c-ifc" notranslate>GR5809: Peg Leg Pete's</option>
                            
                            <option value="36768"  class="c-inp c-ifc" notranslate>GR6311: </option>
                            
                            <option value="37381"  class="c-inp c-ifc" notranslate>GR7811: Cooper Cabana</option>
                            
                            <option value="27449"  class="c-inp c-ifc" notranslate>GR9612: Barefoot Bliss</option>
                            
                            <option value="31241"  class="c-inp c-ifc" notranslate>GRO501: The Sun</option>
                            
                            <option value="38167"  class="c-inp c-ifc" notranslate>GSC3: Golden Strand Unit C3</option>
                            
                            <option value="38168"  class="c-inp c-ifc" notranslate>GSJ2: Golden Strand Unit J2</option>
                            
                            <option value="24294"  class="c-inp c-ifc" notranslate>H101S: Heron Cove 101S</option>
                            
                            <option value="24295"  class="c-inp c-ifc" notranslate>H102S: Heron Cove 102S</option>
                            
                            <option value="24296"  class="c-inp c-ifc" notranslate>H103S: A Wave From It All</option>
                            
                            <option value="24297"  class="c-inp c-ifc" notranslate>H104S: Heron Cove 104S</option>
                            
                            <option value="24298"  class="c-inp c-ifc" notranslate>H201S: Heron Cove 201S</option>
                            
                            <option value="24299"  class="c-inp c-ifc" notranslate>H202N: Mermaids Cove</option>
                            
                            <option value="24300"  class="c-inp c-ifc" notranslate>H202S: Heron Cove 202S</option>
                            
                            <option value="24301"  class="c-inp c-ifc" notranslate>H203N: Heron Cove 203N</option>
                            
                            <option value="24303"  class="c-inp c-ifc" notranslate>H204S: Heron Cove 204S</option>
                            
                            <option value="24304"  class="c-inp c-ifc" notranslate>H302N: Heron Cove 302N</option>
                            
                            <option value="24305"  class="c-inp c-ifc" notranslate>H303S: Heron Cove 303S</option>
                            
                            <option value="24306"  class="c-inp c-ifc" notranslate>H304S: Heron Cove 304S</option>
                            
                            <option value="40294"  class="c-inp c-ifc" notranslate>HIAV02: Noble One</option>
                            
                            <option value="45357"  class="c-inp c-ifc" notranslate>HIAV03: Pompano Place</option>
                            
                            <option value="45359"  class="c-inp c-ifc" notranslate>HIAV04: Big Kahuna</option>
                            
                            <option value="48244"  class="c-inp c-ifc" notranslate>HIAV05: Crab Walk</option>
                            
                            <option value="50325"  class="c-inp c-ifc" notranslate>HIAV06: Goodnight Moon</option>
                            
                            <option value="50646"  class="c-inp c-ifc" notranslate>HIAV07: Surf n Sound</option>
                            
                            <option value="51210"  class="c-inp c-ifc" notranslate>HIAV08: Beachfront Villa Royale OBX</option>
                            
                            <option value="40976"  class="c-inp c-ifc" notranslate>HIBX01: Lucky Stars</option>
                            
                            <option value="50111"  class="c-inp c-ifc" notranslate>HIBX02: White Heron</option>
                            
                            <option value="40977"  class="c-inp c-ifc" notranslate>HIFR01: Frisco Sol</option>
                            
                            <option value="49530"  class="c-inp c-ifc" notranslate>HIFR02: Reel Heaven</option>
                            
                            <option value="40582"  class="c-inp c-ifc" notranslate>HIRO01: In Due Tide</option>
                            
                            <option value="40778"  class="c-inp c-ifc" notranslate>HIRO02: Life Is Good</option>
                            
                            <option value="41894"  class="c-inp c-ifc" notranslate>HIRO03: Islander</option>
                            
                            <option value="42226"  class="c-inp c-ifc" notranslate>HIRO04: Everlasting Moon</option>
                            
                            <option value="42868"  class="c-inp c-ifc" notranslate>HIRO05: Livin' The Dream</option>
                            
                            <option value="43111"  class="c-inp c-ifc" notranslate>HIRO06: Brigadoon</option>
                            
                            <option value="43735"  class="c-inp c-ifc" notranslate>HIRO07: Color Me Beachy</option>
                            
                            <option value="43736"  class="c-inp c-ifc" notranslate>HIRO08: Ocean Crest</option>
                            
                            <option value="45377"  class="c-inp c-ifc" notranslate>HIRO09: Rose Cottage</option>
                            
                            <option value="45489"  class="c-inp c-ifc" notranslate>HIRO10: Windrush By The Sound</option>
                            
                            <option value="50910"  class="c-inp c-ifc" notranslate>HIRO11: Skipper's Gig</option>
                            
                            <option value="51211"  class="c-inp c-ifc" notranslate>HIRO12: Southern Breeze</option>
                            
                            <option value="39246"  class="c-inp c-ifc" notranslate>HISA01: Grey Pearl Villa</option>
                            
                            <option value="40292"  class="c-inp c-ifc" notranslate>HISA02: Tip Sea Mermaid</option>
                            
                            <option value="41278"  class="c-inp c-ifc" notranslate>HISA04: Sea Breeze Blue</option>
                            
                            <option value="41895"  class="c-inp c-ifc" notranslate>HISA05: Dune Horizon</option>
                            
                            <option value="41896"  class="c-inp c-ifc" notranslate>HISA07: Afterdune Delight</option>
                            
                            <option value="42467"  class="c-inp c-ifc" notranslate>HISA08: Calypso</option>
                            
                            <option value="42869"  class="c-inp c-ifc" notranslate>HISA09: Ocean's 11</option>
                            
                            <option value="45378"  class="c-inp c-ifc" notranslate>HISA10: Sandescape</option>
                            
                            <option value="47690"  class="c-inp c-ifc" notranslate>HISA11: A Beach Life</option>
                            
                            <option value="47813"  class="c-inp c-ifc" notranslate>HISA12: Salt </option>
                            
                            <option value="50911"  class="c-inp c-ifc" notranslate>HISA13: Crabcake</option>
                            
                            <option value="50912"  class="c-inp c-ifc" notranslate>HISA14: Sunny Daze</option>
                            
                            <option value="41629"  class="c-inp c-ifc" notranslate>HISA606: Sandpiper</option>
                            
                            <option value="42870"  class="c-inp c-ifc" notranslate>HIWA01: Sea Spray</option>
                            
                            <option value="38983"  class="c-inp c-ifc" notranslate>HK02: Sea Biscuit</option>
                            
                            <option value="41993"  class="c-inp c-ifc" notranslate>HK03: Saltwater Kisses</option>
                            
                            <option value="50686"  class="c-inp c-ifc" notranslate>HK11: Marsh </option>
                            
                            <option value="36300"  class="c-inp c-ifc" notranslate>HK11: Marsh </option>
                            
                            <option value="44424"  class="c-inp c-ifc" notranslate>HK11; Marsh </option>
                            
                            <option value="24309"  class="c-inp c-ifc" notranslate>HK13: Seas & Greetings</option>
                            
                            <option value="24312"  class="c-inp c-ifc" notranslate>HK25: Adam's Gift</option>
                            
                            <option value="35974"  class="c-inp c-ifc" notranslate>HK29: Beachin' Up With The Jones's</option>
                            
                            <option value="24314"  class="c-inp c-ifc" notranslate>HK33: Captain's Cottage</option>
                            
                            <option value="24315"  class="c-inp c-ifc" notranslate>HK35: Hoos Away</option>
                            
                            <option value="40885"  class="c-inp c-ifc" notranslate>HK37: Hollis Haven</option>
                            
                            <option value="24317"  class="c-inp c-ifc" notranslate>HK39: Sound Spirit</option>
                            
                            <option value="36049"  class="c-inp c-ifc" notranslate>HK42: Boromacha</option>
                            
                            <option value="24318"  class="c-inp c-ifc" notranslate>HK43: In My Mind I'm Goin to Carolina</option>
                            
                            <option value="24319"  class="c-inp c-ifc" notranslate>HK45: Dog Daze</option>
                            
                            <option value="24320"  class="c-inp c-ifc" notranslate>HK48: Just Coasting</option>
                            
                            <option value="50687"  class="c-inp c-ifc" notranslate>HK51: Surf </option>
                            
                            <option value="50645"  class="c-inp c-ifc" notranslate>HK51: Surf </option>
                            
                            <option value="24321"  class="c-inp c-ifc" notranslate>HK56: Hilltop Haven</option>
                            
                            <option value="51775"  class="c-inp c-ifc" notranslate>HK57: Elevensies</option>
                            
                            <option value="47814"  class="c-inp c-ifc" notranslate>HK61: Coral Sunset</option>
                            
                            <option value="24324"  class="c-inp c-ifc" notranslate>HK64: Bluebird</option>
                            
                            <option value="24325"  class="c-inp c-ifc" notranslate>HK65: Shelby Tucker's Beach House</option>
                            
                            <option value="31260"  class="c-inp c-ifc" notranslate>HK67: The Hammocks 67</option>
                            
                            <option value="24326"  class="c-inp c-ifc" notranslate>HK68: Envious Escape</option>
                            
                            <option value="25878"  class="c-inp c-ifc" notranslate>HK70: Peace Of Paradise</option>
                            
                            <option value="45830"  class="c-inp c-ifc" notranslate>HK71: Seas The Day</option>
                            
                            <option value="46946"  class="c-inp c-ifc" notranslate>HK72: Ace By The Beach</option>
                            
                            <option value="27451"  class="c-inp c-ifc" notranslate>HN02: Terrapin Cottage </option>
                            
                            <option value="24327"  class="c-inp c-ifc" notranslate>HR203: The Sandy Lion</option>
                            
                            <option value="24328"  class="c-inp c-ifc" notranslate>IS4A: Ocean Dreams</option>
                            
                            <option value="25879"  class="c-inp c-ifc" notranslate>IS7A: SIren Song</option>
                            
                            <option value="24329"  class="c-inp c-ifc" notranslate>JR01: Gillam Hall</option>
                            
                            <option value="24330"  class="c-inp c-ifc" notranslate>JR02: Sea Rest</option>
                            
                            <option value="24331"  class="c-inp c-ifc" notranslate>JR03: Giggling Gecko </option>
                            
                            <option value="24332"  class="c-inp c-ifc" notranslate>JR04: Summer Winds</option>
                            
                            <option value="24333"  class="c-inp c-ifc" notranslate>JR05: Summer Sands</option>
                            
                            <option value="24334"  class="c-inp c-ifc" notranslate>JR06: Island Dancer</option>
                            
                            <option value="24336"  class="c-inp c-ifc" notranslate>JR0639: Fred Wood Cottage</option>
                            
                            <option value="24337"  class="c-inp c-ifc" notranslate>JR07: Jockey's Ridge 7</option>
                            
                            <option value="24338"  class="c-inp c-ifc" notranslate>JR08: Phelps Brothers</option>
                            
                            <option value="24339"  class="c-inp c-ifc" notranslate>JR09: Phelps Brothers Too</option>
                            
                            <option value="24340"  class="c-inp c-ifc" notranslate>JR10: Mann Cottage</option>
                            
                            <option value="24341"  class="c-inp c-ifc" notranslate>JR100: On Holiday</option>
                            
                            <option value="24342"  class="c-inp c-ifc" notranslate>JR101: Avalon</option>
                            
                            <option value="24343"  class="c-inp c-ifc" notranslate>JR105: Toes In The Sand</option>
                            
                            <option value="24344"  class="c-inp c-ifc" notranslate>JR109: Queen Anne's Retreat</option>
                            
                            <option value="24345"  class="c-inp c-ifc" notranslate>JR116: Take Five</option>
                            
                            <option value="24346"  class="c-inp c-ifc" notranslate>JR119: Jockey's Ridge 119</option>
                            
                            <option value="24347"  class="c-inp c-ifc" notranslate>JR12: Carolina Dream</option>
                            
                            <option value="24348"  class="c-inp c-ifc" notranslate>JR121: Reminiscent</option>
                            
                            <option value="24349"  class="c-inp c-ifc" notranslate>JR126: Dune Our Thing</option>
                            
                            <option value="24350"  class="c-inp c-ifc" notranslate>JR129: Carolina Breeze</option>
                            
                            <option value="24352"  class="c-inp c-ifc" notranslate>JR15: Heaven By The Sea</option>
                            
                            <option value="24353"  class="c-inp c-ifc" notranslate>JR1517: Ridge Retreat II</option>
                            
                            <option value="24355"  class="c-inp c-ifc" notranslate>JR17: One Of These Nights</option>
                            
                            <option value="24356"  class="c-inp c-ifc" notranslate>JR18: Just Fab</option>
                            
                            <option value="27452"  class="c-inp c-ifc" notranslate>JR1818: Pookie's Cottage </option>
                            
                            <option value="24357"  class="c-inp c-ifc" notranslate>JR19: Fourth Estate Cottage</option>
                            
                            <option value="24358"  class="c-inp c-ifc" notranslate>JR20: Aloha Cottage</option>
                            
                            <option value="24360"  class="c-inp c-ifc" notranslate>JR2230: Saltrock</option>
                            
                            <option value="24361"  class="c-inp c-ifc" notranslate>JR24: The Sand Pebble</option>
                            
                            <option value="24362"  class="c-inp c-ifc" notranslate>JR242: Flip Flop Inn</option>
                            
                            <option value="24363"  class="c-inp c-ifc" notranslate>JR2438: Taylor's Respite</option>
                            
                            <option value="24364"  class="c-inp c-ifc" notranslate>JR247: Carolinian</option>
                            
                            <option value="24365"  class="c-inp c-ifc" notranslate>JR248: Sea & Sons</option>
                            
                            <option value="24366"  class="c-inp c-ifc" notranslate>JR25: Beach Breeze</option>
                            
                            <option value="24367"  class="c-inp c-ifc" notranslate>JR26: Beach Divas</option>
                            
                            <option value="24368"  class="c-inp c-ifc" notranslate>JR27: Critic's Choice</option>
                            
                            <option value="45463"  class="c-inp c-ifc" notranslate>JR2732: Salt Box</option>
                            
                            <option value="24370"  class="c-inp c-ifc" notranslate>JR29: Capt. Brad's</option>
                            
                            <option value="24371"  class="c-inp c-ifc" notranslate>JR30: Moonstruck</option>
                            
                            <option value="24372"  class="c-inp c-ifc" notranslate>JR307: Patriot's Paradise</option>
                            
                            <option value="24373"  class="c-inp c-ifc" notranslate>JR31: Dream Catcher</option>
                            
                            <option value="24375"  class="c-inp c-ifc" notranslate>JR32: Footloose & Fab</option>
                            
                            <option value="24376"  class="c-inp c-ifc" notranslate>JR3227: Calm On Down</option>
                            
                            <option value="24377"  class="c-inp c-ifc" notranslate>JR33: Dune Nothin</option>
                            
                            <option value="24380"  class="c-inp c-ifc" notranslate>JR34: The Legacy</option>
                            
                            <option value="24382"  class="c-inp c-ifc" notranslate>JR36: Bottoms Up</option>
                            
                            <option value="24383"  class="c-inp c-ifc" notranslate>JR369: Point Of Views NC</option>
                            
                            <option value="24384"  class="c-inp c-ifc" notranslate>JR37: Celestial Shore</option>
                            
                            <option value="24385"  class="c-inp c-ifc" notranslate>JR378: Sandy Bottoms</option>
                            
                            <option value="24386"  class="c-inp c-ifc" notranslate>JR38: Pelican View</option>
                            
                            <option value="24387"  class="c-inp c-ifc" notranslate>JR380: Kimberly's Kottage</option>
                            
                            <option value="24388"  class="c-inp c-ifc" notranslate>JR383: No Wake Zone</option>
                            
                            <option value="24389"  class="c-inp c-ifc" notranslate>JR385: Jockeys Ridge 385</option>
                            
                            <option value="24390"  class="c-inp c-ifc" notranslate>JR40: Frank Wood Cottage c.1923</option>
                            
                            <option value="24391"  class="c-inp c-ifc" notranslate>JR41: It's Beach Time</option>
                            
                            <option value="24392"  class="c-inp c-ifc" notranslate>JR42: Whit's End</option>
                            
                            <option value="24393"  class="c-inp c-ifc" notranslate>JR4205: Marlin Manor</option>
                            
                            <option value="37654"  class="c-inp c-ifc" notranslate>JR4223: Beach Haven</option>
                            
                            <option value="36909"  class="c-inp c-ifc" notranslate>JR4228: Pirate's Booty</option>
                            
                            <option value="24394"  class="c-inp c-ifc" notranslate>JR4309: Azure Dreams</option>
                            
                            <option value="24395"  class="c-inp c-ifc" notranslate>JR46: Glendora</option>
                            
                            <option value="24396"  class="c-inp c-ifc" notranslate>JR48: South Fork Farms 10</option>
                            
                            <option value="24397"  class="c-inp c-ifc" notranslate>JR49: South Fork Farms 6</option>
                            
                            <option value="24398"  class="c-inp c-ifc" notranslate>JR50: 400 Feet To The Beach</option>
                            
                            <option value="35958"  class="c-inp c-ifc" notranslate>JR5201: Fish Whisperer</option>
                            
                            <option value="27453"  class="c-inp c-ifc" notranslate>JR5209: Take it E-Sea</option>
                            
                            <option value="24055"  class="c-inp c-ifc" notranslate>JR521: Stinson Ranch</option>
                            
                            <option value="24399"  class="c-inp c-ifc" notranslate>JR57: Roller Coastal</option>
                            
                            <option value="24401"  class="c-inp c-ifc" notranslate>JR61: Breakaway</option>
                            
                            <option value="24403"  class="c-inp c-ifc" notranslate>JR621: Heels In The Sand</option>
                            
                            <option value="40075"  class="c-inp c-ifc" notranslate>JR6220: Isabel's Hacienda</option>
                            
                            <option value="24404"  class="c-inp c-ifc" notranslate>JR63: Jockeys Ridge 63</option>
                            
                            <option value="50679"  class="c-inp c-ifc" notranslate>JR6400: Livin' the Dream</option>
                            
                            <option value="24405"  class="c-inp c-ifc" notranslate>JR65: Curlew's Call</option>
                            
                            <option value="24406"  class="c-inp c-ifc" notranslate>JR74: Whale Sightings</option>
                            
                            <option value="31250"  class="c-inp c-ifc" notranslate>JR9108: Sisters Ugly</option>
                            
                            <option value="24407"  class="c-inp c-ifc" notranslate>JR96: Blue Moon</option>
                            
                            <option value="35963"  class="c-inp c-ifc" notranslate>JR9706: Tranquility Cove</option>
                            
                            <option value="24408"  class="c-inp c-ifc" notranslate>JR98: Beach Brum</option>
                            
                            <option value="24409"  class="c-inp c-ifc" notranslate>KD01: Greenwaves III</option>
                            
                            <option value="24410"  class="c-inp c-ifc" notranslate>KD02: Sandbox I</option>
                            
                            <option value="24411"  class="c-inp c-ifc" notranslate>KD03: Sandbox II</option>
                            
                            <option value="24413"  class="c-inp c-ifc" notranslate>KD05: Skipper's Sunrise</option>
                            
                            <option value="24414"  class="c-inp c-ifc" notranslate>KD11: McLovin</option>
                            
                            <option value="24415"  class="c-inp c-ifc" notranslate>KD12: Serenity Now</option>
                            
                            <option value="24416"  class="c-inp c-ifc" notranslate>KD13: Surfin Gypsy</option>
                            
                            <option value="24417"  class="c-inp c-ifc" notranslate>KD20: Kill Devil Hills 20</option>
                            
                            <option value="24418"  class="c-inp c-ifc" notranslate>KD21: The Sandbox</option>
                            
                            <option value="24419"  class="c-inp c-ifc" notranslate>KD23: Park Place</option>
                            
                            <option value="24420"  class="c-inp c-ifc" notranslate>KD24: Best Of My Love</option>
                            
                            <option value="24421"  class="c-inp c-ifc" notranslate>KD25: Beach Happy</option>
                            
                            <option value="24423"  class="c-inp c-ifc" notranslate>KD31: Sweet Home Carolina</option>
                            
                            <option value="24424"  class="c-inp c-ifc" notranslate>KD37: Kill Devil Hills 37</option>
                            
                            <option value="51471"  class="c-inp c-ifc" notranslate>KDH112: Offshore Winds</option>
                            
                            <option value="51334"  class="c-inp c-ifc" notranslate>KDN0115: The Blue Marlin</option>
                            
                            <option value="24426"  class="c-inp c-ifc" notranslate>KDN0123: Four Roses</option>
                            
                            <option value="51319"  class="c-inp c-ifc" notranslate>KDN0156: Hope Haven</option>
                            
                            <option value="51330"  class="c-inp c-ifc" notranslate>KDN0218: Sea Swept Cottage</option>
                            
                            <option value="51329"  class="c-inp c-ifc" notranslate>KDN0502: Salty Tails</option>
                            
                            <option value="24427"  class="c-inp c-ifc" notranslate>KDN0617: Arcadia</option>
                            
                            <option value="51299"  class="c-inp c-ifc" notranslate>KDN0783: Horizon's Edge</option>
                            
                            <option value="51371"  class="c-inp c-ifc" notranslate>KDN0789: Shacked Up</option>
                            
                            <option value="51307"  class="c-inp c-ifc" notranslate>KDN0821: Coastal Unwind</option>
                            
                            <option value="51368"  class="c-inp c-ifc" notranslate>KDN1175: The Flying Dutchman</option>
                            
                            <option value="51414"  class="c-inp c-ifc" notranslate>KDN1309: Sound Serenity</option>
                            
                            <option value="51418"  class="c-inp c-ifc" notranslate>KDN1326: Seas the Day</option>
                            
                            <option value="43112"  class="c-inp c-ifc" notranslate>KDN1332: Tiki Tides</option>
                            
                            <option value="51241"  class="c-inp c-ifc" notranslate>KDN1400: Beaches Await</option>
                            
                            <option value="51461"  class="c-inp c-ifc" notranslate>KDN1533: Oh Whale</option>
                            
                            <option value="51379"  class="c-inp c-ifc" notranslate>KDN1541: Virginia Dare Escape</option>
                            
                            <option value="51328"  class="c-inp c-ifc" notranslate>KDN1633: Salty Paws II</option>
                            
                            <option value="51298"  class="c-inp c-ifc" notranslate>KDN1819: The Duck Walk</option>
                            
                            <option value="39667"  class="c-inp c-ifc" notranslate>KDN1917: Happiness Comes In Waves</option>
                            
                            <option value="42494"  class="c-inp c-ifc" notranslate>KDN2200: Coasties Ocean Breeze</option>
                            
                            <option value="24428"  class="c-inp c-ifc" notranslate>KDN2208: Sea A Chance</option>
                            
                            <option value="24429"  class="c-inp c-ifc" notranslate>KDN2316: Sandy Paws</option>
                            
                            <option value="24430"  class="c-inp c-ifc" notranslate>KDN2632: It's All Good</option>
                            
                            <option value="50034"  class="c-inp c-ifc" notranslate>KDN2702: The Barn</option>
                            
                            <option value="51281"  class="c-inp c-ifc" notranslate>KDN2903: Outer Banks Oceanfront Oasis</option>
                            
                            <option value="51311"  class="c-inp c-ifc" notranslate>KDN3106: Manning's Landing</option>
                            
                            <option value="51271"  class="c-inp c-ifc" notranslate>KDN3231: Sunny Daze</option>
                            
                            <option value="27454"  class="c-inp c-ifc" notranslate>KDN3307:Carolina Sunshine</option>
                            
                            <option value="43167"  class="c-inp c-ifc" notranslate>KDN3329: Flaming Nest</option>
                            
                            <option value="42871"  class="c-inp c-ifc" notranslate>KDN3429: By Grace</option>
                            
                            <option value="24431"  class="c-inp c-ifc" notranslate>KDN3520: Gypsea Wind</option>
                            
                            <option value="50035"  class="c-inp c-ifc" notranslate>KDN3702: Sportsman Cottage</option>
                            
                            <option value="36767"  class="c-inp c-ifc" notranslate>KDN4116: The Wright View</option>
                            
                            <option value="51282"  class="c-inp c-ifc" notranslate>KDN4512: Sandy Feet Retreat</option>
                            
                            <option value="31242"  class="c-inp c-ifc" notranslate>KDN4608: Starry Nights</option>
                            
                            <option value="43391"  class="c-inp c-ifc" notranslate>KDN4648: Barefoot Joy</option>
                            
                            <option value="27455"  class="c-inp c-ifc" notranslate>KDN4819: Freebird </option>
                            
                            <option value="41837"  class="c-inp c-ifc" notranslate>KDN5112: Sawyer's Sandcastle</option>
                            
                            <option value="27456"  class="c-inp c-ifc" notranslate>KDN5430: Cole's Cabana </option>
                            
                            <option value="24432"  class="c-inp c-ifc" notranslate>KDN5904: The Coconut Cottage</option>
                            
                            <option value="24433"  class="c-inp c-ifc" notranslate>KDN6115: El Sol</option>
                            
                            <option value="51222"  class="c-inp c-ifc" notranslate>KDN7102: Avalon Beach Escape</option>
                            
                            <option value="39247"  class="c-inp c-ifc" notranslate>KDN8603: The Salty Hammock</option>
                            
                            <option value="51605"  class="c-inp c-ifc" notranslate>KDN9102: Field of Dreams</option>
                            
                            <option value="35999"  class="c-inp c-ifc" notranslate>KDN9330: Best Kept Secret</option>
                            
                            <option value="35952"  class="c-inp c-ifc" notranslate>KDN9505: Gull Point Too</option>
                            
                            <option value="27457"  class="c-inp c-ifc" notranslate>KDN9511: Z's Escape </option>
                            
                            <option value="37383"  class="c-inp c-ifc" notranslate>KDN9600: Wright On Time</option>
                            
                            <option value="37437"  class="c-inp c-ifc" notranslate>KDN9604: Beach Gnome</option>
                            
                            <option value="50680"  class="c-inp c-ifc" notranslate>KDN9607: Little Pearl</option>
                            
                            <option value="38853"  class="c-inp c-ifc" notranslate>KDN9609: A Little Bit Of Heaven</option>
                            
                            <option value="38652"  class="c-inp c-ifc" notranslate>KDN9618: Sandpiper Crossing</option>
                            
                            <option value="47872"  class="c-inp c-ifc" notranslate>KDN9622: Banks on Bay</option>
                            
                            <option value="28741"  class="c-inp c-ifc" notranslate>KDN9623 - Soundside Serenity</option>
                            
                            <option value="38854"  class="c-inp c-ifc" notranslate>KDN9638: Heaven At The Sound</option>
                            
                            <option value="44194"  class="c-inp c-ifc" notranslate>KDN9644: The Pink House</option>
                            
                            <option value="24434"  class="c-inp c-ifc" notranslate>KDN9700: That's What Sea Said</option>
                            
                            <option value="46947"  class="c-inp c-ifc" notranslate>KDN9705: Avalon Tides</option>
                            
                            <option value="37630"  class="c-inp c-ifc" notranslate>KDN9707: </option>
                            
                            <option value="36174"  class="c-inp c-ifc" notranslate>KDN9719: Barefoot By the Bay</option>
                            
                            <option value="27458"  class="c-inp c-ifc" notranslate>KDN9737 Quiet Time </option>
                            
                            <option value="36301"  class="c-inp c-ifc" notranslate>KDN9806: </option>
                            
                            <option value="45464"  class="c-inp c-ifc" notranslate>KDN9808: CNU At The Beach</option>
                            
                            <option value="41214"  class="c-inp c-ifc" notranslate>KDN9904: OBX Getaway</option>
                            
                            <option value="51296"  class="c-inp c-ifc" notranslate>KDS011: Outer Banks Escape</option>
                            
                            <option value="51380"  class="c-inp c-ifc" notranslate>KDS0200: Chillin' Time</option>
                            
                            <option value="24435"  class="c-inp c-ifc" notranslate>KDS0201: Woodshed</option>
                            
                            <option value="51467"  class="c-inp c-ifc" notranslate>KDS0218: Serenity</option>
                            
                            <option value="24436"  class="c-inp c-ifc" notranslate>KDS0619: Home Away</option>
                            
                            <option value="51242"  class="c-inp c-ifc" notranslate>KDS0705: Beachy Dunes OBX</option>
                            
                            <option value="51251"  class="c-inp c-ifc" notranslate>KDS0900:BlueDream</option>
                            
                            <option value="51363"  class="c-inp c-ifc" notranslate>KDS1108: Good Vibez Beach House</option>
                            
                            <option value="51376"  class="c-inp c-ifc" notranslate>KDS1202: Ohana</option>
                            
                            <option value="50036"  class="c-inp c-ifc" notranslate>KDS1619: Jewel By The Sea</option>
                            
                            <option value="51366"  class="c-inp c-ifc" notranslate>KDS2071: Sandpiper Cottage</option>
                            
                            <option value="51212"  class="c-inp c-ifc" notranslate>KDS2500: Dollar Short</option>
                            
                            <option value="51213"  class="c-inp c-ifc" notranslate>KDS2502: Day Late</option>
                            
                            <option value="24437"  class="c-inp c-ifc" notranslate>KDS2614: Y-Worry</option>
                            
                            <option value="37598"  class="c-inp c-ifc" notranslate>KDS3633: Another Day In Paradise</option>
                            
                            <option value="35950"  class="c-inp c-ifc" notranslate>KDS3811: Sunflower Siesta</option>
                            
                            <option value="49985"  class="c-inp c-ifc" notranslate>KDS4305: Coastal Dream</option>
                            
                            <option value="51243"  class="c-inp c-ifc" notranslate>KDS4308: Beacon Waves</option>
                            
                            <option value="51244"  class="c-inp c-ifc" notranslate>KDS4308: Beacon Waves</option>
                            
                            <option value="51150"  class="c-inp c-ifc" notranslate>KDS484E: Snug Harbor</option>
                            
                            <option value="49834"  class="c-inp c-ifc" notranslate>KDS6303: Ruff Waves Retreat</option>
                            
                            <option value="24438"  class="c-inp c-ifc" notranslate>KDS6312: Blackbird Inn</option>
                            
                            <option value="47469"  class="c-inp c-ifc" notranslate>KDS6503: Crystal Cove</option>
                            
                            <option value="51300"  class="c-inp c-ifc" notranslate>KDS8401: Outer Banks Escape</option>
                            
                            <option value="36769"  class="c-inp c-ifc" notranslate>KDS8407: </option>
                            
                            <option value="38857"  class="c-inp c-ifc" notranslate>KDS88: Barnacles</option>
                            
                            <option value="49283"  class="c-inp c-ifc" notranslate>KDS9400: Duncan's Dune</option>
                            
                            <option value="27459"  class="c-inp c-ifc" notranslate>KDSP101: Point De Vue </option>
                            
                            <option value="40583"  class="c-inp c-ifc" notranslate>KH1414: Mariposa</option>
                            
                            <option value="51394"  class="c-inp c-ifc" notranslate>KH1718: SugarPops</option>
                            
                            <option value="51348"  class="c-inp c-ifc" notranslate>KH1829: Straight Up With a Twist</option>
                            
                            <option value="51312"  class="c-inp c-ifc" notranslate>KH248: Max's Nautical Nook</option>
                            
                            <option value="51294"  class="c-inp c-ifc" notranslate>KH2970: Ocean Breeze N Tees</option>
                            
                            <option value="51399"  class="c-inp c-ifc" notranslate>KH3111B: Seas the Day</option>
                            
                            <option value="51466"  class="c-inp c-ifc" notranslate>KH3265: Seascape Cove</option>
                            
                            <option value="27460"  class="c-inp c-ifc" notranslate>KH3406: Surf's Up </option>
                            
                            <option value="42608"  class="c-inp c-ifc" notranslate>KH3423: Swallow's Nest</option>
                            
                            <option value="51276"  class="c-inp c-ifc" notranslate>KH3516: Palms Delight</option>
                            
                            <option value="37687"  class="c-inp c-ifc" notranslate>KH3521: Bourbon Beach House</option>
                            
                            <option value="35955"  class="c-inp c-ifc" notranslate>KH3915: Ocean Breeze</option>
                            
                            <option value="51472"  class="c-inp c-ifc" notranslate>KH4150: R Beach House</option>
                            
                            <option value="51249"  class="c-inp c-ifc" notranslate>KH4160: Blue Heron Perch</option>
                            
                            <option value="51291"  class="c-inp c-ifc" notranslate>KH4240: Magnolia Sound</option>
                            
                            <option value="51460"  class="c-inp c-ifc" notranslate>KH4518: Neely's Nest</option>
                            
                            <option value="40561"  class="c-inp c-ifc" notranslate>KH4542: Dune Nada</option>
                            
                            <option value="28786"  class="c-inp c-ifc" notranslate>KH4900: The Dancing Sea Horse</option>
                            
                            <option value="35992"  class="c-inp c-ifc" notranslate>KH5499: Sandy Cheeks In Kitty Hawk</option>
                            
                            <option value="51776"  class="c-inp c-ifc" notranslate>KH6505: The Sand Wedge</option>
                            
                            <option value="40584"  class="c-inp c-ifc" notranslate>KH6525: Blue Paradise Club</option>
                            
                            <option value="38385"  class="c-inp c-ifc" notranslate>KH8301: Beach Daze</option>
                            
                            <option value="41279"  class="c-inp c-ifc" notranslate>KH9105: Flyin' High</option>
                            
                            <option value="35964"  class="c-inp c-ifc" notranslate>KH9301: By The Zeashore</option>
                            
                            <option value="27461"  class="c-inp c-ifc" notranslate>KH9309: Sound Garden </option>
                            
                            <option value="42228"  class="c-inp c-ifc" notranslate>KH9427: Nadine's Nest</option>
                            
                            <option value="35956"  class="c-inp c-ifc" notranslate>KH9527: Worthington Lane</option>
                            
                            <option value="24440"  class="c-inp c-ifc" notranslate>L01: Carolina Cottage </option>
                            
                            <option value="24441"  class="c-inp c-ifc" notranslate>L03: Linkside 3</option>
                            
                            <option value="37438"  class="c-inp c-ifc" notranslate>L06: Morning Brew</option>
                            
                            <option value="24442"  class="c-inp c-ifc" notranslate>L10: Southern Reach</option>
                            
                            <option value="24443"  class="c-inp c-ifc" notranslate>L23: On The Sunny Side</option>
                            
                            <option value="39245"  class="c-inp c-ifc" notranslate>L24: Always Chill</option>
                            
                            <option value="24444"  class="c-inp c-ifc" notranslate>L25: Liv4 Summer II</option>
                            
                            <option value="24446"  class="c-inp c-ifc" notranslate>L32: Cloudless Day</option>
                            
                            <option value="24447"  class="c-inp c-ifc" notranslate>L34: Tin Cup Chalice</option>
                            
                            <option value="24448"  class="c-inp c-ifc" notranslate>L39: Gone Fishin</option>
                            
                            <option value="24449"  class="c-inp c-ifc" notranslate>L44: Linkside 44</option>
                            
                            <option value="24450"  class="c-inp c-ifc" notranslate>L46: Sandy Tee</option>
                            
                            <option value="24451"  class="c-inp c-ifc" notranslate>LC01: The Boat House</option>
                            
                            <option value="24452"  class="c-inp c-ifc" notranslate>LC05: Lone Cedar II</option>
                            
                            <option value="48260"  class="c-inp c-ifc" notranslate>LC06: Bela Vista</option>
                            
                            <option value="51335"  class="c-inp c-ifc" notranslate>LC09: The Look Out</option>
                            
                            <option value="43168"  class="c-inp c-ifc" notranslate>LS11: Leeward Shores 11</option>
                            
                            <option value="24453"  class="c-inp c-ifc" notranslate>LS12: Sunset Serenity</option>
                            
                            <option value="24454"  class="c-inp c-ifc" notranslate>LS16: Sound Of Dreams</option>
                            
                            <option value="31261"  class="c-inp c-ifc" notranslate>M045: Living On Beach Time</option>
                            
                            <option value="48261"  class="c-inp c-ifc" notranslate>M135: Monteray Shores 135</option>
                            
                            <option value="45379"  class="c-inp c-ifc" notranslate>M136: The Blue Pearl</option>
                            
                            <option value="39211"  class="c-inp c-ifc" notranslate>M237: Monteray Shores 237</option>
                            
                            <option value="37881"  class="c-inp c-ifc" notranslate>M253: Best of Both - S20</option>
                            
                            <option value="47873"  class="c-inp c-ifc" notranslate>M297: Sea Pride</option>
                            
                            <option value="44426"  class="c-inp c-ifc" notranslate>M30: Martinis and Bikinis</option>
                            
                            <option value="43164"  class="c-inp c-ifc" notranslate>M366: Monteray Shores 366</option>
                            
                            <option value="50326"  class="c-inp c-ifc" notranslate>M370: A Shore Thing</option>
                            
                            <option value="24472"  class="c-inp c-ifc" notranslate>M829: Kiss Me Salty</option>
                            
                            <option value="36061"  class="c-inp c-ifc" notranslate>M832: Summer Reds</option>
                            
                            <option value="27462"  class="c-inp c-ifc" notranslate>M839: It's All Good In Corolla </option>
                            
                            <option value="37439"  class="c-inp c-ifc" notranslate>M840: Salty Sunsets</option>
                            
                            <option value="31262"  class="c-inp c-ifc" notranslate>M841: Lighthouse Point</option>
                            
                            <option value="24473"  class="c-inp c-ifc" notranslate>M842: Bella Vita</option>
                            
                            <option value="51568"  class="c-inp c-ifc" notranslate>M843: Marga-Lisa</option>
                            
                            <option value="51358"  class="c-inp c-ifc" notranslate>M844: Seas the Moment</option>
                            
                            <option value="27463"  class="c-inp c-ifc" notranslate>M845 Sandy Hills </option>
                            
                            <option value="24474"  class="c-inp c-ifc" notranslate>M848: Good To Be Back</option>
                            
                            <option value="37631"  class="c-inp c-ifc" notranslate>M849: Beach Time Out</option>
                            
                            <option value="43739"  class="c-inp c-ifc" notranslate>M850: Once Upon A Tide</option>
                            
                            <option value="35979"  class="c-inp c-ifc" notranslate>M852: Poni's Place</option>
                            
                            <option value="24475"  class="c-inp c-ifc" notranslate>M853: Just Horsin' Around</option>
                            
                            <option value="51316"  class="c-inp c-ifc" notranslate>M854: Diamond in the Ruff</option>
                            
                            <option value="28264"  class="c-inp c-ifc" notranslate>M856: Beachin' Awesome</option>
                            
                            <option value="35984"  class="c-inp c-ifc" notranslate>M857: Fun In The Sun</option>
                            
                            <option value="24476"  class="c-inp c-ifc" notranslate>M859: Flip Flops</option>
                            
                            <option value="27464"  class="c-inp c-ifc" notranslate>M861: Treasured Days </option>
                            
                            <option value="27465"  class="c-inp c-ifc" notranslate>M863: Holiday House </option>
                            
                            <option value="24477"  class="c-inp c-ifc" notranslate>M864: Harvest Moon</option>
                            
                            <option value="37440"  class="c-inp c-ifc" notranslate>M875: Swoop Inn</option>
                            
                            <option value="31263"  class="c-inp c-ifc" notranslate>M898: Sunset Sound Corolla</option>
                            
                            <option value="24479"  class="c-inp c-ifc" notranslate>M902: Dream Come True</option>
                            
                            <option value="24480"  class="c-inp c-ifc" notranslate>M931: Anchors Aweigh</option>
                            
                            <option value="27466"  class="c-inp c-ifc" notranslate>M933 Strait Up </option>
                            
                            <option value="27467"  class="c-inp c-ifc" notranslate>M939: Sol Mate </option>
                            
                            <option value="51375"  class="c-inp c-ifc" notranslate>M964: Moondancer</option>
                            
                            <option value="36908"  class="c-inp c-ifc" notranslate>M971: Ultra Classic</option>
                            
                            <option value="50327"  class="c-inp c-ifc" notranslate>M972: Monteray Shores 972</option>
                            
                            <option value="50328"  class="c-inp c-ifc" notranslate>M972: The Blue Pearl</option>
                            
                            <option value="51202"  class="c-inp c-ifc" notranslate>M973: A Mermaid's Tale</option>
                            
                            <option value="50688"  class="c-inp c-ifc" notranslate>M983: Osprey Isle</option>
                            
                            <option value="51321"  class="c-inp c-ifc" notranslate>M990: North Harbor View Haven</option>
                            
                            <option value="51219"  class="c-inp c-ifc" notranslate>M993: Aqua Sol</option>
                            
                            <option value="24481"  class="c-inp c-ifc" notranslate>MB03: How Sweet The Sound</option>
                            
                            <option value="24482"  class="c-inp c-ifc" notranslate>MB04: The White Sail</option>
                            
                            <option value="24483"  class="c-inp c-ifc" notranslate>MB11: Sweet Caroline's</option>
                            
                            <option value="24484"  class="c-inp c-ifc" notranslate>MB13: Eagle's Nest</option>
                            
                            <option value="24485"  class="c-inp c-ifc" notranslate>MB19: Moon Over Magnolia</option>
                            
                            <option value="24486"  class="c-inp c-ifc" notranslate>MB21: Sea-ville</option>
                            
                            <option value="24487"  class="c-inp c-ifc" notranslate>MB23: Birdie</option>
                            
                            <option value="24488"  class="c-inp c-ifc" notranslate>MB24: Sound Escape</option>
                            
                            <option value="39974"  class="c-inp c-ifc" notranslate>MB25: Avoca Blue</option>
                            
                            <option value="24490"  class="c-inp c-ifc" notranslate>MB29: Soundsational</option>
                            
                            <option value="24492"  class="c-inp c-ifc" notranslate>MB37: Sounds Of Summer</option>
                            
                            <option value="27468"  class="c-inp c-ifc" notranslate>MB41: Two Geese</option>
                            
                            <option value="24493"  class="c-inp c-ifc" notranslate>MB42: Once Upon A Tide</option>
                            
                            <option value="37382"  class="c-inp c-ifc" notranslate>MB42: Once Upon A Tide</option>
                            
                            <option value="50681"  class="c-inp c-ifc" notranslate>MB43: Country Roads</option>
                            
                            <option value="24495"  class="c-inp c-ifc" notranslate>MB46: Paradise Found</option>
                            
                            <option value="24496"  class="c-inp c-ifc" notranslate>MB51: Heron's Nest</option>
                            
                            <option value="24497"  class="c-inp c-ifc" notranslate>MB52: Sound & Sea</option>
                            
                            <option value="24498"  class="c-inp c-ifc" notranslate>MB53: Limoncello Grove</option>
                            
                            <option value="40884"  class="c-inp c-ifc" notranslate>MB54: Blue Crab Cottage</option>
                            
                            <option value="38669"  class="c-inp c-ifc" notranslate>MB60: Dream Inn</option>
                            
                            <option value="24499"  class="c-inp c-ifc" notranslate>MB67: Coast To Coast</option>
                            
                            <option value="24500"  class="c-inp c-ifc" notranslate>MB68: Tuck Away</option>
                            
                            <option value="41559"  class="c-inp c-ifc" notranslate>ML03: Marsh Links 3</option>
                            
                            <option value="24501"  class="c-inp c-ifc" notranslate>ML10: Beach Bungalow</option>
                            
                            <option value="24502"  class="c-inp c-ifc" notranslate>ML15: Marsh Links 15</option>
                            
                            <option value="37725"  class="c-inp c-ifc" notranslate>ML22: Freestyle Surf-Inn</option>
                            
                            <option value="24504"  class="c-inp c-ifc" notranslate>ML23: Sanderling IV</option>
                            
                            <option value="37153"  class="c-inp c-ifc" notranslate>MNT109: Safe </option>
                            
                            <option value="40089"  class="c-inp c-ifc" notranslate>MNT109: Safe & Sound</option>
                            
                            <option value="31914"  class="c-inp c-ifc" notranslate>MNT1148 - Sound Choice in Manteo</option>
                            
                            <option value="51304"  class="c-inp c-ifc" notranslate>MNT3803: Horatio's Hideaway</option>
                            
                            <option value="27469"  class="c-inp c-ifc" notranslate>MNT627: Skyco Waterfront Retreat</option>
                            
                            <option value="24505"  class="c-inp c-ifc" notranslate>MS05: Masters 5</option>
                            
                            <option value="24506"  class="c-inp c-ifc" notranslate>MS06: Masters 6</option>
                            
                            <option value="24507"  class="c-inp c-ifc" notranslate>MS07: Seas The Day</option>
                            
                            <option value="24508"  class="c-inp c-ifc" notranslate>MS15: Masters 15</option>
                            
                            <option value="24509"  class="c-inp c-ifc" notranslate>MS19: Sunset Shack</option>
                            
                            <option value="24510"  class="c-inp c-ifc" notranslate>MS20: Soundset</option>
                            
                            <option value="24511"  class="c-inp c-ifc" notranslate>MS22: Tranquility</option>
                            
                            <option value="24513"  class="c-inp c-ifc" notranslate>MS26: Sand Hills South</option>
                            
                            <option value="24514"  class="c-inp c-ifc" notranslate>MS32: Family Tee And Sun</option>
                            
                            <option value="24515"  class="c-inp c-ifc" notranslate>MS33: Freshly Squeezed</option>
                            
                            <option value="51474"  class="c-inp c-ifc" notranslate>NH0219: The Sand Box</option>
                            
                            <option value="35993"  class="c-inp c-ifc" notranslate>NH0301: Sand Pebbles</option>
                            
                            <option value="24516"  class="c-inp c-ifc" notranslate>NH04: Carolina Sunrise</option>
                            
                            <option value="24517"  class="c-inp c-ifc" notranslate>NH05: Caribbean Flats</option>
                            
                            <option value="51401"  class="c-inp c-ifc" notranslate>NH0508: Just Peachy</option>
                            
                            <option value="24518"  class="c-inp c-ifc" notranslate>NH06: Ocean's Edge</option>
                            
                            <option value="24519"  class="c-inp c-ifc" notranslate>NH07: Soleil</option>
                            
                            <option value="24520"  class="c-inp c-ifc" notranslate>NH08: Whitecaps</option>
                            
                            <option value="24521"  class="c-inp c-ifc" notranslate>NH09: Home Again</option>
                            
                            <option value="51278"  class="c-inp c-ifc" notranslate>NH0906: Sweet Retreat in Nags Head</option>
                            
                            <option value="51274"  class="c-inp c-ifc" notranslate>NH1201: The Blue Crab</option>
                            
                            <option value="24522"  class="c-inp c-ifc" notranslate>NH13: Off Course</option>
                            
                            <option value="24523"  class="c-inp c-ifc" notranslate>NH14: Seatopia</option>
                            
                            <option value="24524"  class="c-inp c-ifc" notranslate>NH15: Turning Tide</option>
                            
                            <option value="24525"  class="c-inp c-ifc" notranslate>NH17: No Regrets</option>
                            
                            <option value="40585"  class="c-inp c-ifc" notranslate>NH2111: Captain Jack's Landing</option>
                            
                            <option value="24526"  class="c-inp c-ifc" notranslate>NH22: Hidden Treasure</option>
                            
                            <option value="27470"  class="c-inp c-ifc" notranslate>NH2518: Mojo</option>
                            
                            <option value="51277"  class="c-inp c-ifc" notranslate>NH2605: Rylander-Timmerman House</option>
                            
                            <option value="24527"  class="c-inp c-ifc" notranslate>NH2700: Salty Vibes</option>
                            
                            <option value="31243"  class="c-inp c-ifc" notranslate>NH3311: Island Paradise</option>
                            
                            <option value="51293"  class="c-inp c-ifc" notranslate>NH4613: No Bad Dayz</option>
                            
                            <option value="27471"  class="c-inp c-ifc" notranslate>NH5509: Big Bird </option>
                            
                            <option value="24528"  class="c-inp c-ifc" notranslate>NH6304: Life Is Good</option>
                            
                            <option value="39682"  class="c-inp c-ifc" notranslate>NHA12: Anchor's Away</option>
                            
                            <option value="43169"  class="c-inp c-ifc" notranslate>NHA144: Soundside Serenity</option>
                            
                            <option value="24529"  class="c-inp c-ifc" notranslate>NHB1: La Tortuga</option>
                            
                            <option value="24530"  class="c-inp c-ifc" notranslate>NHB2: Sunswept</option>
                            
                            <option value="24531"  class="c-inp c-ifc" notranslate>NHB4: Barefootin'</option>
                            
                            <option value="24533"  class="c-inp c-ifc" notranslate>NHC10: Danube Breezes</option>
                            
                            <option value="24534"  class="c-inp c-ifc" notranslate>NHC15: The Red Rocking Chair</option>
                            
                            <option value="51392"  class="c-inp c-ifc" notranslate>NHCA15: License to Chill</option>
                            
                            <option value="51309"  class="c-inp c-ifc" notranslate>NHCA21: Island Trader</option>
                            
                            <option value="39248"  class="c-inp c-ifc" notranslate>NHCA33: New Beginnings</option>
                            
                            <option value="46949"  class="c-inp c-ifc" notranslate>NHCA75: Old Nags Head Cove 75</option>
                            
                            <option value="27472"  class="c-inp c-ifc" notranslate>NHCA92: Sound Living </option>
                            
                            <option value="51310"  class="c-inp c-ifc" notranslate>NHCB09: Just Beachy</option>
                            
                            <option value="27473"  class="c-inp c-ifc" notranslate>NHCB21: Dune Dayz </option>
                            
                            <option value="31254"  class="c-inp c-ifc" notranslate>NHCB33: Hoos And Cuse</option>
                            
                            <option value="24535"  class="c-inp c-ifc" notranslate>NHCB51: All Decked Out</option>
                            
                            <option value="36026"  class="c-inp c-ifc" notranslate>NHCB66: Nags Head Haven</option>
                            
                            <option value="36163"  class="c-inp c-ifc" notranslate>NHCB66: Nags Head Haven</option>
                            
                            <option value="49848"  class="c-inp c-ifc" notranslate>NHCB76: Hello Sunshine</option>
                            
                            <option value="38653"  class="c-inp c-ifc" notranslate>NHCC21: Sounds About Wright</option>
                            
                            <option value="51283"  class="c-inp c-ifc" notranslate>NHCD28: Subtle Sounds</option>
                            
                            <option value="47874"  class="c-inp c-ifc" notranslate>NHCD61: The Watsons</option>
                            
                            <option value="51225"  class="c-inp c-ifc" notranslate>NHCF20: Barracuda Cove</option>
                            
                            <option value="37632"  class="c-inp c-ifc" notranslate>NHCF28: Bri's Bungalow</option>
                            
                            <option value="51297"  class="c-inp c-ifc" notranslate>NHCG04: Sunshine Days</option>
                            
                            <option value="51275"  class="c-inp c-ifc" notranslate>NHCG10: Dockside Landing</option>
                            
                            <option value="51248"  class="c-inp c-ifc" notranslate>NHCG22: Bikini Bottom</option>
                            
                            <option value="51470"  class="c-inp c-ifc" notranslate>NR1362: The Log Inn</option>
                            
                            <option value="38858"  class="c-inp c-ifc" notranslate>NR3426: Moon's Doc</option>
                            
                            <option value="51292"  class="c-inp c-ifc" notranslate>OA1: Nauti by Nature</option>
                            
                            <option value="24537"  class="c-inp c-ifc" notranslate>OB2: My Toes Repose</option>
                            
                            <option value="24538"  class="c-inp c-ifc" notranslate>OB3: Sea Rose</option>
                            
                            <option value="24539"  class="c-inp c-ifc" notranslate>OH07: Merry Winds</option>
                            
                            <option value="51263"  class="c-inp c-ifc" notranslate>OH1: Another Sea Esta</option>
                            
                            <option value="24540"  class="c-inp c-ifc" notranslate>OH100: SeaClusion</option>
                            
                            <option value="51214"  class="c-inp c-ifc" notranslate>OH104: Anchors Away</option>
                            
                            <option value="40288"  class="c-inp c-ifc" notranslate>OH55: Cinco de Mayo</option>
                            
                            <option value="27474"  class="c-inp c-ifc" notranslate>OH71: Carolina Daydreamin" </option>
                            
                            <option value="51259"  class="c-inp c-ifc" notranslate>OH72: Dune Deck</option>
                            
                            <option value="51404"  class="c-inp c-ifc" notranslate>OH73: Buhler's Day Off</option>
                            
                            <option value="24541"  class="c-inp c-ifc" notranslate>OH92: Three Little Birds</option>
                            
                            <option value="31268"  class="c-inp c-ifc" notranslate>OH97: Cladach Cottage</option>
                            
                            <option value="39731"  class="c-inp c-ifc" notranslate>OPE3: Oyester Pointe E3</option>
                            
                            <option value="38388"  class="c-inp c-ifc" notranslate>OPG: LunaSea</option>
                            
                            <option value="24543"  class="c-inp c-ifc" notranslate>OSA05: Phoenix Rising</option>
                            
                            <option value="37192"  class="c-inp c-ifc" notranslate>OSA06: Da Kine by Da C</option>
                            
                            <option value="24544"  class="c-inp c-ifc" notranslate>OSB01: Sea Happy</option>
                            
                            <option value="51260"  class="c-inp c-ifc" notranslate>OSB02: Conch Cres Getaway</option>
                            
                            <option value="51220"  class="c-inp c-ifc" notranslate>OSC01: Argonauta</option>
                            
                            <option value="51391"  class="c-inp c-ifc" notranslate>OSC02: Simple Life OBX</option>
                            
                            <option value="24545"  class="c-inp c-ifc" notranslate>OSD01: Seaduction</option>
                            
                            <option value="24546"  class="c-inp c-ifc" notranslate>OSE01: Fish Tank</option>
                            
                            <option value="24547"  class="c-inp c-ifc" notranslate>OSE02: Lion on the Beach</option>
                            
                            <option value="27475"  class="c-inp c-ifc" notranslate>OSE04: Carolina Moon</option>
                            
                            <option value="27476"  class="c-inp c-ifc" notranslate>OSE06: A Sun of A Beach </option>
                            
                            <option value="24549"  class="c-inp c-ifc" notranslate>OSE13: Gone To Sea</option>
                            
                            <option value="51359"  class="c-inp c-ifc" notranslate>OSF01: Loisstorm</option>
                            
                            <option value="51454"  class="c-inp c-ifc" notranslate>OSF02: Breathe Easy</option>
                            
                            <option value="24550"  class="c-inp c-ifc" notranslate>OSF02: Maritime</option>
                            
                            <option value="24551"  class="c-inp c-ifc" notranslate>OSF03: Tucked Inn</option>
                            
                            <option value="24553"  class="c-inp c-ifc" notranslate>OSF05: Seatime</option>
                            
                            <option value="24555"  class="c-inp c-ifc" notranslate>OSF10: Davy's Locker</option>
                            
                            <option value="39975"  class="c-inp c-ifc" notranslate>OSF12: The Hawk's Nest</option>
                            
                            <option value="36889"  class="c-inp c-ifc" notranslate>OSF13: The Salty Salute</option>
                            
                            <option value="36051"  class="c-inp c-ifc" notranslate>OSF14: For The Halibut</option>
                            
                            <option value="40159"  class="c-inp c-ifc" notranslate>OSF15: Beach Place</option>
                            
                            <option value="38984"  class="c-inp c-ifc" notranslate>OSF16: Drift Away</option>
                            
                            <option value="35980"  class="c-inp c-ifc" notranslate>OSF16: Drift Away</option>
                            
                            <option value="38390"  class="c-inp c-ifc" notranslate>OSF17: Somervilla</option>
                            
                            <option value="47691"  class="c-inp c-ifc" notranslate>OSF19: Terrapin Station</option>
                            
                            <option value="51457"  class="c-inp c-ifc" notranslate>OSF25: Sand Flower</option>
                            
                            <option value="51223"  class="c-inp c-ifc" notranslate>OSF27: Bammer's Beach Spot</option>
                            
                            <option value="51320"  class="c-inp c-ifc" notranslate>OSF28: La LuNa</option>
                            
                            <option value="24557"  class="c-inp c-ifc" notranslate>OSH01: Ocean Blue</option>
                            
                            <option value="24558"  class="c-inp c-ifc" notranslate>OSH08: Memory Maker</option>
                            
                            <option value="24560"  class="c-inp c-ifc" notranslate>OSH10: The Salty Unicorn</option>
                            
                            <option value="24561"  class="c-inp c-ifc" notranslate>OSH12: ClosEnuff</option>
                            
                            <option value="24562"  class="c-inp c-ifc" notranslate>OSH13: South Haven</option>
                            
                            <option value="35970"  class="c-inp c-ifc" notranslate>OSH14: Sandy Pause</option>
                            
                            <option value="51252"  class="c-inp c-ifc" notranslate>OSH27: Boracay Beach House</option>
                            
                            <option value="24563"  class="c-inp c-ifc" notranslate>OSI01: Almost Heaven</option>
                            
                            <option value="24564"  class="c-inp c-ifc" notranslate>OSI02: Heavenly Daze</option>
                            
                            <option value="24565"  class="c-inp c-ifc" notranslate>OSI04: Daydreams By The Sea</option>
                            
                            <option value="24566"  class="c-inp c-ifc" notranslate>OSI05: Suntastic</option>
                            
                            <option value="24567"  class="c-inp c-ifc" notranslate>OSI06: Dune Reel Good</option>
                            
                            <option value="24568"  class="c-inp c-ifc" notranslate>OSI07: Dune Song</option>
                            
                            <option value="24569"  class="c-inp c-ifc" notranslate>OSI08: Shore Beats Workin'</option>
                            
                            <option value="27477"  class="c-inp c-ifc" notranslate>OSI09: Our Surf Song </option>
                            
                            <option value="27478"  class="c-inp c-ifc" notranslate>OSI10: It's Always Sunny in Corolla </option>
                            
                            <option value="44466"  class="c-inp c-ifc" notranslate>OSI16: Beach Bubbles</option>
                            
                            <option value="24570"  class="c-inp c-ifc" notranslate>OSJ01: Lady Of The Lake</option>
                            
                            <option value="24571"  class="c-inp c-ifc" notranslate>OSJ05: Flip Flop</option>
                            
                            <option value="24573"  class="c-inp c-ifc" notranslate>OSJ09: Happy Haven</option>
                            
                            <option value="24574"  class="c-inp c-ifc" notranslate>OSJ10: Paradise On The Lake</option>
                            
                            <option value="24575"  class="c-inp c-ifc" notranslate>OSJ11: Midaswel</option>
                            
                            <option value="24576"  class="c-inp c-ifc" notranslate>OSJ12: Jeane's Dream</option>
                            
                            <option value="24577"  class="c-inp c-ifc" notranslate>OSJ13: Flip-Flops & Treetops</option>
                            
                            <option value="27479"  class="c-inp c-ifc" notranslate>OSJ14: Sunny Days </option>
                            
                            <option value="27480"  class="c-inp c-ifc" notranslate>OSJ15: Sun Hut </option>
                            
                            <option value="35990"  class="c-inp c-ifc" notranslate>OSJ16: Beach Happy</option>
                            
                            <option value="47697"  class="c-inp c-ifc" notranslate>OSJ17: Cue Country Roads</option>
                            
                            <option value="24578"  class="c-inp c-ifc" notranslate>OSK04: A Dolphin's Cove</option>
                            
                            <option value="24579"  class="c-inp c-ifc" notranslate>OSK05: Gone Coastal Corolla</option>
                            
                            <option value="24582"  class="c-inp c-ifc" notranslate>OSK08: Golden Daze</option>
                            
                            <option value="27481"  class="c-inp c-ifc" notranslate>OSK10: Virginia's Dream </option>
                            
                            <option value="31269"  class="c-inp c-ifc" notranslate>OSK11: And Breathe</option>
                            
                            <option value="35972"  class="c-inp c-ifc" notranslate>OSK12: Our Peace of Paradise</option>
                            
                            <option value="36223"  class="c-inp c-ifc" notranslate>OSK13: Water Water Everywhere</option>
                            
                            <option value="36003"  class="c-inp c-ifc" notranslate>OSK14: Shamrock Shores</option>
                            
                            <option value="51040"  class="c-inp c-ifc" notranslate>OSK15: Beach Therapy</option>
                            
                            <option value="51360"  class="c-inp c-ifc" notranslate>OSK16: Lemon Drop Inn</option>
                            
                            <option value="51268"  class="c-inp c-ifc" notranslate>OSK17: Shore Beats Work</option>
                            
                            <option value="24584"  class="c-inp c-ifc" notranslate>OSL01: Happy Childhood</option>
                            
                            <option value="24585"  class="c-inp c-ifc" notranslate>OSL05: Lion On The Sand</option>
                            
                            <option value="51339"  class="c-inp c-ifc" notranslate>OSL06: Tiki Time</option>
                            
                            <option value="36772"  class="c-inp c-ifc" notranslate>OSL08: Summersalt</option>
                            
                            <option value="42722"  class="c-inp c-ifc" notranslate>OSL09: Bayberry Breeze</option>
                            
                            <option value="24588"  class="c-inp c-ifc" notranslate>OSM03: Sweet Carolina</option>
                            
                            <option value="31267"  class="c-inp c-ifc" notranslate>OSM04: Turtle's Cove</option>
                            
                            <option value="51420"  class="c-inp c-ifc" notranslate>OSM05: We're in Luck</option>
                            
                            <option value="51272"  class="c-inp c-ifc" notranslate>OSM06: Sunny Daze</option>
                            
                            <option value="35989"  class="c-inp c-ifc" notranslate>OSN01: Saltier Vibes</option>
                            
                            <option value="24589"  class="c-inp c-ifc" notranslate>OSN03: A Place In The Sun</option>
                            
                            <option value="24590"  class="c-inp c-ifc" notranslate>OSO10: The Getaway</option>
                            
                            <option value="36773"  class="c-inp c-ifc" notranslate>OSO101: Joshua's Place</option>
                            
                            <option value="24591"  class="c-inp c-ifc" notranslate>OSO11: Craba-Cabana</option>
                            
                            <option value="48718"  class="c-inp c-ifc" notranslate>OSO15: The Salty Dog</option>
                            
                            <option value="51216"  class="c-inp c-ifc" notranslate>OSO16: Sea of Grace</option>
                            
                            <option value="24593"  class="c-inp c-ifc" notranslate>OSO33: Four Fish</option>
                            
                            <option value="50689"  class="c-inp c-ifc" notranslate>OSO36: A Ruff Life</option>
                            
                            <option value="51382"  class="c-inp c-ifc" notranslate>OSO54: OBX Calm</option>
                            
                            <option value="51372"  class="c-inp c-ifc" notranslate>OSO55: The Red Starfish Retreat</option>
                            
                            <option value="51264"  class="c-inp c-ifc" notranslate>OSO59: Ocean Sunrise</option>
                            
                            <option value="27482"  class="c-inp c-ifc" notranslate>OSO62: Livin'</option>
                            
                            <option value="24595"  class="c-inp c-ifc" notranslate>OSP01: Fun2Sea</option>
                            
                            <option value="51361"  class="c-inp c-ifc" notranslate>OSQ04: Shared Dreams</option>
                            
                            <option value="24596"  class="c-inp c-ifc" notranslate>OW13: Our Happy Place </option>
                            
                            <option value="24597"  class="c-inp c-ifc" notranslate>OW14: Belle Haven</option>
                            
                            <option value="24598"  class="c-inp c-ifc" notranslate>OW15: Majesty</option>
                            
                            <option value="43737"  class="c-inp c-ifc" notranslate>OW16: Semper Surf</option>
                            
                            <option value="24599"  class="c-inp c-ifc" notranslate>OW17: Mama Burt's</option>
                            
                            <option value="45832"  class="c-inp c-ifc" notranslate>PC1016: PC Beach</option>
                            
                            <option value="39739"  class="c-inp c-ifc" notranslate>PC104: A Joyful Sound</option>
                            
                            <option value="51042"  class="c-inp c-ifc" notranslate>PC111: Slip 111</option>
                            
                            <option value="47692"  class="c-inp c-ifc" notranslate>PC116: Seas the Day</option>
                            
                            <option value="51326"  class="c-inp c-ifc" notranslate>PC1212: Pirates Cove Retreat</option>
                            
                            <option value="36196"  class="c-inp c-ifc" notranslate>PC1424: Whispering Sound</option>
                            
                            <option value="47356"  class="c-inp c-ifc" notranslate>PC16: Ballast Point 16</option>
                            
                            <option value="42864"  class="c-inp c-ifc" notranslate>PC304: Happy Endings OBX</option>
                            
                            <option value="27483"  class="c-inp c-ifc" notranslate>PC523: Duck Crossing </option>
                            
                            <option value="27484"  class="c-inp c-ifc" notranslate>PC612: Port of Hull</option>
                            
                            <option value="51777"  class="c-inp c-ifc" notranslate>PC734: Buccaneer Village 734</option>
                            
                            <option value="27485"  class="c-inp c-ifc" notranslate>PC815: Pearl of the Sound </option>
                            
                            <option value="40076"  class="c-inp c-ifc" notranslate>PC825: Sparrow's Perch</option>
                            
                            <option value="24600"  class="c-inp c-ifc" notranslate>PC834: Starry Starry Night</option>
                            
                            <option value="37867"  class="c-inp c-ifc" notranslate>PC913: Captain's Quarters</option>
                            
                            <option value="27486"  class="c-inp c-ifc" notranslate>PC914: Summer Breeze</option>
                            
                            <option value="27487"  class="c-inp c-ifc" notranslate>PC915: Sea La Vie </option>
                            
                            <option value="24601"  class="c-inp c-ifc" notranslate>PEN01: Peninsula 01</option>
                            
                            <option value="24602"  class="c-inp c-ifc" notranslate>PEN08: Peninsula Place</option>
                            
                            <option value="36001"  class="c-inp c-ifc" notranslate>PI07: Island Breeze</option>
                            
                            <option value="51362"  class="c-inp c-ifc" notranslate>PI128: Sand Goodies</option>
                            
                            <option value="51421"  class="c-inp c-ifc" notranslate>PI154: Sweet Spot</option>
                            
                            <option value="27488"  class="c-inp c-ifc" notranslate>PI165: Gratitude</option>
                            
                            <option value="51203"  class="c-inp c-ifc" notranslate>PI167: A Wave From It All</option>
                            
                            <option value="24604"  class="c-inp c-ifc" notranslate>PI260: Seaclusion Pine Island</option>
                            
                            <option value="51269"  class="c-inp c-ifc" notranslate>PI36: Palm Pines</option>
                            
                            <option value="45380"  class="c-inp c-ifc" notranslate>PI42: Sea Spot</option>
                            
                            <option value="24606"  class="c-inp c-ifc" notranslate>PI74: La Fleur de Mer </option>
                            
                            <option value="41838"  class="c-inp c-ifc" notranslate>PVC208: PierView 208</option>
                            
                            <option value="33959"  class="c-inp c-ifc" notranslate>PVC308: PierView308</option>
                            
                            <option value="43170"  class="c-inp c-ifc" notranslate>PVC309: Waves For Days</option>
                            
                            <option value="24608"  class="c-inp c-ifc" notranslate>QA2: Slack Tide </option>
                            
                            <option value="41359"  class="c-inp c-ifc" notranslate>QA3: Sea Mist</option>
                            
                            <option value="35953"  class="c-inp c-ifc" notranslate>QA4: The Quay A4</option>
                            
                            <option value="41839"  class="c-inp c-ifc" notranslate>QB3: Beach Distraction</option>
                            
                            <option value="24610"  class="c-inp c-ifc" notranslate>QC4: Trip's OBX </option>
                            
                            <option value="24611"  class="c-inp c-ifc" notranslate>QD1: You and Me by the Sea</option>
                            
                            <option value="27489"  class="c-inp c-ifc" notranslate>QD3: OBXClusive</option>
                            
                            <option value="24612"  class="c-inp c-ifc" notranslate>QD4: Quite Right </option>
                            
                            <option value="24613"  class="c-inp c-ifc" notranslate>QE1: Shoenthal</option>
                            
                            <option value="24614"  class="c-inp c-ifc" notranslate>QE3: The Quay E3</option>
                            
                            <option value="27490"  class="c-inp c-ifc" notranslate>QE6: OBXcitement </option>
                            
                            <option value="24615"  class="c-inp c-ifc" notranslate>QF1: August Recess</option>
                            
                            <option value="36000"  class="c-inp c-ifc" notranslate>QF3: Second Wind</option>
                            
                            <option value="24616"  class="c-inp c-ifc" notranslate>QF4: The Quay F4</option>
                            
                            <option value="24617"  class="c-inp c-ifc" notranslate>QF5: House Of The Rising Sun</option>
                            
                            <option value="24618"  class="c-inp c-ifc" notranslate>QF6: Carolina Treat</option>
                            
                            <option value="24619"  class="c-inp c-ifc" notranslate>R03: Fairway View</option>
                            
                            <option value="47072"  class="c-inp c-ifc" notranslate>R09: Exhale</option>
                            
                            <option value="24620"  class="c-inp c-ifc" notranslate>R22: Magical Hideaway</option>
                            
                            <option value="37193"  class="c-inp c-ifc" notranslate>R28: Sandy Feet Retreat</option>
                            
                            <option value="24623"  class="c-inp c-ifc" notranslate>R45: Harris' Landing</option>
                            
                            <option value="24624"  class="c-inp c-ifc" notranslate>R52: Charley's Place</option>
                            
                            <option value="24625"  class="c-inp c-ifc" notranslate>R57: Oates Bluff</option>
                            
                            <option value="51333"  class="c-inp c-ifc" notranslate>RC09: Sunrise Watch</option>
                            
                            <option value="24626"  class="c-inp c-ifc" notranslate>RC338: Aqua e Vino</option>
                            
                            <option value="24627"  class="c-inp c-ifc" notranslate>RF09: Craven Haven </option>
                            
                            <option value="24628"  class="c-inp c-ifc" notranslate>RF10: Sunset Sanctuary</option>
                            
                            <option value="51331"  class="c-inp c-ifc" notranslate>RS301: Sound of the Sound</option>
                            
                            <option value="24629"  class="c-inp c-ifc" notranslate>S011: Sea-renity</option>
                            
                            <option value="51289"  class="c-inp c-ifc" notranslate>S476: GoodWinds</option>
                            
                            <option value="24630"  class="c-inp c-ifc" notranslate>S502: Seabatical</option>
                            
                            <option value="24632"  class="c-inp c-ifc" notranslate>SA02: Sunsets Forever</option>
                            
                            <option value="24633"  class="c-inp c-ifc" notranslate>SA06: Tramonti</option>
                            
                            <option value="36162"  class="c-inp c-ifc" notranslate>SAND1: Endless Summer</option>
                            
                            <option value="39744"  class="c-inp c-ifc" notranslate>SAND3: Lah De Dah</option>
                            
                            <option value="24636"  class="c-inp c-ifc" notranslate>SBC1006: Shell Of A Good Time</option>
                            
                            <option value="39249"  class="c-inp c-ifc" notranslate>SBC1121: Bay Dream</option>
                            
                            <option value="41978"  class="c-inp c-ifc" notranslate>SBC203: Seas The Bay</option>
                            
                            <option value="27491"  class="c-inp c-ifc" notranslate>SBC503: Bag O'Sunshine </option>
                            
                            <option value="47694"  class="c-inp c-ifc" notranslate>SBC704: Shallowbag Bay 704</option>
                            
                            <option value="24638"  class="c-inp c-ifc" notranslate>SC02: Sand Flee</option>
                            
                            <option value="24639"  class="c-inp c-ifc" notranslate>SC06: Wright Nice View</option>
                            
                            <option value="51347"  class="c-inp c-ifc" notranslate>SCB21: Spectacular Sunset Beach House</option>
                            
                            <option value="27492"  class="c-inp c-ifc" notranslate>SCB24: Jewel of the Sound </option>
                            
                            <option value="38654"  class="c-inp c-ifc" notranslate>SDB4: The Blue Pelican</option>
                            
                            <option value="51305"  class="c-inp c-ifc" notranslate>SDBE2: Ocean Views From Every Room</option>
                            
                            <option value="24640"  class="c-inp c-ifc" notranslate>SDL1: Donedragon</option>
                            
                            <option value="24641"  class="c-inp c-ifc" notranslate>SE402: Seven Cs 402</option>
                            
                            <option value="24642"  class="c-inp c-ifc" notranslate>SE403: Star of the Sea</option>
                            
                            <option value="24643"  class="c-inp c-ifc" notranslate>SG3: Links End</option>
                            
                            <option value="36021"  class="c-inp c-ifc" notranslate>SH01: The One</option>
                            
                            <option value="24644"  class="c-inp c-ifc" notranslate>SH02: The Talisman</option>
                            
                            <option value="51284"  class="c-inp c-ifc" notranslate>SH03: SS OBX</option>
                            
                            <option value="27420"  class="c-inp c-ifc" notranslate>SH06:The One </option>
                            
                            <option value="37312"  class="c-inp c-ifc" notranslate>SH08: Serenity Shores</option>
                            
                            <option value="42227"  class="c-inp c-ifc" notranslate>SH09: OBX Coastal Daydreaming</option>
                            
                            <option value="51290"  class="c-inp c-ifc" notranslate>SH101: Koast Enough</option>
                            
                            <option value="41361"  class="c-inp c-ifc" notranslate>SH103: St. Heather South</option>
                            
                            <option value="40586"  class="c-inp c-ifc" notranslate>SH11: Casa Sirena</option>
                            
                            <option value="51246"  class="c-inp c-ifc" notranslate>SH118: Bel Isle</option>
                            
                            <option value="51245"  class="c-inp c-ifc" notranslate>SH122: Beech Tree Retreat</option>
                            
                            <option value="51462"  class="c-inp c-ifc" notranslate>SH130: On Beach Time</option>
                            
                            <option value="44045"  class="c-inp c-ifc" notranslate>SH16: Soutohern Grove</option>
                            
                            <option value="40590"  class="c-inp c-ifc" notranslate>SH162: Bohemian Breeze</option>
                            
                            <option value="41979"  class="c-inp c-ifc" notranslate>SH173: Ocean Haven</option>
                            
                            <option value="24645"  class="c-inp c-ifc" notranslate>SH180: Seagrove</option>
                            
                            <option value="41202"  class="c-inp c-ifc" notranslate>SH189: Atlantic Belle</option>
                            
                            <option value="51308"  class="c-inp c-ifc" notranslate>SH20: Ducks Nest</option>
                            
                            <option value="37726"  class="c-inp c-ifc" notranslate>SH200: Beach Bound Baby</option>
                            
                            <option value="36027"  class="c-inp c-ifc" notranslate>SH210: Neptune Dunes</option>
                            
                            <option value="24646"  class="c-inp c-ifc" notranslate>SH223: Dragonfly</option>
                            
                            <option value="50682"  class="c-inp c-ifc" notranslate>SH236: Sea Dog's Dream</option>
                            
                            <option value="38859"  class="c-inp c-ifc" notranslate>SH24: Aloha On The Atlantic</option>
                            
                            <option value="48321"  class="c-inp c-ifc" notranslate>SH26: Periwinkle Beach</option>
                            
                            <option value="37692"  class="c-inp c-ifc" notranslate>SH296: Remember Bark When</option>
                            
                            <option value="24647"  class="c-inp c-ifc" notranslate>SH310: Keltie's Cove</option>
                            
                            <option value="24650"  class="c-inp c-ifc" notranslate>SH42: 3 Weeks On The Shores</option>
                            
                            <option value="24651"  class="c-inp c-ifc" notranslate>SH56: One Particular Harbour</option>
                            
                            <option value="35961"  class="c-inp c-ifc" notranslate>SH58: Blue Oasis</option>
                            
                            <option value="51464"  class="c-inp c-ifc" notranslate>SH59: Retreat at Turtle Pond</option>
                            
                            <option value="40587"  class="c-inp c-ifc" notranslate>SH71: Savannah Dawn</option>
                            
                            <option value="51205"  class="c-inp c-ifc" notranslate>SH85: Alpaca Bag</option>
                            
                            <option value="24652"  class="c-inp c-ifc" notranslate>SH87: Hotel California</option>
                            
                            <option value="31244"  class="c-inp c-ifc" notranslate>SH95: Clam I Am</option>
                            
                            <option value="24653"  class="c-inp c-ifc" notranslate>SL01N: Surround Sound</option>
                            
                            <option value="34769"  class="c-inp c-ifc" notranslate>SL101: Knot of Sound Mind</option>
                            
                            <option value="24654"  class="c-inp c-ifc" notranslate>SL102: Sunset Sound</option>
                            
                            <option value="24655"  class="c-inp c-ifc" notranslate>SL202: Soundview at The Landings</option>
                            
                            <option value="24656"  class="c-inp c-ifc" notranslate>SL209: La Dolce Vita II</option>
                            
                            <option value="24657"  class="c-inp c-ifc" notranslate>SL305: Look Out - The Landings at Sugar Creek</option>
                            
                            <option value="24658"  class="c-inp c-ifc" notranslate>SN01: Busy Being Fabulous</option>
                            
                            <option value="24659"  class="c-inp c-ifc" notranslate>SN02: The Gem</option>
                            
                            <option value="40077"  class="c-inp c-ifc" notranslate>SN0213: Surf Monkey</option>
                            
                            <option value="24661"  class="c-inp c-ifc" notranslate>SN03: Ellington Cottage By The Sea</option>
                            
                            <option value="45478"  class="c-inp c-ifc" notranslate>SN0325: Almost Home</option>
                            
                            <option value="27493"  class="c-inp c-ifc" notranslate>SN0407: Sailor's Rest at Nags Head </option>
                            
                            <option value="24662"  class="c-inp c-ifc" notranslate>SN05: Pompano</option>
                            
                            <option value="41280"  class="c-inp c-ifc" notranslate>SN0505: Altantic Diamond</option>
                            
                            <option value="45479"  class="c-inp c-ifc" notranslate>SN0515: Presidential Boardwalk</option>
                            
                            <option value="51280"  class="c-inp c-ifc" notranslate>SN052: Nags Head Getaway</option>
                            
                            <option value="24663"  class="c-inp c-ifc" notranslate>SN0531: Moon Rider</option>
                            
                            <option value="43732"  class="c-inp c-ifc" notranslate>SN0541; The Lily Pad</option>
                            
                            <option value="24664"  class="c-inp c-ifc" notranslate>SN06: Cobia</option>
                            
                            <option value="41370"  class="c-inp c-ifc" notranslate>SN0609: Sea of Tranquility</option>
                            
                            <option value="43733"  class="c-inp c-ifc" notranslate>SN0623: Gillesie Cottage</option>
                            
                            <option value="34454"  class="c-inp c-ifc" notranslate>SN0625:: Surfrider</option>
                            
                            <option value="47422"  class="c-inp c-ifc" notranslate>SN0693: Pelican Pelican Pelican</option>
                            
                            <option value="24667"  class="c-inp c-ifc" notranslate>SN07: Aloha Mist</option>
                            
                            <option value="40598"  class="c-inp c-ifc" notranslate>SN0814: Beech Nut</option>
                            
                            <option value="33351"  class="c-inp c-ifc" notranslate>SN0918: Zane's Beach House</option>
                            
                            <option value="50913"  class="c-inp c-ifc" notranslate>SN0928: Dolphins and Dunes</option>
                            
                            <option value="40106"  class="c-inp c-ifc" notranslate>SN0947: Torchsong</option>
                            
                            <option value="24668"  class="c-inp c-ifc" notranslate>SN10: Fireflies</option>
                            
                            <option value="51365"  class="c-inp c-ifc" notranslate>SN1319: Outer Banks Beachfront Bunglow</option>
                            
                            <option value="24670"  class="c-inp c-ifc" notranslate>SN16: Take It To The Limit</option>
                            
                            <option value="45480"  class="c-inp c-ifc" notranslate>SN1823A: Scooter's Hideaway</option>
                            
                            <option value="24673"  class="c-inp c-ifc" notranslate>SN21: Turtles Roost</option>
                            
                            <option value="41608"  class="c-inp c-ifc" notranslate>SN218: Sand Castle Cottage</option>
                            
                            <option value="24674"  class="c-inp c-ifc" notranslate>SN22: Fearing Cottage</option>
                            
                            <option value="51288"  class="c-inp c-ifc" notranslate>SN22L: For The Good Times</option>
                            
                            <option value="51217"  class="c-inp c-ifc" notranslate>SN22R: Back 2 The Beach</option>
                            
                            <option value="24675"  class="c-inp c-ifc" notranslate>SN23: Lookout</option>
                            
                            <option value="41558"  class="c-inp c-ifc" notranslate>SN2344: Sassy Seas</option>
                            
                            <option value="24676"  class="c-inp c-ifc" notranslate>SN2420: Wise Choice</option>
                            
                            <option value="24677"  class="c-inp c-ifc" notranslate>SN25: Pixie's Place</option>
                            
                            <option value="50676"  class="c-inp c-ifc" notranslate>SN2514: Port 51</option>
                            
                            <option value="51778"  class="c-inp c-ifc" notranslate>SN2591: Seaquil</option>
                            
                            <option value="27494"  class="c-inp c-ifc" notranslate>SN2604: Salt Shaker </option>
                            
                            <option value="27495"  class="c-inp c-ifc" notranslate>SN2712: Beach Dugout </option>
                            
                            <option value="24678"  class="c-inp c-ifc" notranslate>SN28: Ocean Haven</option>
                            
                            <option value="24679"  class="c-inp c-ifc" notranslate>SN29: Windfall</option>
                            
                            <option value="50329"  class="c-inp c-ifc" notranslate>SN2923: RoSea Retreat</option>
                            
                            <option value="51343"  class="c-inp c-ifc" notranslate>SN3119: OBX Oceanfront Cozy Cottage</option>
                            
                            <option value="24681"  class="c-inp c-ifc" notranslate>SN32: Stella Maris</option>
                            
                            <option value="24682"  class="c-inp c-ifc" notranslate>SN33: Gone Coastal</option>
                            
                            <option value="24683"  class="c-inp c-ifc" notranslate>SN34: Triple Play</option>
                            
                            <option value="24684"  class="c-inp c-ifc" notranslate>SN37: 4 Shore</option>
                            
                            <option value="24686"  class="c-inp c-ifc" notranslate>SN39: Crab Cottage</option>
                            
                            <option value="47124"  class="c-inp c-ifc" notranslate>SN3935: Running Down A Dream</option>
                            
                            <option value="24687"  class="c-inp c-ifc" notranslate>SN40: Dream Weaver</option>
                            
                            <option value="40078"  class="c-inp c-ifc" notranslate>SN4718: Tequila Mockingbird</option>
                            
                            <option value="24688"  class="c-inp c-ifc" notranslate>SN48: L'il Seabreeze</option>
                            
                            <option value="51302"  class="c-inp c-ifc" notranslate>SN4922: Blissful Beach House Condo</option>
                            
                            <option value="40595"  class="c-inp c-ifc" notranslate>SN572C: Pleasant Seaprise</option>
                            
                            <option value="43517"  class="c-inp c-ifc" notranslate>SN6232A: South Nags Head 6232A</option>
                            
                            <option value="51341"  class="c-inp c-ifc" notranslate>SN79: Friendly Waters</option>
                            
                            <option value="24689"  class="c-inp c-ifc" notranslate>SN86: Amazing View </option>
                            
                            <option value="51250"  class="c-inp c-ifc" notranslate>SN9715: Blue Horizons</option>
                            
                            <option value="41203"  class="c-inp c-ifc" notranslate>SNH0505: Atlantic Diamond</option>
                            
                            <option value="51338"  class="c-inp c-ifc" notranslate>SP1003: The Wright Place</option>
                            
                            <option value="51285"  class="c-inp c-ifc" notranslate>SP1206: Sandy Bottom</option>
                            
                            <option value="24690"  class="c-inp c-ifc" notranslate>SP1B: Sister Seas</option>
                            
                            <option value="33692"  class="c-inp c-ifc" notranslate>SP2A: Somerset's Lighthouse</option>
                            
                            <option value="24691"  class="c-inp c-ifc" notranslate>SP2B: Just Beachy</option>
                            
                            <option value="24692"  class="c-inp c-ifc" notranslate>SP4B: Sea Pointe 4B</option>
                            
                            <option value="50683"  class="c-inp c-ifc" notranslate>SP5307B: Jolly Mon</option>
                            
                            <option value="24693"  class="c-inp c-ifc" notranslate>SP5A: Sea-Duced</option>
                            
                            <option value="24694"  class="c-inp c-ifc" notranslate>SP5B: Sea Pointe Paradise</option>
                            
                            <option value="24695"  class="c-inp c-ifc" notranslate>SP7A: Beach Break</option>
                            
                            <option value="24696"  class="c-inp c-ifc" notranslate>SP8B: Sea Pointe 8B</option>
                            
                            <option value="24697"  class="c-inp c-ifc" notranslate>SP9A: Dolphins Walk</option>
                            
                            <option value="24698"  class="c-inp c-ifc" notranslate>SP9B: Sea Pointe 9B</option>
                            
                            <option value="51608"  class="c-inp c-ifc" notranslate>SPC1006: Doggy Dunes</option>
                            
                            <option value="51367"  class="c-inp c-ifc" notranslate>SPC2903: Seahorse Escape</option>
                            
                            <option value="51607"  class="c-inp c-ifc" notranslate>SPC706: Sandpiper Cay 706</option>
                            
                            <option value="51456"  class="c-inp c-ifc" notranslate>SR36: Gizmo's Getaway</option>
                            
                            <option value="51413"  class="c-inp c-ifc" notranslate>SR37: Cherished Memories</option>
                            
                            <option value="24699"  class="c-inp c-ifc" notranslate>SR406: Jumbo's Hideout </option>
                            
                            <option value="24700"  class="c-inp c-ifc" notranslate>SR409: Finn Tales</option>
                            
                            <option value="27496"  class="c-inp c-ifc" notranslate>SR412: Hamps Landing</option>
                            
                            <option value="25823"  class="c-inp c-ifc" notranslate>SR419: Haven Of Rest</option>
                            
                            <option value="24702"  class="c-inp c-ifc" notranslate>SS02: Ferguson's Flagship</option>
                            
                            <option value="50330"  class="c-inp c-ifc" notranslate>SS05: The Beach House</option>
                            
                            <option value="24703"  class="c-inp c-ifc" notranslate>SS06: Leg-a-Sea</option>
                            
                            <option value="24704"  class="c-inp c-ifc" notranslate>SS07: Stairway To Heaven</option>
                            
                            <option value="24705"  class="c-inp c-ifc" notranslate>SS08: Newwinds Hideaway</option>
                            
                            <option value="24706"  class="c-inp c-ifc" notranslate>SS09: Dune Nuttin</option>
                            
                            <option value="24707"  class="c-inp c-ifc" notranslate>SS11: Just Wright</option>
                            
                            <option value="27497"  class="c-inp c-ifc" notranslate>SS13: Good Day Sunshine </option>
                            
                            <option value="27498"  class="c-inp c-ifc" notranslate>SS18: Sunnyside Up </option>
                            
                            <option value="24708"  class="c-inp c-ifc" notranslate>SS19: Shore's Fun</option>
                            
                            <option value="24709"  class="c-inp c-ifc" notranslate>SS20: Sea Spray</option>
                            
                            <option value="24710"  class="c-inp c-ifc" notranslate>SS21: Castle In The Sand</option>
                            
                            <option value="24711"  class="c-inp c-ifc" notranslate>SS22: Seaside 22</option>
                            
                            <option value="24713"  class="c-inp c-ifc" notranslate>SS26: Wanderer's Rest</option>
                            
                            <option value="24714"  class="c-inp c-ifc" notranslate>SS28: Z Breeze</option>
                            
                            <option value="24716"  class="c-inp c-ifc" notranslate>SS30: Lacrosse the Banks</option>
                            
                            <option value="24717"  class="c-inp c-ifc" notranslate>SS33: Sunshine In My Pocket</option>
                            
                            <option value="24718"  class="c-inp c-ifc" notranslate>SS34: Five Forks South</option>
                            
                            <option value="24719"  class="c-inp c-ifc" notranslate>SS38: Favorite Place</option>
                            
                            <option value="24720"  class="c-inp c-ifc" notranslate>SS42: Sea Dreamer</option>
                            
                            <option value="24721"  class="c-inp c-ifc" notranslate>SS46: Seaside 46</option>
                            
                            <option value="24722"  class="c-inp c-ifc" notranslate>SS47: Vacation Station</option>
                            
                            <option value="24723"  class="c-inp c-ifc" notranslate>SS48: Flying Colors</option>
                            
                            <option value="24724"  class="c-inp c-ifc" notranslate>SS52: Staying Gold</option>
                            
                            <option value="24725"  class="c-inp c-ifc" notranslate>SS53: Sunny Side</option>
                            
                            <option value="24726"  class="c-inp c-ifc" notranslate>SS56: C-Side</option>
                            
                            <option value="24727"  class="c-inp c-ifc" notranslate>SS57: La Dolce Vita</option>
                            
                            <option value="24728"  class="c-inp c-ifc" notranslate>SS58: Seaside 58</option>
                            
                            <option value="24729"  class="c-inp c-ifc" notranslate>SS61: Dolphin Waves</option>
                            
                            <option value="24730"  class="c-inp c-ifc" notranslate>SS64: Forever Young</option>
                            
                            <option value="24731"  class="c-inp c-ifc" notranslate>SS67: Make A Wish</option>
                            
                            <option value="24732"  class="c-inp c-ifc" notranslate>SS72: Seascape Escape</option>
                            
                            <option value="24733"  class="c-inp c-ifc" notranslate>SS77: Waves Of Joy</option>
                            
                            <option value="37697"  class="c-inp c-ifc" notranslate>SS78: Banx Sea</option>
                            
                            <option value="24734"  class="c-inp c-ifc" notranslate>SSC04: Shyers Luck</option>
                            
                            <option value="24735"  class="c-inp c-ifc" notranslate>SV05: Shore'em Dreamin'</option>
                            
                            <option value="24736"  class="c-inp c-ifc" notranslate>SV07: Sandy Sea Gulls </option>
                            
                            <option value="24737"  class="c-inp c-ifc" notranslate>SV08: Family Ties</option>
                            
                            <option value="31515"  class="c-inp c-ifc" notranslate>SV09: Eighty-Sea</option>
                            
                            <option value="24738"  class="c-inp c-ifc" notranslate>SV10: The Sandcastle by the Sea </option>
                            
                            <option value="24739"  class="c-inp c-ifc" notranslate>SV12: A Change In Latitude</option>
                            
                            <option value="48322"  class="c-inp c-ifc" notranslate>SV15: Ocean Dreams</option>
                            
                            <option value="51469"  class="c-inp c-ifc" notranslate>SV23: Summer Haven</option>
                            
                            <option value="24740"  class="c-inp c-ifc" notranslate>SV23: Summer Haven</option>
                            
                            <option value="24743"  class="c-inp c-ifc" notranslate>SV30: Piggy's Paradise</option>
                            
                            <option value="27499"  class="c-inp c-ifc" notranslate>SV31: Beachology </option>
                            
                            <option value="24744"  class="c-inp c-ifc" notranslate>SV35: Seven Sisters 35</option>
                            
                            <option value="44988"  class="c-inp c-ifc" notranslate>SVC104: Purple Shells Only</option>
                            
                            <option value="24745"  class="c-inp c-ifc" notranslate>SW01: Home On The Range</option>
                            
                            <option value="24746"  class="c-inp c-ifc" notranslate>SW05: Seawatch 5</option>
                            
                            <option value="24747"  class="c-inp c-ifc" notranslate>SW06: Sound Decision</option>
                            
                            <option value="24748"  class="c-inp c-ifc" notranslate>SW07: Sound Surprise</option>
                            
                            <option value="24749"  class="c-inp c-ifc" notranslate>SW13: Milky Way</option>
                            
                            <option value="39976"  class="c-inp c-ifc" notranslate>SWK10: Sea-Eye-Eh?</option>
                            
                            <option value="24769"  class="c-inp c-ifc" notranslate>TC02: Tipsea Terrapin</option>
                            
                            <option value="24770"  class="c-inp c-ifc" notranslate>TC03: Hook, Wine And Sinker</option>
                            
                            <option value="24771"  class="c-inp c-ifc" notranslate>TC05: Sea Paws</option>
                            
                            <option value="50051"  class="c-inp c-ifc" notranslate>TC09: Lazy R</option>
                            
                            <option value="50690"  class="c-inp c-ifc" notranslate>TC09: Lazy R</option>
                            
                            <option value="40293"  class="c-inp c-ifc" notranslate>VI3: The Mermaid Lounge</option>
                            
                            <option value="51218"  class="c-inp c-ifc" notranslate>VI4: The Sound of Family</option>
                            
                            <option value="24773"  class="c-inp c-ifc" notranslate>VJ2: Villas J2</option>
                            
                            <option value="41476"  class="c-inp c-ifc" notranslate>VL6: Life On A Sandbar</option>
                            
                            <option value="24774"  class="c-inp c-ifc" notranslate>VM1: Villas M1</option>
                            
                            <option value="50331"  class="c-inp c-ifc" notranslate>VN2: Villa N2</option>
                            
                            <option value="24775"  class="c-inp c-ifc" notranslate>VOH01: Teddy's Take Five </option>
                            
                            <option value="51402"  class="c-inp c-ifc" notranslate>VOH02: Jewel of the Deep</option>
                            
                            <option value="51465"  class="c-inp c-ifc" notranslate>VOH06: Sandcastle</option>
                            
                            <option value="41198"  class="c-inp c-ifc" notranslate>VOH07: Salty Suite</option>
                            
                            <option value="51345"  class="c-inp c-ifc" notranslate>VOH09: Seaside Sea Esta</option>
                            
                            <option value="24776"  class="c-inp c-ifc" notranslate>VOH102: Shellous</option>
                            
                            <option value="35986"  class="c-inp c-ifc" notranslate>VOH11: Hidden Gem</option>
                            
                            <option value="51459"  class="c-inp c-ifc" notranslate>VOH12: Longue Vue</option>
                            
                            <option value="24777"  class="c-inp c-ifc" notranslate>VOH125: Rest-A-Shore</option>
                            
                            <option value="51323"  class="c-inp c-ifc" notranslate>VOH18: Pamela's</option>
                            
                            <option value="51473"  class="c-inp c-ifc" notranslate>VOH19: The Nauti Flyer</option>
                            
                            <option value="50112"  class="c-inp c-ifc" notranslate>VOH20: Sea Glass Cottage</option>
                            
                            <option value="44425"  class="c-inp c-ifc" notranslate>VOH22- The Hunkerdowner</option>
                            
                            <option value="41213"  class="c-inp c-ifc" notranslate>VOH237: Irie</option>
                            
                            <option value="38670"  class="c-inp c-ifc" notranslate>VOH24: Koselig Kove</option>
                            
                            <option value="31264"  class="c-inp c-ifc" notranslate>VOH240: A Castle In The Sand</option>
                            
                            <option value="31265"  class="c-inp c-ifc" notranslate>VOH247: Bella Rose</option>
                            
                            <option value="51384"  class="c-inp c-ifc" notranslate>VOH26: Summer Delight</option>
                            
                            <option value="51327"  class="c-inp c-ifc" notranslate>VOH27: Salty Crab</option>
                            
                            <option value="51458"  class="c-inp c-ifc" notranslate>VOH28: Lighthouse View</option>
                            
                            <option value="51342"  class="c-inp c-ifc" notranslate>VOH29: Rising Sun</option>
                            
                            <option value="51395"  class="c-inp c-ifc" notranslate>VOH30: The Princess Tide</option>
                            
                            <option value="24780"  class="c-inp c-ifc" notranslate>VOH50: Joyful Sound</option>
                            
                            <option value="36028"  class="c-inp c-ifc" notranslate>VOH53: Puppy Love</option>
                            
                            <option value="35971"  class="c-inp c-ifc" notranslate>VOH68: Ocean Escape</option>
                            
                            <option value="24782"  class="c-inp c-ifc" notranslate>VOH70: FINALLY</option>
                            
                            <option value="24783"  class="c-inp c-ifc" notranslate>VP102: Under The Boardwalk</option>
                            
                            <option value="35962"  class="c-inp c-ifc" notranslate>VP201: Captain Stew's</option>
                            
                            <option value="24784"  class="c-inp c-ifc" notranslate>VP202: Reelaxation</option>
                            
                            <option value="24785"  class="c-inp c-ifc" notranslate>VP203: Ritzy Roost</option>
                            
                            <option value="24786"  class="c-inp c-ifc" notranslate>VP301: Sunny Charmed Life</option>
                            
                            <option value="39250"  class="c-inp c-ifc" notranslate>VP302: Bailey's Retreat</option>
                            
                            <option value="24787"  class="c-inp c-ifc" notranslate>VP303: T's Retreat</option>
                            
                            <option value="38655"  class="c-inp c-ifc" notranslate>VP4: Perfect 4</option>
                            
                            <option value="24788"  class="c-inp c-ifc" notranslate>VP401: Banana Beach</option>
                            
                            <option value="24789"  class="c-inp c-ifc" notranslate>VS3: Delightful Dolphin</option>
                            
                            <option value="35951"  class="c-inp c-ifc" notranslate>VS5: Born In The Sand</option>
                            
                            <option value="51387"  class="c-inp c-ifc" notranslate>VS6: Ricos Retreat</option>
                            
                            <option value="24791"  class="c-inp c-ifc" notranslate>W03: Puppy Pointe</option>
                            
                            <option value="24792"  class="c-inp c-ifc" notranslate>W07: Wedges 7</option>
                            
                            <option value="24793"  class="c-inp c-ifc" notranslate>W11: Wedges 11</option>
                            
                            <option value="27500"  class="c-inp c-ifc" notranslate>W12: Tees </option>
                            
                            <option value="39163"  class="c-inp c-ifc" notranslate>W12: Tees </option>
                            
                            <option value="24795"  class="c-inp c-ifc" notranslate>W18: Salty Dog</option>
                            
                            <option value="40079"  class="c-inp c-ifc" notranslate>WE16: Spoon Haven </option>
                            
                            <option value="24798"  class="c-inp c-ifc" notranslate>WE21: Mermaids Pearl</option>
                            
                            <option value="36224"  class="c-inp c-ifc" notranslate>WH139: Dutch Treat</option>
                            
                            <option value="51370"  class="c-inp c-ifc" notranslate>WH240: Seas the Day</option>
                            
                            <option value="36029"  class="c-inp c-ifc" notranslate>WH242: Starboard Home</option>
                            
                            <option value="50332"  class="c-inp c-ifc" notranslate>WH250: The Club House</option>
                            
                            <option value="51417"  class="c-inp c-ifc" notranslate>WH273: Paradise Found</option>
                            
                            <option value="24802"  class="c-inp c-ifc" notranslate>WH278: Far Far Away</option>
                            
                            <option value="51373"  class="c-inp c-ifc" notranslate>WH286: Milennium Sunrise</option>
                            
                            <option value="51463"  class="c-inp c-ifc" notranslate>WH292: Over The Rainbow</option>
                            
                            <option value="40779"  class="c-inp c-ifc" notranslate>WH3063: Mi Casa Bella - Ocean</option>
                            
                            <option value="41619"  class="c-inp c-ifc" notranslate>WH313: Sunshine Stars</option>
                            
                            <option value="24807"  class="c-inp c-ifc" notranslate>WH353: Wish You Were Here</option>
                            
                            <option value="41200"  class="c-inp c-ifc" notranslate>WH359: A Whale of a Time</option>
                            
                            <option value="51383"  class="c-inp c-ifc" notranslate>WH391: Scrimshaw</option>
                            
                            <option value="50845"  class="c-inp c-ifc" notranslate>WH391: Scrimshaw</option>
                            
                            <option value="24809"  class="c-inp c-ifc" notranslate>WH399: All Is Whale</option>
                            
                            <option value="24810"  class="c-inp c-ifc" notranslate>WH402: Joint Venture</option>
                            
                            <option value="51381"  class="c-inp c-ifc" notranslate>WH404: Sea Esta</option>
                            
                            <option value="51537"  class="c-inp c-ifc" notranslate>WH404: Sea Esta</option>
                            
                            <option value="36817"  class="c-inp c-ifc" notranslate>WH415: O'Shinn View</option>
                            
                            <option value="24812"  class="c-inp c-ifc" notranslate>WH416: The Whaler</option>
                            
                            <option value="24813"  class="c-inp c-ifc" notranslate>WH418: Jive 'n' Whale</option>
                            
                            <option value="40066"  class="c-inp c-ifc" notranslate>WH444: Pelican Breeze</option>
                            
                            <option value="24816"  class="c-inp c-ifc" notranslate>WH456: Second Wind</option>
                            
                            <option value="51349"  class="c-inp c-ifc" notranslate>WH468: Captain's Fantasea</option>
                            
                            <option value="51201"  class="c-inp c-ifc" notranslate>WH469: A Dream Come Yes</option>
                            
                            <option value="51270"  class="c-inp c-ifc" notranslate>WH480: Second Impulse</option>
                            
                            <option value="36225"  class="c-inp c-ifc" notranslate>WH482: Whalehead Beach 482</option>
                            
                            <option value="49091"  class="c-inp c-ifc" notranslate>WH484: Wishing Whale</option>
                            
                            <option value="24818"  class="c-inp c-ifc" notranslate>WH501: Follow The Sun</option>
                            
                            <option value="51228"  class="c-inp c-ifc" notranslate>WH509: Beach Blessings</option>
                            
                            <option value="51207"  class="c-inp c-ifc" notranslate>WH515: Another Day at the Beach</option>
                            
                            <option value="51400"  class="c-inp c-ifc" notranslate>WH524: Whalecome Home</option>
                            
                            <option value="24819"  class="c-inp c-ifc" notranslate>WH530: Brigadune</option>
                            
                            <option value="36907"  class="c-inp c-ifc" notranslate>WH535: Beachnuts Too</option>
                            
                            <option value="24820"  class="c-inp c-ifc" notranslate>WH545: Ebbtide</option>
                            
                            <option value="24821"  class="c-inp c-ifc" notranslate>WH549: Pelican Shores</option>
                            
                            <option value="40775"  class="c-inp c-ifc" notranslate>WH551: Into The Mystic</option>
                            
                            <option value="35987"  class="c-inp c-ifc" notranslate>WH553: The Salt Shaker</option>
                            
                            <option value="24822"  class="c-inp c-ifc" notranslate>WH557: A Parrots Perch</option>
                            
                            <option value="27502"  class="c-inp c-ifc" notranslate>WH561: Shore is Sweet </option>
                            
                            <option value="24823"  class="c-inp c-ifc" notranslate>WH563: Hip Nautic</option>
                            
                            <option value="51455"  class="c-inp c-ifc" notranslate>WH574: Down by the Sea</option>
                            
                            <option value="51386"  class="c-inp c-ifc" notranslate>WH579: Pelican Pines</option>
                            
                            <option value="51265"  class="c-inp c-ifc" notranslate>WH580: Shore Thing</option>
                            
                            <option value="37125"  class="c-inp c-ifc" notranslate>WH5835: Beachnuts Too</option>
                            
                            <option value="51224"  class="c-inp c-ifc" notranslate>WH586: Barefoot Crab</option>
                            
                            <option value="27503"  class="c-inp c-ifc" notranslate>WH591: Shell's Shack </option>
                            
                            <option value="50684"  class="c-inp c-ifc" notranslate>WH5991: Stella Marina</option>
                            
                            <option value="24825"  class="c-inp c-ifc" notranslate>WH601: Landes Dream</option>
                            
                            <option value="24826"  class="c-inp c-ifc" notranslate>WH602: My Happy Place</option>
                            
                            <option value="24827"  class="c-inp c-ifc" notranslate>WH603: A Shore Pleasure</option>
                            
                            <option value="39260"  class="c-inp c-ifc" notranslate>WH606: Blue You Away</option>
                            
                            <option value="42469"  class="c-inp c-ifc" notranslate>WH616: Blue Bomber</option>
                            
                            <option value="40886"  class="c-inp c-ifc" notranslate>WH620: La Playa</option>
                            
                            <option value="51206"  class="c-inp c-ifc" notranslate>WH630: An Ocean Song</option>
                            
                            <option value="24829"  class="c-inp c-ifc" notranslate>WH632: Whale Tale</option>
                            
                            <option value="41478"  class="c-inp c-ifc" notranslate>WH642: Whalehead 642</option>
                            
                            <option value="24830"  class="c-inp c-ifc" notranslate>WH643: Dancing Days</option>
                            
                            <option value="35991"  class="c-inp c-ifc" notranslate>WH650: Harmankaya</option>
                            
                            <option value="31270"  class="c-inp c-ifc" notranslate>WH680: Toes On The Nose</option>
                            
                            <option value="51041"  class="c-inp c-ifc" notranslate>WH957: Shorely Dreaming</option>
                            
                            <option value="31251"  class="c-inp c-ifc" notranslate>WJ2AN: Windjammer</option>
                            
                            <option value="47123"  class="c-inp c-ifc" notranslate>WR449: Juniper Hill</option>
                            
                            <option value="44464"  class="c-inp c-ifc" notranslate>WR453: Fore Reel Life</option>
                            
                            <option value="24833"  class="c-inp c-ifc" notranslate>WR4C: Monkey Business</option>
                            
                            <option value="24834"  class="c-inp c-ifc" notranslate>WR4E: Windswept Ridges 4E</option>
                            
                            <option value="37727"  class="c-inp c-ifc" notranslate>WR4J: Just Chillin</option>
                            
                            <option value="24836"  class="c-inp c-ifc" notranslate>WR4O: A Pointe Of View</option>
                            
                            <option value="50691"  class="c-inp c-ifc" notranslate>WR5C: Ocean Sunrise</option>
                            
                            <option value="27504"  class="c-inp c-ifc" notranslate>WR5E: Dune Time </option>
                            
                            <option value="43165"  class="c-inp c-ifc" notranslate>WR5H: Serenitee</option>
                            
                            <option value="24837"  class="c-inp c-ifc" notranslate>WR5O: Sea Otter</option>
                            
                            <option value="24838"  class="c-inp c-ifc" notranslate>WS01: Whispering Sands </option>
                            
                            <option value="24839"  class="c-inp c-ifc" notranslate>WS03: Whispering Sands </option>
                            
                            <option value="24840"  class="c-inp c-ifc" notranslate>WS05: Whispering Sands </option>
                            
                            <option value="24841"  class="c-inp c-ifc" notranslate>WS06: Whispering Sands </option>
                            
                            <option value="24842"  class="c-inp c-ifc" notranslate>WS07: Whispering Sands </option>
                            
                            <option value="24843"  class="c-inp c-ifc" notranslate>WS08: Whispering Sands </option>
                            
                            </select>
                        
                        </div>
                    </div>
                </div>
                <div style="display:none;" class="error" id="ct3Error">
                    <div class="rli-col">
                        <span style="color:#C30019;">
                            Destination is required
                        </span>
                        <br />
                    </div>
                </div>
                
                <br />
                <div class="w3-row w3-padding-0 c-marg" style="min-height:30px;">
                    <div class="rli-col">
                        <label for="ct6" id= "ct5" class="labelvalue ship c-fc c-fs notranslate">
                            Enter details about where your item was last seen and other unique characteristics to help us locate your lost item.<span style='color:#CC0000;'>*</span>
                        </label>
                    </div>
                </div>
                <div class="w3-row w3-padding-0" style="min-height:30px;">
                    <div class="rli-col">
                        <textarea id="ct6" placeholder="(For example: exact location, screensaver, colors, etc.)" maxlength="250" rows="2" class="inputelement c-ifc w3-col s12 c-inp" style="text-align:left;" name="Room" required></textarea>
                    </div>
                </div>
                <div style="display:none;" class="error" id="ct5Error">
                    <div class="rli-col">
                        <span style="color:#C30019;">
                            Description of where you lost your item is required
                        </span>
                    </div>
                    <br />
                </div>
                
                <div class="w3-row w3-padding-top c-marg" style="min-height:30px;">
                    <div class="rli-col">
                        <div class="w3-col s12">
                            <input class="cbox cboxetd" style="min-height:18px !important; min-width:18px !important" id="tracker" name="tracker" onchange="showHideTrackers()" type="checkbox" value="yes">
                            <label class="ship c-fc c-fs notranslate" for="tracker" id="trackerlbl">Item(s) have an AirTag or other location tracker</label>
                        </div>
                    </div>
                </div>
                <div id="conTrackerTypes" class="w3-row w3-padding-top c-marg" style="display:none; min-height:30px;">
                    <div class="rli-col">
                        <select id="ddTrackerTypes" name="ddTrackerTypes" class="c-ifc c-inp"><option value="0">--Select Tracker Type--</option>
                        
                            <option value="2">Apple / AirTag</option>
                        
                            <option value="6">Other / Unknown</option>
                        
                        </select>
                    </div>
                </div>
                
                <div id="c-line1"></div>
            </div>
            <div id="shipbox" class="bbox">
                <div class="w3-row w3-padding-top">
                    <div class="rli-col">
                        <span class="ship c-shc c-fs notranslate c-ct18" style="" id="ct18">
                            Contact and shipping information
                        </span>
                    </div>
                </div>
                <div class="w3-row w3-padding-0" style="min-height:30px;">
                    <div class="w3-half w3-margin-top">
                        <label for="FirstName" id="ct7" class="labelvalue ship c-fc c-fs notranslate">
                        First name:<span style='color:#CC0000;'>*</span></label><br />
                        <input class="inputelement c-inp c-ifc"inputelement c-inp c-ifc" type="text" size="30" style="text-align:left;" id="FirstName" name="FirstName" required/>
                        <div style="display:none;" class="error" id="ct7Error">
                            <span style="color:#C30019;">
                                First name is required
                            </span>
                            <br />
                        </div>
                    </div>
                    <div class="w3-half w3-margin-top">
                        <label for="LastName" id="ct8" class="labelvalue ship c-fc c-fs notranslate">
                            Last name:<span style='color:#CC0000;'>*</span>
                        </label>
                        <br />
                        <input class="inputelement c-inp c-ifc" type="text" size="30" style="text-align:left;" id="LastName" name="LastName" required/>
                        <div style="display:none;" class="error" id="ct8Error">
                            <span style="color:#C30019;">
                                Last name is required
                            </span>
                            <br />
                        </div>
                    </div>
                </div>
                
                <div class="w3-row w3-padding-0" style="min-height:30px;">
                    <div class="w3-half w3-margin-top">
                        <label for="phonenumber" id="ct9" class="labelvalue ship c-fc c-fs notranslate">
                            Phone number / mobile number:<span style='color:#CC0000;'>*</span>
                        </label>
                        <br />
                        <input class="inputelement c-inp c-ifc" size="20" style="text-align:left;" onchange="presetSMSRB(this)" id="phonenumber" name="PhoneNumber" type="text" required/>
                        <div style="display:none;" class="error" id="ct9Error">
                            <span style="color:#C30019;">
                                Phone number is required
                            </span>
                            <br />
                        </div>
                    </div>
                    <div class="w3-half w3-margin-top">
                        
                        <fieldset id="txtmsgFS" "role="radiogroup"  style="border:0;margin:0;padding:0;">
                            <legend class="c-fc c-fs">OK to text you with updates on this report?</legend>
                            
                            <input onclick="checkSMSBlocked();document.getElementById('CellCustomMsg').focus;" type="radio" name="txtmsgOK" value="Yes" id="_1" class="c-rad" />
                            <label aria-label="Send me text message updates" for="_1" class="ship c-fc c-fs">Yes</label>
                            <input onclick="hideCellCustomMsg();" type="radio" name="txtmsgOK" value="No" id="_2" class="c-rad" />
                            <label aria-label="Do not send me text message updates" for="_2" class="ship c-fc c-fs">No</label>
                            
                        </fieldset>
                        <div style="display:none;" class="error" id="ct9TError">
                            <span style="color:#C30019;">
                                A Yes or No answer is required here
                            </span>
                            <br />
                        </div>
                        
                    </div>
                </div>
                <div class="w3-row w3-padding-0">
                    <div class="rli-col">
                        <div class="w3-container w3-padding-0">
                        
                            <p id="CellCustomMsg" class="w3-margin-top" style="display:none;" tabindex="-1"></p>
                        
                        </div>
                    </div>
                </div>
                
                <div id="c-line2"></div>
                <div class="w3-row w3-padding-0" style="min-height:30px;">
                    <div class="w3-half w3-margin-top">
                        <label for="Email" id="ct10" class="labelvalue ship c-fc c-fs notranslate">
                            Email address:<span style='color:#CC0000;'>*</span>
                        </label>
                        <br />
                        <input class="inputelement c-inp c-ifc" size="30" style="text-align:left;" id="Email" name="Email" type="text" required/>
                        <div style="display:none;" class="error" id="ct10Error">
                            <span style="color:#C30019;">
                                An email address is required
                            </span>
                            <br />
                        </div>
                    </div>
                    <div class="w3-half w3-margin-top">
                        <label for="Email2" id="ct148" class="labelvalue ship c-fc c-fs notranslate">
                            Confirm email:<span style='color:#CC0000;'>*</span>
                        </label>
                        <br />
                        <input class="inputelement c-inp c-ifc" size="30" style="text-align:left;" id="Email2" name="Email2" type="text" required/>
                        <div style="display:none;" class="error" id="ct148Error">
                            <span style="color:#C30019;">
                                Confirming your email address is required
                            </span>
                            <br />
                        </div>
                    </div>
                </div>
                <div id="c-line3"></div>
                <div id="row-addy1" class="w3-row w3-padding-0" style="min-height:30px;">
                    <div class="w3-half w3-margin-top">
                        <label for="Street" id="ct11" class="labelvalue ship c-fc c-fs notranslate">
                        Street address:<span style='color:#CC0000;'>*</span></label><br />
                        <input class="inputelement c-inp c-ifc" type="text" style="text-align:left;" id="Street" name="Street" required/>
                        <div style="display:none;" class="error" id="ct11Error"><span style="color:#C30019;">Street address is required</span><br /></div>
                    </div>
                    <div class="w3-half w3-margin-top">
                        <label for="Address2" id="ct149" class="labelvalue ship c-fc c-fs notranslate">
                        Street address 2:</label><br />
                        <input class="inputelement c-inp c-ifc" type="text" style="text-align:left;" id="Address2" name="Street2" />
                    </div>
                </div>
                <div id="row-addy2" class="w3-row w3-padding-0" style="min-height:30px;">
                    <div class="w3-half w3-margin-top">
                        <label for="City" id="ct12" class="labelvalue ship c-fc c-fs notranslate">
                        City:<span style='color:#CC0000;'>*</span></label><br />
                        <input class="inputelement c-inp c-ifc" type="text" style="text-align:left;" id="City" name="City" required/>
                        <div style="display:none;" class="error" id="ct12Error"><span style="color:#C30019;">City is required</span><br /></div>
                    </div>
                    <div class="w3-half w3-margin-top">
                        <label for="Country" id="ct17" class="labelvalue ship c-fc c-fs notranslate">
                        Country:<span style='color:#CC0000;'>*</span></label><br />
                        <div>
                            <div class="select-wrapper">
                                <select name='Country' id='Country' class='c-inp notranslate c-ifc' onchange="checkstate();"><option class='c-ifc' value=''>Select Country / Region</option><option class='c-ifc' value='US' selected>United States </option><option class='c-ifc' value='AF'>Afghanistan </option><option class='c-ifc' value='AX'>Aland Islands </option><option class='c-ifc' value='AL'>Albania </option><option class='c-ifc' value='AG'>Algeria </option><option class='c-ifc' value='AQ'>American Samoa </option><option class='c-ifc' value='AN'>Andorra </option><option class='c-ifc' value='AO'>Angola </option><option class='c-ifc' value='AV'>Anguilla </option><option class='c-ifc' value='AY'>Antarctica </option><option class='c-ifc' value='AC'>Antigua and Barbuda </option><option class='c-ifc' value='AR'>Argentina </option><option class='c-ifc' value='AM'>Armenia </option><option class='c-ifc' value='AA'>Aruba </option><option class='c-ifc' value='AS'>Australia </option><option class='c-ifc' value='AU'>Austria </option><option class='c-ifc' value='AJ'>Azerbaijan </option><option class='c-ifc' value='BF'>Bahamas </option><option class='c-ifc' value='BA'>Bahrain </option><option class='c-ifc' value='BG'>Bangladesh </option><option class='c-ifc' value='BB'>Barbados </option><option class='c-ifc' value='BY'>Belarus </option><option class='c-ifc' value='BE'>Belgium </option><option class='c-ifc' value='BH'>Belize </option><option class='c-ifc' value='BN'>Benin </option><option class='c-ifc' value='BD'>Bermuda </option><option class='c-ifc' value='BT'>Bhutan </option><option class='c-ifc' value='BO'>Bolivia </option><option class='c-ifc' value='BK'>Bosnia-Herzegovina </option><option class='c-ifc' value='BC'>Botswana </option><option class='c-ifc' value='BV'>Bouvet Island </option><option class='c-ifc' value='IO'>British Indian Ocean</option><option class='c-ifc' value='BR'>Brazil </option><option class='c-ifc' value='VI'>Virgin Islands, Brit</option><option class='c-ifc' value='BX'>Brunei Darussalam </option><option class='c-ifc' value='BU'>Bulgaria </option><option class='c-ifc' value='UV'>Burkina </option><option class='c-ifc' value='BM'>Myanmar </option><option class='c-ifc' value='BI'>Burundi </option><option class='c-ifc' value='CB'>Cambodia </option><option class='c-ifc' value='CM'>Cameroon </option><option class='c-ifc' value='CA'>Canada </option><option class='c-ifc' value='CV'>Cabo Verde </option><option class='c-ifc' value='CJ'>Cayman Islands </option><option class='c-ifc' value='CT'>Central African Repu</option><option class='c-ifc' value='CD'>Chad </option><option class='c-ifc' value='CI'>Chile </option><option class='c-ifc' value='CH'>China </option><option class='c-ifc' value='KT'>Christmas Island </option><option class='c-ifc' value='CC'>Cocos (Keeling) Isla</option><option class='c-ifc' value='CO'>Colombia </option><option class='c-ifc' value='CN'>Comoros </option><option class='c-ifc' value='CF'>Congo </option><option class='c-ifc' value='CG'>Congo, D. R. </option><option class='c-ifc' value='CK'>Cook Islands </option><option class='c-ifc' value='CS'>Costa Rica </option><option class='c-ifc' value='IV'>Côte D'ivoire </option><option class='c-ifc' value='HR'>Croatia </option><option class='c-ifc' value='CU'>Cuba </option><option class='c-ifc' value='CY'>Cyprus </option><option class='c-ifc' value='EZ'>Czech Republic </option><option class='c-ifc' value='DA'>Denmark </option><option class='c-ifc' value='DJ'>Djibouti </option><option class='c-ifc' value='DO'>Dominica </option><option class='c-ifc' value='DR'>Dominican Republic </option><option class='c-ifc' value='EC'>Ecuador </option><option class='c-ifc' value='EG'>Egypt </option><option class='c-ifc' value='ES'>El Salvador </option><option class='c-ifc' value='EK'>Equatorial Guinea </option><option class='c-ifc' value='ER'>Eritrea </option><option class='c-ifc' value='EN'>Estonia </option><option class='c-ifc' value='ET'>Ethiopia </option><option class='c-ifc' value='FK'>Falkland Is </option><option class='c-ifc' value='FO'>Faroe Islands </option><option class='c-ifc' value='FM'>Micronesia </option><option class='c-ifc' value='FJ'>Fiji </option><option class='c-ifc' value='FI'>Finland </option><option class='c-ifc' value='FS'>Fr So & Antarctic Ln</option><option class='c-ifc' value='FR'>France </option><option class='c-ifc' value='FG'>French Guiana </option><option class='c-ifc' value='FP'>French Polynesia </option><option class='c-ifc' value='GB'>Gabon </option><option class='c-ifc' value='GA'>Gambia, The </option><option class='c-ifc' value='GG'>Georgia </option><option class='c-ifc' value='GM'>Germany </option><option class='c-ifc' value='GH'>Ghana </option><option class='c-ifc' value='GI'>Gibraltar </option><option class='c-ifc' value='GR'>Greece </option><option class='c-ifc' value='GL'>Greenland </option><option class='c-ifc' value='GJ'>Grenada </option><option class='c-ifc' value='GP'>Guadeloupe </option><option class='c-ifc' value='GQ'>Guam </option><option class='c-ifc' value='GT'>Guatemala </option><option class='c-ifc' value='GK'>Guernsey </option><option class='c-ifc' value='GV'>Guinea </option><option class='c-ifc' value='PU'>Guinea-bissau </option><option class='c-ifc' value='GY'>Guyana </option><option class='c-ifc' value='HA'>Haiti </option><option class='c-ifc' value='HM'>Heard Is & Mcdonald </option><option class='c-ifc' value='HO'>Honduras </option><option class='c-ifc' value='HK'>Hong Kong SAR, China</option><option class='c-ifc' value='HU'>Hungary </option><option class='c-ifc' value='IC'>Iceland </option><option class='c-ifc' value='IN'>India </option><option class='c-ifc' value='ID'>Indonesia </option><option class='c-ifc' value='IR'>Iran </option><option class='c-ifc' value='IZ'>Iraq </option><option class='c-ifc' value='EI'>Ireland </option><option class='c-ifc' value='IS'>Israel </option><option class='c-ifc' value='IT'>Italy </option><option class='c-ifc' value='JM'>Jamaica </option><option class='c-ifc' value='JA'>Japan </option><option class='c-ifc' value='JE'>Jersey </option><option class='c-ifc' value='JO'>Jordan </option><option class='c-ifc' value='KZ'>Kazakhstan </option><option class='c-ifc' value='KE'>Kenya </option><option class='c-ifc' value='KR'>Kiribati </option><option class='c-ifc' value='KS'>Korea, Republic Of </option><option class='c-ifc' value='KN'>North Korea </option><option class='c-ifc' value='KU'>Kuwait </option><option class='c-ifc' value='KG'>Kyrgyzstan </option><option class='c-ifc' value='LA'>Laos </option><option class='c-ifc' value='LG'>Latvia </option><option class='c-ifc' value='LE'>Lebanon </option><option class='c-ifc' value='LT'>Lesotho </option><option class='c-ifc' value='LI'>Liberia </option><option class='c-ifc' value='LY'>Libya </option><option class='c-ifc' value='LS'>Liechtenstein </option><option class='c-ifc' value='LH'>Lithuania </option><option class='c-ifc' value='LU'>Luxembourg </option><option class='c-ifc' value='MC'>Macau SAR, China </option><option class='c-ifc' value='MK'>Macedonia </option><option class='c-ifc' value='MA'>Madagascar </option><option class='c-ifc' value='MI'>Malawi </option><option class='c-ifc' value='MY'>Malaysia </option><option class='c-ifc' value='MV'>Maldives </option><option class='c-ifc' value='ML'>Mali </option><option class='c-ifc' value='MT'>Malta </option><option class='c-ifc' value='IM'>Man, Isle Of </option><option class='c-ifc' value='RM'>Marshall Islands </option><option class='c-ifc' value='MB'>Martinique </option><option class='c-ifc' value='MR'>Mauritania </option><option class='c-ifc' value='MP'>Mauritius </option><option class='c-ifc' value='YT'>Mayotte </option><option class='c-ifc' value='MX'>Mexico </option><option class='c-ifc' value='MD'>Moldova, Republic Of</option><option class='c-ifc' value='MN'>Monaco </option><option class='c-ifc' value='MG'>Mongolia </option><option class='c-ifc' value='MJ'>Montenegro </option><option class='c-ifc' value='MS'>Montserrat </option><option class='c-ifc' value='MO'>Morocco </option><option class='c-ifc' value='MZ'>Mozambique </option><option class='c-ifc' value='WA'>Namibia </option><option class='c-ifc' value='NR'>Nauru </option><option class='c-ifc' value='NP'>Nepal </option><option class='c-ifc' value='NL'>Netherlands </option><option class='c-ifc' value='NT'>Netherlands Antilles</option><option class='c-ifc' value='NC'>New Caledonia </option><option class='c-ifc' value='NZ'>New Zealand </option><option class='c-ifc' value='NU'>Nicaragua </option><option class='c-ifc' value='NG'>Niger </option><option class='c-ifc' value='NI'>Nigeria </option><option class='c-ifc' value='NE'>Niue </option><option class='c-ifc' value='NF'>Norfolk Island </option><option class='c-ifc' value='CQ'>Northern Mariana Is </option><option class='c-ifc' value='NO'>Norway </option><option class='c-ifc' value='MU'>Oman </option><option class='c-ifc' value='PK'>Pakistan </option><option class='c-ifc' value='PS'>Palestinian Territor</option><option class='c-ifc' value='PM'>Panama </option><option class='c-ifc' value='PP'>Papua New Guinea </option><option class='c-ifc' value='PA'>Paraguay </option><option class='c-ifc' value='PS'>Palau </option><option class='c-ifc' value='PE'>Peru </option><option class='c-ifc' value='RP'>Philippines </option><option class='c-ifc' value='PC'>Pitcairn Islands </option><option class='c-ifc' value='PL'>Poland </option><option class='c-ifc' value='PO'>Portugal </option><option class='c-ifc' value='RQ'>Puerto Rico </option><option class='c-ifc' value='QA'>Qatar </option><option class='c-ifc' value='RE'>Reunion </option><option class='c-ifc' value='RO'>Romania </option><option class='c-ifc' value='RS'>Russian Federation </option><option class='c-ifc' value='RW'>Rwanda </option><option class='c-ifc' value='GS'>S. Georgia / S. Sand</option><option class='c-ifc' value='SM'>San Marino </option><option class='c-ifc' value='TP'>Sao Tome and Princip</option><option class='c-ifc' value='SA'>Saudi Arabia </option><option class='c-ifc' value='SG'>Senegal </option><option class='c-ifc' value='RI'>Serbia </option><option class='c-ifc' value='SE'>Seychelles </option><option class='c-ifc' value='SL'>Sierra Leone </option><option class='c-ifc' value='SN'>Singapore </option><option class='c-ifc' value='LO'>Slovakia </option><option class='c-ifc' value='SI'>Slovenia </option><option class='c-ifc' value='BP'>Solomon Islands </option><option class='c-ifc' value='SO'>Somalia </option><option class='c-ifc' value='SF'>South Africa </option><option class='c-ifc' value='OD'>South Sudan </option><option class='c-ifc' value='SP'>Spain </option><option class='c-ifc' value='CE'>Sri Lanka </option><option class='c-ifc' value='ST'>St Lucia </option><option class='c-ifc' value='SH'>St. Helena </option><option class='c-ifc' value='SC'>St. Kitts and Nevis </option><option class='c-ifc' value='SB'>St. Pierre and Mique</option><option class='c-ifc' value='VC'>St. Vincent/grenadin</option><option class='c-ifc' value='BL'>St. Barthelemy </option><option class='c-ifc' value='MF'>St. Martin </option><option class='c-ifc' value='SU'>Sudan </option><option class='c-ifc' value='NS'>Suriname </option><option class='c-ifc' value='WZ'>Swaziland </option><option class='c-ifc' value='SW'>Sweden </option><option class='c-ifc' value='SZ'>Switzerland </option><option class='c-ifc' value='SY'>Syrian Arab Republic</option><option class='c-ifc' value='TW'>Taiwan, China </option><option class='c-ifc' value='TI'>Tajikistan </option><option class='c-ifc' value='TZ'>Tanzania </option><option class='c-ifc' value='TH'>Thailand </option><option class='c-ifc' value='TT'>Timor-leste </option><option class='c-ifc' value='TO'>Togo </option><option class='c-ifc' value='TL'>Tokelau </option><option class='c-ifc' value='TN'>Tonga </option><option class='c-ifc' value='TD'>Trinidad and Tobago </option><option class='c-ifc' value='TS'>Tunisia </option><option class='c-ifc' value='TU'>Turkey </option><option class='c-ifc' value='TX'>Turkmenistan </option><option class='c-ifc' value='TK'>Turks and Caicos Isl</option><option class='c-ifc' value='TV'>Tuvalu </option><option class='c-ifc' value='UM'>U.S. Minor Outlying </option><option class='c-ifc' value='UG'>Uganda </option><option class='c-ifc' value='UP'>Ukraine </option><option class='c-ifc' value='AE'>United Arab Emirates</option><option class='c-ifc' value='UK'>United Kingdom </option><option class='c-ifc' value='UY'>Uruguay </option><option class='c-ifc' value='UZ'>Uzbekistan </option><option class='c-ifc' value='NH'>Vanuatu </option><option class='c-ifc' value='VT'>Holy See </option><option class='c-ifc' value='VE'>Venezuela </option><option class='c-ifc' value='VM'>Viet Nam </option><option class='c-ifc' value='VQ'>Virgin Islands, U.S.</option><option class='c-ifc' value='WF'>Wallis and Futuna </option><option class='c-ifc' value='WI'>Western Sahara </option><option class='c-ifc' value='WS'>Western Samoa </option><option class='c-ifc' value='YM'>Yemen </option><option class='c-ifc' value='ZA'>Zambia </option><option class='c-ifc' value='ZI'>Zimbabwe </option><option class='c-ifc' value='SX'>Sint Maarten</option><option class='c-ifc' value='CW'>Curacao</option></select>
                            </div>
                        </div>
                        <div style="display:none;" class="error" id="ct17Error"><span style="color:#C30019;">Country is required</span><br /></div>
                    </div>
                </div>
                <div id="row-addy3" class="w3-row w3-padding-0" style="min-height:30px;">
                    <div class="w3-half w3-margin-top">
                        <label for="PostalCode" id="ct14" class="labelvalue ship c-fc c-fs notranslate">
                        Zip code:<span style='color:#CC0000;'>*</span></label><br />
                        <input class="inputelement c-inp c-ifc" size="20" style="text-align:left;" id="PostalCode" name="PostalCode" type="text" required/>
                        <div style="display:none;" class="error" id="ct14Error"><span style="color:#C30019;">Postal code is required</span><br /></div>
                    </div>
                    <div class="w3-half w3-margin-top">
                        <label for="State" id="StateLabel" style="display:inline;" class="labelvalue ship c-fc c-fs notranslate">
                        State:<span style='color:#CC0000;'>*</span><br /></label>
                        <label for="Province" id="ProvinceLabel" style="display:none;" class="labelvalue ship c-fc c-fs notranslate">
                        Province:<span style='color:#CC0000;'>*</span><br /></label>
                        <div id="StateProvDD" style="display:block">
                            <div id="StateSelect" class="select-wrapper" style="display:inline;">
                                <select name='State' id='State' class='c-inp notranslate c-ifc' onchange="checkinternational();"><option class='c-ifc' value='' selected>Select State</option><option class='c-ifc' value='AL'>Alabama</option><option class='c-ifc' value='AK'>Alaska</option><option class='c-ifc' value='AA'>APO/FPO/DPO AA</option><option class='c-ifc' value='AE'>APO/FPO/DPO AE</option><option class='c-ifc' value='AP'>APO/FPO/DPO AP</option><option class='c-ifc' value='AZ'>Arizona</option><option class='c-ifc' value='AR'>Arkansas</option><option class='c-ifc' value='CA'>California</option><option class='c-ifc' value='CO'>Colorado</option><option class='c-ifc' value='CT'>Connecticut</option><option class='c-ifc' value='DE'>Delaware</option><option class='c-ifc' value='DC'>District Of Columbia</option><option class='c-ifc' value='FL'>Florida</option><option class='c-ifc' value='GA'>Georgia</option><option class='c-ifc' value='GU'>Guam</option><option class='c-ifc' value='HI'>Hawaii</option><option class='c-ifc' value='ID'>Idaho</option><option class='c-ifc' value='IL'>Illinois</option><option class='c-ifc' value='IN'>Indiana</option><option class='c-ifc' value='IA'>Iowa</option><option class='c-ifc' value='KS'>Kansas</option><option class='c-ifc' value='KY'>Kentucky</option><option class='c-ifc' value='PW'>Koror</option><option class='c-ifc' value='MH'>Kwajalein</option><option class='c-ifc' value='LA'>Louisiana</option><option class='c-ifc' value='ME'>Maine</option><option class='c-ifc' value='MD'>Maryland</option><option class='c-ifc' value='MA'>Massachusetts</option><option class='c-ifc' value='MI'>Michigan</option><option class='c-ifc' value='MN'>Minnesota</option><option class='c-ifc' value='MS'>Mississippi</option><option class='c-ifc' value='MO'>Missouri</option><option class='c-ifc' value='MT'>Montana</option><option class='c-ifc' value='NE'>Nebraska</option><option class='c-ifc' value='NV'>Nevada</option><option class='c-ifc' value='NH'>New Hampshire</option><option class='c-ifc' value='NJ'>New Jersey</option><option class='c-ifc' value='NM'>New Mexico</option><option class='c-ifc' value='NY'>New York</option><option class='c-ifc' value='NC'>North Carolina</option><option class='c-ifc' value='ND'>North Dakota</option><option class='c-ifc' value='OH'>Ohio</option><option class='c-ifc' value='OK'>Oklahoma</option><option class='c-ifc' value='OR'>Oregon</option><option class='c-ifc' value='PA'>Pennsylvania</option><option class='c-ifc' value='PR'>Puerto Rico</option><option class='c-ifc' value='RI'>Rhode Island</option><option class='c-ifc' value='MP'>Saipan</option><option class='c-ifc' value='SC'>South Carolina</option><option class='c-ifc' value='SD'>South Dakota</option><option class='c-ifc' value='TN'>Tennessee</option><option class='c-ifc' value='TX'>Texas</option><option class='c-ifc' value='UT'>Utah</option><option class='c-ifc' value='VT'>Vermont</option><option class='c-ifc' value='VI'>Virgin Islands</option><option class='c-ifc' value='VA'>Virginia</option><option class='c-ifc' value='WA'>Washington</option><option class='c-ifc' value='WV'>West Virginia</option><option class='c-ifc' value='WI'>Wisconsin</option><option class='c-ifc' value='WY'>Wyoming</option><option class='c-ifc' value='FM'>Yap</option><option class='c-ifc' value='INTN'>INTERNATIONAL</option></select>
                            </div>
                            <div id="ProvinceSelect" class="select-wrapper" style="display:none;">
                                <select name='Province' id='Province' class='c-inp notranslate c-ifc' onchange="checkinternationalCA();"><option value='' selected>Select Province</option><option value='AB'>Alberta</option><option value='BC'>British Columbia</option><option value='MB'>Manitoba</option><option value='NB'>New Brunswick</option><option value='NL'>Newfoundland and Labrador</option><option value='NT'>Northwest Territories</option><option value='NS'>Nova Scotia</option><option value='NU'>Nunavut</option><option value='ON'>Ontario</option><option value='PE'>Prince Edward Island</option><option value='QC'>Quebec</option><option value='SK'>Saskatchewan</option><option value='YT'>Yukon</option><option class='c-ifc' value='INTN'>INTERNATIONAL</option></select>
                            </div>
                        </div>
                        <input type="hidden" name=StateH id=StateH value="INTN" />
                        <div style="display:none;" class="error" id="ct13aError"><span style="color:#C30019;">State is required</span><br /></div>
                        <div style="display:none;" class="error" id="ct13bError"><span style="color:#C30019;">Province is required</span><br /></div>
                    </div>
                </div>
                <br />
                <br />
                <div class="w3-row" style="margin-bottom:5px;">
                        
                    <div id="divReCaptcha" class="w3-col m6">
                        <script src='/@recaptchav3/?render=6LeWb7oUAAAAAF9Y9Uh2w3nGG5MdJZBpgb0JX22p&hl=en-US'></script> <script type='text/javascript'> var SubmitButton; var FormValidation; function CheckReCaptchaV3(btn,frmValidation) { SubmitButton = btn; FormValidation = frmValidation; grecaptcha.execute('6LeWb7oUAAAAAF9Y9Uh2w3nGG5MdJZBpgb0JX22p', { action: 'LostReport' }).then(onSubmit); } function onSubmit(token) { document.getElementById('g-recaptcha-response').value = token; FormValidation(SubmitButton); } </script> <input type='hidden' id='g-recaptcha-response' name='g-recaptcha-response' />
                    </div>
                        
                    <div class="w3-col m6">
                        <div id="cbox-con">
                            <div class="w3-row w3-padding" style="white-space:nowrap;">
                                <input class="cbox" id="terms" type="checkbox" required />
                                <label class="cboxlbl notranslate" for="terms">I have read and agree to the <a href="javascript:void(0);" aria-label="Terms of Service Opens in a dialog" onclick="OpenLegalPop('CBTerms');">Terms of Service</a></label>
                            </div>
                            <div class="w3-row w3-padding" style="white-space:nowrap;">
                                <input class="cbox" id="gdpr" type="checkbox" required />
                                <label class="cboxlbl notranslate" for="gdpr">I have read and understand the <a href="javascript:void(0);" aria-label="Privacy Policy Opens in a dialog" onclick="OpenLegalPop('CBPriv');">Privacy Policy</a></label>
                            </div>
                        </div>
                        <div style="display:none; font-size:12px" class="error" id="ctTermsError"><span style="color:#C30019;">Please check that you have read and agree to the Terms of Service</span><br /></div>
                        <div style="display:none; font-size:12px" class="error" id="ctPrivError"><span style="color:#C30019;">Please check that you have read and understand the Privacy Policy</span><br /></div>
                    </div>
                </div>
                
                <div id="btnrow" class="w3-row w3-padding-0" style="min-height:30px;">
                    <!--mg-edit:  reCaptchaV3  changed SubmitReport button to run invisible capture; uses RecaptchaV3.asp include at top; 'CheckRequired' is form validation function for this page.-->
                    
                    <input id="SubmitReport" class="greenbtn c-btn" type="button" value="Submit" href="javascript: void(0);"  onclick="this.disabled = true; PreDeleteFormFromDb('form1');CheckReCaptchaV3(this,CheckRequired);"/>
                    
                        <!--..mg-edit-->


                    
                </div>
                
            </div><!--end div for #shipbox-->
                <div class="w3-row w3-center w3-padding-0 c-cre1" style="min-height:30px;margin-bottom:30px;">
                    <p class="c-fc c-fs c-cre2 notranslate" style="line-height:12px">
           		        Powered by Chargerback
        	        </p>
                    <p id="legal_links" style="color:#666; font-size:14px; line-height:12px;padding-top:5px;" tabindex="-1">
			            <a aria-label="Terms of Service Opens in a popup dialog" style="text-decoration:none;" class="notranslate" href="javascript: void(0);" onclick="OpenLegalPop('CBTerms');">View Terms of Service</a> &nbsp; &nbsp;
			            <a aria-label="Privacy Policy Opens in a popup dialog" style="text-decoration:none;" class="notranslate" href="javascript: void(0);" onclick="OpenLegalPop('CBPriv');">View Privacy Policy</a>
			        </p>
                </div>
                
        </form>
    </div>
</div>

<!--Modal, Wait Spinner -->
<div id="progress" class="w3-modal">
  <div class="w3-modal-content">
    <div class="w3-container">
    <p id="busymsg" style="text-align:center;">Saving Report...</p>
    <p style="text-align:center;"><img alt="loading" src="images/loading.gif" /></p>
    </div>
  </div>
</div>

<!--Modal, Item Detail-->
<div id="ItemDetail" class="w3-modal">
  <div class="w3-modal-content w3-round-large" style="width:300px;">
    <div class="w3-container w3-padding">
        <header class="w3-container">
            <span onclick="document.getElementById('ItemDetail').style.display='none'" class="w3-closebtn"><img id="closeItemDialog" alt="Close this dialog" src="images/xclose.png" tabindex="-1" /></span>
            <div id="modalLabel" class="notranslate" style="font-size:20px;">Your Lost Item Detail</div>
        </header>
        <div class="w3-container">
            <p>
                <div id="itemAdditionalInfo"></div>
            </p>
        </div>
        <footer class="w3-container">
            <p>
                <button style="float:left" id="SaveItemDetails" type="button" class="w3-btn btn-primary w3-round-medium w3-margin-bottom" >Save</button>
                <button id="NextItem" style="display:none" onclick="NextItem();" type="button" class="w3-btn btn-primary w3-round-medium w3-margin-bottom">Add Another Item</button>
                <button id="DoneWithItems" style="display:none" type="button" class="w3-btn btn-primary w3-round-medium w3-margin-bottom">Done With Items</button>
            </p>
        </footer>
    </div>
  </div>
</div>
<!--Modal, Legal P&T-->
<div id="Legal" class="w3-modal">
  <div class="w3-modal-content w3-round-large" id="LegalScroll" style="width:500px; height:500px; overflow-y: scroll">
    <div class="w3-container w3-padding">
        <header class="w3-container">
            <span onclick="document.getElementById('Legal').style.display='none';document.getElementById('legal_links').focus();" class="w3-closebtn" tabindex="-1"><img id="closeLegalDialog" alt="Close this dialog" src="images/xclose.png" tabindex="-1" /></span>
            <div id="modalLabelL" style="font-size:20px;" class="notranslate"></div>
        </header>
        <div class="w3-container">
            <p>
                <div id="LegalInfo" class="notranslate"></div>
            </p>
        </div>
        <footer class="w3-container">
            <p>
                <button id="LegalClose" onclick="document.getElementById('Legal').style.display='none';document.getElementById('legal_links').focus();" type="button" class="w3-btn btn-primary w3-round-medium w3-margin-bottom">Close</button>
            </p>
        </footer>
    </div>
  </div>
</div>
<!--Modal, End-->

<!--MTA Ship Message Modal-->
<div id="MTAShipMessage" class="w3-modal">
  <div class="w3-modal-content w3-round-large" id="MTAShipOuter">
    <div class="w3-container w3-padding">
        <header class="w3-container">
            <span onclick="document.getElementById('MTAShipMessage').style.display='none';document.getElementById('legal_links').focus();" class="w3-closebtn" tabindex="-1"><img id="closeMTAShipMessage" alt="Close this dialog" src="images/xclose.png" tabindex="-1" /></span>
            <div style="font-size:20px;">Shipping is Available</div>
        </header>
        <div class="w3-container" style="height:60%">
            <p>
                <div style="max-height:270px;">Please note that NYC Transit now offers shipping of recovered lost items. When the item is found, having your item(s) shipped saves you a trip to the Lost and Found Office, at the 34th Street-Penn Station lower mezzanine of the A, C and E subway train lines. We encourage you to take advantage of this shipping convenience. It’s fast, easy, and safe. Please, always wait for an email and/or text message from us if you want to pick up a found item before dropping by.</div>
            </p>
        </div>
        <footer class="w3-container">
            <p>
                <button id="MTAShipMessageClose" onclick="document.getElementById('MTAShipMessage').style.display='none';SaveItem();" type="button" class="w3-btn btn-primary w3-round-medium w3-margin-bottom">I Understand</button>
            </p>
        </footer>
    </div>
  </div>
</div>
<!--Modal, End-->

<!--Duplicate PC Modal-->
<div id="DupPCMessage" class="w3-modal">
  <div class="w3-modal-content w3-round-large" id="DupPCOuter">
    <div class="w3-container w3-padding">
        <header class="w3-container">
            <div style="font-size:20px;"><span id="spPCExists"></span> Already In Report</div>
        </header>
        <div class="w3-container" style="height:60%">
            <p>
                <div style="max-height:270px;">You have already added "<span id="spPCExists2"></span>". Click "Add Another" to add another item of the same type, "Edit Existing" to make changes to the existing one, or "Close" to close this message.</div>
            </p>
        </div>
        <footer class="w3-container">
            <p>
                <button id="DupPCAddNew" onclick="PCAddNew()" type="button" class="w3-btn btn-primary w3-round-medium w3-margin-bottom">Add Another</button> &nbsp; <button id="DupPCEdit" onclick="dupPCEdit()" type="button" class="w3-btn btn-primary w3-round-medium w3-margin-bottom">Edit Existing</button> &nbsp; <button id="DupPCClose" onclick="dupPCClose()" type="button" class="w3-btn btn-primary w3-round-medium w3-margin-bottom">Close</button>
            </p>
            <p>
                <span style="font-size:smaller; font-style:italic">* Note that Entering the same physical item more than once can negatively impact matching it to a found item later on.</span>
            </p>
        </footer>
    </div>
  </div>
</div>
<!--Modal, End-->

<div id="PictureCanvas" class="w3-modal">
    <div class="w3-modal-content" style="position:relative; top:0px; z-index:10; margin-left:auto; margin-right:auto;">
        <div class="w3-container" style="max-height:100%">
            <span onclick="document.getElementById('PictureCanvas').style.display='none'" class="w3-closebtn">&times;</span>
            <p>
               <div id="mPicturePreview" class="rotation-wrapper-outer">
                   <div id="mInner" class="rotation-wrapper-inner">
                        <div id="dPicturePreview">
                            <img id="picturePreview" style="max-width:90%"></img>
                        </div>
                   </div>
                </div>
                <div id="pdiv">
                    <div id="divPicUpReady" style="display:none">
                        <div style="min-height:10px"></div>
                        <div id="divRetakeSave">
                            <label id="btnOpenCamP" class="w3-green w3-hover-pale-green w3-btn" style="vertical-align:middle">
                            <input type="file" name="picselectP" id="picselectP" style="display:none" />
                            <div>Change</div>
                            </label>
                            &nbsp; <button type="button" id="btnSavePic" class="w3-green w3-hover-pale-green w3-btn"><div>Save</div></button>
                        </div>
                        <div id="divDel" style="display:none">
                            <button type="button" id="btnDelPic" class="cb-green w3-hover-pale-green w3-btn w3-round-xlarge cb-xsmallbtn" onclick="delReviewImage();"><div class="text60">Delete</div></button>
                            &nbsp; <button type="button" class="cb-green w3-hover-pale-green w3-btn w3-round-xlarge cb-xsmallbtn" onclick="document.getElementById('PictureCanvas').style.display='none'"><div class="text60">Close</div></button>
                        </div>
                    </div>
                    <input type="hidden" id="pMatchID" value="" />
                    <input type="hidden" id="reviewImageName" value="" />
                </div>
                <div id="uploadProgCont" class="w3-center w3-light-grey"  style="width:80%; display:none; margin-top: 5px;" >
                    <span id="uploadStatus">Uploading Image...</span>
                    <div id="uploadProg" class="w3-container w3-round w3-green" style="height:16px;width:1%"></div>
                </div>
            </p>
            <p>&nbsp;</p>
        </div>
    </div>
</div>

<!--Show Image Modal-->
<div id="ShowImageModal"  class="w3-modal" style="padding-top:3vh;">
  <div style="cursor:pointer;max-width:640px;" class="w3-modal-content">
    <div class="w3-container">
        <span title="Close image" onclick="HideImage();" class="w3-closebtn">&times;</span><br />
        <span style="padding-right:1px; padding-top:10px"" class="w3-closebtn"><a href="javascript:void(0)" onclick="imageDelete()"><img id="deleteThisImage" title="Delete this image" alt="Delete this image" src="images/delete_icon.png" onmouseover="this.src='images/delete_icon_over.png';" onmouseout="this.src='images/delete_icon.png';"></a></span>
        <div id="ItemImageDiv">
            <img id="ItemImage" src="" style="width:95%; max-width:600px;margin-left:auto;margin-right:auto;margin-top:-10px;margin-bottom:10px;border-radius:5px;display:block;padding-right:10px"/>
        </div>

    </div>
  </div>
</div>

<!--MG-edit Start:  Kiosk Modal-->


<!--MG-edit end-->
<!--IndexDb Forms Module for MTA -- mg-edit-->

<script type="text/javascript" src="/js/MTAFormsSession.js"></script>
<script type="text/javascript">
    //Reload Items that were previously picked
    function LoadCurrentItemList() {
        url = "CBAjax.asp?Action=getCurrentDescriptionSetEdit&MatchID=" + document.getElementById("MatchID").value + "&LC=" + document.getElementById("languageCode").value + "&CustomerID=" + document.getElementById("CustomerID").value;
        response = syncAjaxGet(url);

        if (response.toString().length > 2) {
            document.getElementById("itemselected").innerHTML = response;
        }
        else {
            return false;
        }
    }


    function EraseFormData() {
        sessionStorage.clear();
    }


    function UpdateDb(target) {
        return new Promise((resolve, reject) => {
            //PUT LEAVING PAGE ACTIVITIES HERE
            var FormItemnameFilter = ["MatchID", "flightnumber", "LostDate", "Room", "FirstName", "LastName", "PhoneNumber", "Email", "Email2", "Street", "Street2", "City", "Country", "PostalCode", "State", "Province", "StateH"];
            syncFormToSession(dbForm, FormItemnameFilter).then(() => { resolve(target) });
        });
    }

    function NavTo(target) {
        //target is a url or page to navigate to
        //Call savepage to update database then do navigation
        UpdateDb(target).then((target) => {
            //Allow fraction of second for form to save; bug in Chrome?
            setTimeout(() => { window.location = target }, 100);
            //window.location = target;
        });
    }

    function PreDeleteFormFromDb(form) {
        EraseFormData();
    }

    var dbForm = document.getElementById("form1");


    if (document.referrer) {
        var RefererURL = new URL(document.referrer);
        //if (RefererURL.pathname.toLowerCase() != "/ReportLostItemMTA.asp".toLowerCase()) {
        if ((RefererURL.pathname.toLowerCase() != "/ReportLostItemMTA.asp".toLowerCase()) && (RefererURL.pathname.toLowerCase() != "/nymta".toLowerCase())) {
            EraseFormData()
        }
        else {
            loadFormFromSession(dbForm).then(() => { LoadCurrentItemList() });
        }
    }
    else {
        EraseFormData();
    }

</script>

<script type="text/javascript">
    function msgToIframe() { }
</script>


</script>
<!--End IndexDb Forms Module for MTA-->
</div>




</body>
</html>
