The Bristo

Login | Help
Super Bowl Party February 1st Don't Miss it!!!!!!!!

Upcoming Events

 

Father's Day

Dinner 3.30-Close (Regular Menu)

Dad's eat free

(1 Dad for every part of four)

(Each course is equal or lesser value of four)

<div style="text-align:center;width:100%">
<style type="text/css">
        SELECT,INPUT,TEXTAREA,BUTTON,LABEL,TD,span {
                font-family: Arial;
                font-size: 13px;
    color:#000000;
    }
        .button{
                BORDER: #717073 1px solid;
                PADDING-LEFT: 2px;
                PADDING-RIGHT: 2px;
                FONT-SIZE: 13px;
                FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType = 0, StartColorStr = #ffffff, EndColorStr = #AEAEAF);
                CURSOR: hand;
                COLOR: black;
                PADDING-TOP: 2px;
        }
        .input{
                border: 1px solid #717073;
                padding-left: 1px;
                font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
                font-size: 13px;
        }
        .hrefLink {
                color:#0000ff;
                font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif;
                font-size: 11px;
                text-decoration:underline;
        }
</style>
                <div style="border: #000000 solid 1px;width:95%;text-align:left;margin:5px;padding-bottom:10px;padding-top:10px;background-color:#FFFFFF;">
            <form action="http://connect.yesmail.com/SignupServlet" onsubmit="return beforeSubmit();">
            <span style="font-weight: bold;margin:10px;margin-top:10px">Sign up Today!</span>
                        <input id="list_ids_hidden" type="hidden" name="list_ids"/>
            <input type="hidden" name="client_id" value="10007"/>
            <input type="hidden" name="form_id" value="1189"/>
            <input type="hidden" name="user_id" value="12237"/>

            <table style="margin:10px;">
                                <tr style="width:130px">
                                        <td style="color:red">*</td>
                                        <td style="color:red">Required</td>
                                        <td/>
                                </tr>

                                        <tr>
                                                <td style="color:red">*</td>
                                                <td>Email Address:</td>
                                                <td>
                           
                            <input size="40" name="email_address" type="text" id="email_address"/>
                           
                            </td>
                                        </tr>
                                <tr>
                                        <td style="color:red">*</td>
                                        <td>Email Confirmation:</td>
                                        <td><input size="40" type="text" id="_for_validation_email_confirmation"/></td>
                                </tr>
                        </table>
                <input name="mappingListsCheckBox" type="checkbox" value="37337" checked="true" style="display:none">
            <div style="width:100%;height:50px;text-align:left ">
                                <input type="submit" value="Join Now" style="margin:10px;" class="button">
                        </div>
                        <div style="width:100%;height:20px;text-align:left">
                                  <a class="hrefLink"  href="/http://www.yesmail.com/company/privacy_policy.php">Privacy Policy </a>
                        </div>
            <div style="width:100%;height:20px;text-align:left;font-size:11px;">
                                  <a href="/http://www.yesmail.com">Email Marketing Solutions</a> provided by <a href="/http://www.yesmail.com">Yesmail</a>
                        </div>
        </form>
                </div>


<script type="text/javascript">
    var countries = new Array();
    var statesArray = new Array();
    var countryElement = document.getElementById("country");
    var stateElement = document.getElementById("state_province");
    if (countryElement) {
        addCountry("USA", "AL;AK;AZ;AR;CA;CO;CT;DE;FL;GA;HI;ID;IL;IN;IA;KS;KY;LA;ME;MD;MA;MI;MN;MS;MO;MT;NE;NV;NH;NJ;NM;NY;NC;ND;OH;OK;OR;PA;RI;SC;SD;TN;TX;UT;VT;VA;WA;WV;WI;WY");
        addCountry("Canada", "AB;BC;MB;NB;NL;NS;NT;NU;ON;PE;QC;SK;YT");
        countryElement.onchange=changeCountry;
    }

    function addCountry(country, statesText) {
        countries[country] = country;
        statesArray[country] = statesText.split(";");
        var option = createOption(country, country);
        countryElement.options.add(option)
    }

    function changeCountry() {
        var currentCountry = countryElement.value;
        stateElement.options.length = 0;
        stateElement.options.add(createOption("Select One", ""));
        if (currentCountry) {
            var states = statesArray[currentCountry];
            for (var i = 0; i < states.length; i++) {
                stateElement.options.add(createOption(states[i], states[i]));
            }
        }
    }

    function createOption(text, value) {
        var option = new Option();
        option.value = value;
        option.text = text;
        return option;
    }

    function beforeSubmit() {
        var currentInput;
        currentInput = document.getElementsByName("email_address")[0];
        if(currentInput.value==""){
            alert("Email Address is required.");
            currentInput.focus();
            return false;
        }
           
           
                        var emailaddress = currentInput.value;         
                        var emailconfirm = document.getElementById("_for_validation_email_confirmation").value;
                                       
                          if (checkemail(emailaddress)==false){
                currentInput.value=""
                currentInput.focus()
                return false
        }
                       
                        if(emailaddress!=emailconfirm){
                                alert("I'm sorry - the email address you've entered doesn't match the email confirmation. Please ensure your email matches to complete your signup.");
                                return false;
                        } 

        var checkboxes = document.getElementsByName("mappingListsCheckBox");
        var list_ids="";
        for(var i=0;i<checkboxes.length;i++){
            if(checkboxes[i].checked)
               list_ids+=","+checkboxes[i].value;
        }
        document.getElementById("list_ids_hidden").value=list_ids.substring(1);
        if(list_ids==""){
            alert("Please select a list to subscribe to!");
            return false;
        }
       
        return true;
    }
   

        function checkemail(str){
                var testresults
                var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
                if (filter.test(str))
                testresults=true
                else{
                alert("Please input a valid email address!")
                testresults=false
                }
                return (testresults)
        }
</script>
</div>