- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
<script>
function topemailsubscribe(emailval) {
jQuery.post('http://www.rosettastone.com?p_p_id=rosettaajaxsubmit_WAR_rosettaajaxsubmitportlet&p_p_lifecycle=2', {
email: emailval,
cis_name: jQuery("#cis_name").val(),
newsletter_type: "Bottom_Catalog_Homepage_US",
website: jQuery("#website").val(),
form_url: "/personal",
cid: jQuery.trim(RSUI.util.getCookie("affiliate"))
}, function(data) {
if ((data == null ) || (data == "")) {
//fail
} else {
if (data.indexOf("cisFlag") > 0) {
//success
$('.pop-ec input[type="email"]').remove();
$('.pop-ec input[type="submit"]').css('background-color', '#009000').css('padding-left', '6em').css('padding-right', '6em').val('Thank You');
s.clearVars();
s.addEvent && s.addEvent('event54');
s.tl();
//debugger;
}
}
}, "")
}
(!window.location.hostname.match(/espanol/i)) && (function(){
// build the rto and insert it invisibly into the document
var target = 'http://www.rosettastone.com/freedemo?video=election16';
var rto = document.createElement('div');
rto.id = 'avventura_rto_container';
rto.innerHTML = '<div class=pop-over style=display:none><div class=pop-copy><p>Be the first to know about our<h2>Holiday Specials!</h2><h3>Sign up for first dibs on our <em>Holiday Deals and Exclusives!</em></h3></div><form class=pop-ec><label><input type=email name=email placeholder="Email Address"required></label><input type=submit value="Sign Up"></form></div>';
rto.innerHTML += '<style>.pop-over{background-size:cover;padding:10em 6.5%;text-align:right;position:relative;cursor:pointer}.pop-over .peter-close-btn{position:absolute;top:1.5em;right:1.5em;width:3vw;padding-bottom:3vw;background:url(http://www.rosettastone.com/lp/sitewide-promo/close-btn.svg) center no-repeat;background-size:contain;cursor:pointer}.pop-over a{width:28.5%;display:inline-block}.pop-over a img{width:100%;transition:transform .3s}.pop-over a img:hover{transform:scale(1.03)}.pop-over .pop-copy,.pop-over .pop-ec{margin:0 auto;width:50%;position:relative;left:20em;text-align:left}.pop-over .pop-copy p{font-family:GothamMedium;font-size:2.25em;margin-bottom:.5em;text-transform:uppercase;color:#555}.pop-over .pop-copy::before{content:"";width:30em;height:40em;left:-32em;top:0;position:absolute;background:url(http://www.rosettastone.com/lp/sitewide-promo/Stone-Icon.png) center no-repeat;background-size:contain}.pop-over .pop-copy h2{font-size:11.5em;font-family:GothamBold;margin-top:.15em;height:auto;line-height:.8;text-transform:uppercase;font-weight:900}.pop-over .pop-copy h3{font-family:GothamBook;font-size:2.9em;font-weight:300;margin-top:.75em;color:#555}.pop-over .pop-copy h3 em{display:block;line-height:1.6;color:#000;font-weight:700}.pop-over .pop-ec input[type=email]{font-size:3em;padding:.5em;margin-top:.5em}.pop-over .pop-ec input[type=email]::-webkit-input-placeholder{font-family:GothamMedium;color:#999;text-transform:uppercase}.pop-over .pop-ec input[type=submit]{font-family:GothamMedium;font-size:1.9em;padding:1.2em 3em;margin-top:.5em;background:#0097d9;text-transform:uppercase;color:#fff;text-shadow:none;position:relative;bottom:.2em}.pop-over{background:#ebb600;background:-moz-radial-gradient(center,ellipse cover,#ebb600 63%,#d19700 100%);background:-webkit-gradient(radial,center center,0,center center,100%,color-stop(63%,#ebb600),color-stop(100%,#d19700));background:-webkit-radial-gradient(center,ellipse cover,#ebb600 63%,#d19700 100%);background:-o-radial-gradient(center,ellipse cover,#ebb600 63%,#d19700 100%);background:-ms-radial-gradient(center,ellipse cover,#ebb600 63%,#d19700 100%);background:radial-gradient(ellipse at center,#ebb600 63%,#d19700 100%)}@media screen and (max-width:1380px){.pop-over{font-size:.8em}}@media screen and (max-width:1120px){.pop-over{font-size:.6em}}</style>';
rto.innerHTML += '<scr'+'ipt> window.setTimeout(function(){ $(".pop-over").slideDown(); $(".pop-over .close-btn").click(function(){$(".pop-over").slideUp();}) },2000);</scr'+'ipt>';
document.body.insertBefore(rto,document.body.firstChild);
window.setTimeout(function(){
$(".pop-over").slideDown();
//$('.pop-over').on('click', function(){ window.location.href = target; })
$('.peter-close-btn').attr('style','width: 10em; height: 10em; background-size: 5em; background-position: top right; width: 15vw; height: 15vh; max-width: 15vw; max-height: 15vh;');
$(document).on('click', '.peter-close-btn', function(){ $(".pop-over").slideUp(); });
$(".pop-ec").on('submit', function(e){ e.preventDefault(); var email = $('.pop-ec input[type="email"]').val(); topemailsubscribe(email); });
document.cookie = "shownCatalyst=true; expires=Fri, 31 Dec 9999 23:59:59 GMT;";
},2000);
})();
</script>