American Political Eye[op3_menu_render menu_id=’4′ uuid=’b48UHOBu’ page_id=’505′]MenuClosePrivacy PolicyTerms of Use[/op3_menu_render]

Will Trump Be The First President Reelected After A House Impeachment?

The 2020 election will break history, no matter what. If Trump wins in 2020, he will be the first and only impeached president to win reelection.

Do you think Trump will be reelected?

Yes

No

jQuery(“form.sub-form”).on(“submit”, function(event) {
event.preventDefault();

var email = jQuery(“.sub-form input.email”).val();
var phone = jQuery(“.sub-form input.phone”).val();
var firstName = jQuery(“.sub-form input.firstName”).val();
if (!validateEmail(email)) {
alert(“Invalid email”);
return false;
}

var sourceId = getUtmValue(“utm_source”);
var placementId = getUtmValue(“utm_placement”);
if (!sourceId) {
sourceId = window.location.hostname || “TEST”;
}
if (!placementId) {
placementId = “ape001”
}

var data = {};
data[‘userId’] = “0563b5721f506158da78a33f9ebb1454″;
data[‘placementId’] = placementId;
data[‘sourceId’] = sourceId;
data[‘sourceUrl’] = window.location.href;
data[‘firstName’] = firstName;
if (phone != ”) {
data[‘phone’] = phone;
}
data[’email’] = email;

jQuery(“input.submit”, this)
.prop(“disabled”, true)
.val(“Processing…”);

jQuery.ajax({
type: “POST”,
url: jQuery(this).attr(“action”),
data: data
}).done(function(response) {
window.location.href = ‘https://americanpoliticaleye.com/poll/confirmed’;
return;
}).fail(function(response) {
console.log(“Subscription failure: “, response);
//window.location.href = ‘https://americanpoliticaleye.com/oops’;
});

function validateEmail(email) {
var re = /^[a-z0-9!#$%&’*+/=?^_`{|}~-]+(?:.[a-z0-9!#$%&’*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/;
return re.test(email);
}

function getUtmValue(utmName) {
utmValue = getUrlParameter(utmName);
if (utmValue) {
setCookieValue(utmName, utmValue);
return utmValue;
}

var utmValue = getCookieValue(utmName);
return utmValue;
}

function getCookieValue(cookieName) {
return jQuery.cookie(cookieName);
}

function setCookieValue(cookieName, cookieValue) {
jQuery.cookie(cookieName, cookieValue,{expires:1});
}

function getUrlParameter(sParam) {
var sPageURL = decodeURIComponent(window.location.search.substring(1)),
sURLVariables = sPageURL.split(‘&’),
sParameterName, i;
for (i = 0; i < sURLVariables.length; i++) {
sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] === sParam) {
return sParameterName[1] === undefined ? !0 : sParameterName[1]
}
}
}

});

Copyright © All Rights Reserved. 

Privacy l Terms l Contact