

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Obama Has Won</title>
        <link href="http://media.salemwebnetwork.com/nameacquisition/favicon.ico" rel="icon" type="image/x-icon"></link>
        <script src="http://www.salemoffers.com/scripts/jquery-1.4.2.min.js" type="text/javascript"></script>
        <script src="http://www.salemoffers.com/scripts/watermark.js" type="text/javascript"></script>
        <script src="http://www.salemoffers.com/scripts/encoder.js" type="text/javascript"></script>
        <script src="http://www.salemoffers.com/scripts/jqModal.js" type="text/javascript"></script>
        <script src="http://www.salemoffers.com/scripts/validation.js" type="text/javascript"></script>

        <link href="http://www.salemoffers.com/content/reset-min.css" rel="stylesheet" type="text/css" />
        <link href="http://www.salemoffers.com/content/fonts-min.css" rel="stylesheet" type="text/css" />
        <link href="http://www.salemoffers.com/content/shared.css" rel="stylesheet" type="text/css" />
        <link href="http://www.salemoffers.com/content/jqModal.css" rel="stylesheet" type="text/css" />
        <link href="http://www.salemoffers.com/content/validation.css" rel="stylesheet" type="text/css" />

        <style type="text/css">body { margin: 0; padding: 0; background-color: #e2e1e1; color: #202020; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
        #center-wrapper { margin: 0 auto; text-align: center; background: url(http://media.salemwebnetwork.com/nameacquisition/campaigns/437/background.png); background-repeat: repeat; background-position: center top; height: 737px; width: 792px; }
        #center-content { margin: 0 auto; text-align: center; width: 792px; }
        .title { text-align: center; padding-top: 20px; width: 792px; margin: 0 auto; }
        .body-text { color: #202020; font-size: 18px; margin-top: 12px; }
        .body-text p {  text-align: left; margin-bottom: 14px; }
        .select-title { margin-top: 14px; }
        .form-content { text-align: center; 
   padding-top: 169px; 
   padding-bottom: 16px; 
   display: block;
    clear: both; }
        a, a:hover, a:visited { color: #fb0000; }
        .red { color: #fb0000; }
        .single { border: 1px solid #707070; border-radius: 0.4em 0.4em 0.4em 0.4em; box-shadow: 0 1px 3px #666666; font-size: 14px; padding: 4px 4px 4px 6px; width: 200px;}
        ul.rows li { display: block; }
        #row-submit { padding-top: 7px; }
        


li.hiddenfield { display: none !important; }
.selected 
        {
            background-image: url(http://media.salemwebnetwork.com/nameacquisition/campaigns/437/check2.png);
            background-repeat: no-repeat;
            background-position: 1px -28px;
        }
        .deselected
        {
            background-image: url(http://media.salemwebnetwork.com/nameacquisition/campaigns/437/check2.png);
            background-repeat: no-repeat;
            background-position: 1px 4px;
        }
        .check4.deselected, .check5.deselected
        {
            margin-top:1px;
        }
        .check4.selected,  .check5.selected
        {
            margin-top:-5px;
        }
        .check3.deselected
        {
            margin-top:6px;
        }
        .check3.selected
        {
            margin-top:0px;
        }
        .check1.selected
        {
            margin-top: 1px;
        }
         .check2.selected
        {
            margin-top: -6px;
        }
        .qtext
        {
           color: #000 ;
            display: inline;
            float: left;
            font-size: 20px;
            font-weight: bold;
            line-height: 37px;
            padding-left: 173px;
        }

        .question3
        {
            width: 298px;
        }
        .questions
        {
            width: 100%;
            text-align: left;
            margin-left: 252px;
        }
        .check
        {
         height: 32px;
width: 32px;
display: inline;
float: left;
margin-left: 131px;
margin-bottom: -39px;
        }
        .question
        {
            width: 100%;
            clear: both;
            margin-bottom: 12px;
            cursor: pointer;
        }
        .check1, .check3
        {
            margin-top: 7px;
        }
        
        		.footer {
		padding: 3px;
		margin-left: 150px;
		width: 500px;
		font-size: 10px;
		text-align:center;
		background-color: #cccc99;
		color: #000;
		}
		

.email, .zipcode {
	display: inline !important
        }</style>
         <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-404425-67']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); 
ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
        <script type="text/javascript">$(document).ready(function () {
            var $question = $(".question");
            var $vote = $("#field_2454");

            $question.click(function () {
                var $choice = $(this).find("input");

                //clicked the selected one
                if ($choice.val() == $vote.val()) {
                    $(this).find(".check").removeClass("selected");
                    $(this).find(".check").addClass("deselected");

                    $vote.val('');
                } else { //clicked an unselected one
                    $vote.val($choice.val());

                    $(".question").each(function () {
                        if ($(this).find("input").val() != $vote.val()) {
                            $(this).find(".check").removeClass("selected");
                            $(this).find(".check").addClass("deselected");
                        }
                    });

                    $(this).find(".check").addClass("selected");
                    $(this).find(".check").removeClass("deselected");
                }
            })

            $('.label-watermark').each(function () {
                var labelText = $(this).text();
                var targetId = $(this).attr('for');
                var target = $('#' + targetId);

                target.blur(function () {
                    if (target.val().length == 0) {
                        target.val(' ');
                    }
                });
            });
        });</script>

        <script type="text/javascript">
            var validationErrors = [];
            var addressValidation = {"showDialog":false,"errors":[],"fields":{"addressLine1":{"fieldId":null,"originalValue":null,"updatedValue":null},"addressLine2":{"fieldId":null,"originalValue":null,"updatedValue":null},"city":{"fieldId":null,"originalValue":null,"updatedValue":null},"state":{"fieldId":null,"originalValue":null,"updatedValue":null},"zip":{"fieldId":null,"originalValue":null,"updatedValue":null}}};

            $(document).ready(function () {
                watermark.init();

                $('#fix-address-dialog').jqm({ modal: true, onShow : validation.addressDialogOpen });
                $('#fix-error-dialog').jqm({ modal: true, onShow : validation.errorDialogOpen });

                $('#fix-address-continue').click(function(e) {
                    e.preventDefault() 
                    validation.correctAddress();
                });

                $('#fix-error-continue').click(function(e) {
                    e.preventDefault() 
                    $('#fix-error-dialog').jqmHide();
                });

                //$('#fix-address-dialog').jqmAddClose('#fix-address-cancel');

                if(validationErrors.length > 0) {
                    $('#fix-error-dialog').jqmShow();
                } else {
                    // address validation is only shown if there are no other errors on the page
                    if(addressValidation.showDialog) {
                        $('#fix-address-dialog').jqmShow();
                    }
                }
            });
        </script>
    </head>

    <body class="body" style="">
        <div id="campaign-area">
        <div id="center-wrapper">
        <div id="center-content">
            <div class="title">
                <img src="http://media.salemwebnetwork.com/nameacquisition/campaigns/437/headerfull.png" />
            </div>
            <div class="questions">
                <div class="question">
                    <input type="hidden" value="It's great! Couldn't be happier." />
                    <div class="check check1 deselected"></div>
                    <div class="qtext">It's great! Couldn't be happier.</div>
                </div>
                <div class="question">
                    <input type="hidden" value="Im completely devastated" />
                    <div class="check check2 deselected"></div>
                    <div class="qtext">Im completely devastated.</div>
                </div>
                <div class="question">
                    <input type="hidden" value="Im worried about the future" />
                    <div class="check check3 deselected"></div>
                    <div class="qtext question3">Im worried about the future.</div>
                </div>
                <div class="question">
                    <input type="hidden" value="Is it 2016 yet?" />
                    <div class="check check4 deselected"></div>
                    <div class="qtext">Is it 2016 yet?</div>
                </div>
                
            </div>
            <div class="form-content">
                <img id="submit-header" src="http://media.salemwebnetwork.com/nameacquisition/campaigns/437/submit_trans.png" />
                <form name='form-430' action='/campaign/th-barack-obama-has-won/rc/pop' method='post'><input id="PageViewId" name="PageViewId" type="hidden" value="105752"></input><input id="ClientIp" name="ClientIp" type="hidden" value="65.244.99.5"></input><ul class='rows'><li class='email'><label class="row-label label-watermark" for="field_2452">Email Address</label><input class="single" id="field_2452" name="field.2452" type="text" value=""></input></li><li class='zipcode'><label class="row-label label-watermark" for="field_2453">Zip Code</label><input class="single" id="field_2453" name="field.2453" type="text" value=""></input></li><li class='hiddenfield'><label class="row-label label-watermark" for="field_2454">Your Choice</label><input class="single" id="field_2454" name="field.2454" type="text" value=""></input></li><li id='row-submit'><input class="submit-center" src="http://media.salemwebnetwork.com/nameacquisition/campaigns/437/submit-v2.png" type="image"></input></li></ul></form>
            </div>
            <div class="footer">
                *Voting in the Barack Obama has won poll entitles you to receive conservative alerts from Townhall.com.<br />
                <a href="http://townhall.com/privacypolicy.aspx" target="_blank">Privacy Policy</a>
            </div>
        </div>
    </div>
        </div>
        
<div class="jqmWindow fix-dialog" id="fix-address-dialog">
    <div class="dialog-content">
        <p>The address you entered has been standardized.  Please verify the standardized address.  You will be able to correct any errors and resubmit the form after clicking "Continue."</p>

        <ul id="address-error-list" class="error-list"></ul>

        <p class="address-title">Original Address</p>
        <ul class="address-area">
            <li><span class="field-title">Address Line 1:</span><span id="input-address-line-1" class="field-value"></span></li>
            <li><span class="field-title">Address Line 2:</span><span id="input-address-line-2" class="field-value"></span></li>
            <li><span class="field-title">City:</span><span id="input-city" class="field-value"></span></li>
            <li><span class="field-title">State:</span><span id="input-state" class="field-value"></span></li>
            <li><span class="field-title">Zip:</span><span id="input-zip" class="field-value"></span></li>
        </ul>

        <p class="address-title">Standardized Address</p>
        <ul class="address-area">
            <li><span class="field-title">Address Line 1:</span><span id="output-address-line-1" class="field-value"></span></li>
            <li><span class="field-title">Address Line 2:</span><span id="output-address-line-2" class="field-value"></span></li>
            <li><span class="field-title">City:</span><span id="output-city" class="field-value"></span></li>
            <li><span class="field-title">State:</span><span id="output-state" class="field-value"></span></li>
            <li><span class="field-title">Zip:</span><span id="output-zip" class="field-value"></span></li>
        </ul>

        <div class="fix-commands">
            <!--<a href="#" id="fix-address-cancel" class="fix-cancel">Cancel</a>-->
            <button id="fix-address-continue" class="fix-continue" type="button">Continue</button>
        </div>
    </div>
</div>

<div class="jqmWindow fix-dialog" id="fix-error-dialog">
    <div class="dialog-content">
        <p>Please fix the following errors:</p>

        <ul id="standard-error-list" class="error-list"></ul>

        <div class="fix-commands">
            <button id="fix-error-continue" class="fix-continue" type="button">Continue</button>
        </div>
    </div>
</div>
    </body>
</html>
