- 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
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 387
- 388
- 389
- 390
- 391
- 392
- 393
- 394
- 395
- 396
- 397
- 398
- 399
- 400
- 401
- 402
- 403
- 404
- 405
- 406
- 407
- 408
- 409
- 410
- 411
- 412
- 413
- 414
- 415
- 416
- 417
- 418
- 419
- 420
- 421
- 422
- 423
- 424
- 425
- 426
- 427
- 428
- 429
- 430
- 431
- 432
- 433
- 434
- 435
- 436
- 437
- 438
- 439
- 440
- 441
- 442
- 443
- 444
- 445
- 446
- 447
- 448
- 449
- 450
- 451
- 452
- 453
- 454
- 455
- 456
- 457
- 458
- 459
- 460
- 461
- 462
- 463
- 464
- 465
- 466
- 467
- 468
- 469
- 470
- 471
- 472
- 473
- 474
- 475
- 476
- 477
- 478
- 479
- 480
- 481
- 482
- 483
- 484
- 485
- 486
- 487
- 488
- 489
- 490
- 491
- 492
- 493
- 494
- 495
- 496
- 497
- 498
- 499
- 500
- 501
- 502
- 503
- 504
- 505
- 506
- 507
- 508
- 509
- 510
- 511
- 512
- 513
- 514
- 515
- 516
- 517
- 518
- 519
- 520
- 521
- 522
- 523
- 524
- 525
- 526
- 527
- 528
- 529
- 530
- 531
- 532
- 533
- 534
- 535
- 536
- 537
- 538
- 539
- 540
- 541
- 542
- 543
- 544
- 545
- 546
- 547
- 548
- 549
- 550
- 551
- 552
- 553
- 554
- 555
- 556
- 557
- 558
- 559
- 560
- 561
- 562
- 563
- 564
- 565
- 566
- 567
- 568
- 569
- 570
- 571
- 572
- 573
- 574
- 575
- 576
- 577
- 578
- 579
- 580
- 581
- 582
- 583
- 584
- 585
- 586
- 587
- 588
- 589
- 590
- 591
- 592
- 593
- 594
- 595
- 596
- 597
- 598
- 599
- 600
- 601
- 602
- 603
- 604
- 605
- 606
- 607
- 608
- 609
- 610
- 611
- 612
- 613
- 614
- 615
- 616
- 617
- 618
- 619
- 620
- 621
- 622
- 623
- 624
- 625
- 626
- 627
- 628
- 629
- 630
- 631
- 632
- 633
- 634
- 635
- 636
- 637
- 638
- 639
- 640
- 641
- 642
- 643
- 644
- 645
- 646
- 647
- 648
- 649
- 650
- 651
- 652
- 653
- 654
- 655
- 656
- 657
- 658
- 659
- 660
- 661
- 662
- 663
- 664
- 665
- 666
- 667
- 668
- 669
- 670
- 671
- 672
- 673
- 674
- 675
- 676
- 677
- 678
- 679
- 680
- 681
- 682
- 683
- 684
- 685
- 686
- 687
- 688
- 689
- 690
- 691
- 692
- 693
- 694
- 695
- 696
- 697
- 698
- 699
- 700
- 701
- 702
- 703
- 704
- 705
- 706
- 707
- 708
- 709
- 710
- 711
- 712
- 713
- 714
- 715
- 716
- 717
- 718
- 719
- 720
- 721
- 722
- 723
- 724
- 725
- 726
- 727
- 728
- 729
- 730
- 731
- 732
- 733
- 734
- 735
- 736
- 737
- 738
- 739
- 740
- 741
- 742
- 743
- 744
- 745
- 746
;(function() 
{
    // either pick a specific offer name or say 'schedule'
    // FOR TEST,  CHOOSE BETWEEN: extra_license , more_months,  gift
    var which_offer_to_run = 'extra_license'; 
    var isLp = !!window.location.href.match(/\/lp\//)
    
    if (!!document.cookie.match(/rto_cart_cookie/i))
    {
        //return
    }
    
    // If user came from email, dont show RTO. just offers
    if (window.location.href.indexOf('cid=em') != -1)
    {
        showProductOffers()
        return
    }
    // User got RTO in catalog and came here. Don't show RTO. skip to offers
    if (window.location.href.indexOf('fromcat=1') != -1)
    {
      console.log('--> came from catalog. showing offers')
        showProductOffers()
        return
    }
    var d = new Date();
    d.setTime(d.getTime() + (30*24*60*60*1000));
    var expires = "expires="+ d.toUTCString();
    document.cookie = "rto_cart_cookie=1;" + expires + ";path=/";
    
    document.cookie = 'rto_cart_cookie=1'
    var rto_route = {
    price: null,
    rsi: null,
    delay: 1000
    };
    if (typeof RSI == 'undefined')
    {
        return
    }
    
    /*
    var price = RSI({cat:'esp', lvl: '24'})[0].price
  
    if (price == '179.76') {
        rto_route.price = '179.76'
        rto_route.rsi = 'mom699'
    }
    if (price == '167.76') {
        rto_route.price = '167.76'
        rto_route.rsi = 'mom649'
    }
    if (price == '155.76') {
        rto_route.price = '155.76'
        rto_route.rsi = 'thankmom599'
    }
    */
    rto_route.rsi = 'halloweensalebm'
    // if catalog, go to sitewide
    if (!isLp)
    {
        rto_route.rsi = 'sitewide'
        var query = window.location.search ? window.location.search + '&fromcat=1' : '?fromcat=1'
        rto_route.rsi += query
        // var query = window.location.href + (window.location.search ? '&' : '?') + 'fromcat=1'
    }
    
    if (!rto_route.rsi)
    {
        return
    }
    function runClockRTO() {
    // Shortcut for document.querySelector
    var qs = document.querySelector.bind(document);
    // Must match css media query - shrinking circle radius & pos
    if (window.innerWidth < 650) {
        qs('#progress').setAttribute('r', 100);
        qs('#progressbg').setAttribute('r', 100);
        qs('#progress').setAttribute('cx', 120);
        qs('#progressbg').setAttribute('cx', 120);
    }
    // Progress variables
    var $hours = qs('#hours .digit');
    var $minutes = qs('#minutes .digit');
    var $seconds = qs('#seconds .digit');
    /* Clock
    **********************************/
    // if you change this, also change
    // #progress animation-duration to the
    // equivalent number of seconds
    var timeInMinutes = 10;
    var deadline = new Date(Date.parse(new Date()) + timeInMinutes * 60 * 1000);
    qs('#progress').style.animationDuration = timeInMinutes * 60;
    // UPDATED
    var fullTime = getTimeRemaining(deadline).total;
    function getTimeRemaining(endtime) {
        var t = Date.parse(endtime) - Date.parse(new Date());
        var seconds = Math.floor(t / 1000 % 60);
        var minutes = Math.floor(t / 1000 / 60 % 60);
        var hours = Math.floor(t / (1000 * 60 * 60) % 24);
        var days = Math.floor(t / (1000 * 60 * 60 * 24));
        if (minutes == 1 && !qs('#progress').style.animationName) {
        qs('#progress').style.animationName = 'colorfade';
        }
        return {
        'total': t,
        'days': days,
        'hours': hours,
        'minutes': minutes,
        'seconds': seconds
        };
    }
    function initializeClock(endtime) {
        var timeinterval = setInterval(function () {
        var t = getTimeRemaining(endtime);
        var seconds = ('0' + t.seconds).slice(-2);
        // progress bar remaining UPDATED
        var pbr = t.total / fullTime * 100;
        updateSliderValue(t.hours, t.minutes, seconds, false, pbr);
        if (t.total <= 0) {
            clearInterval(timeinterval);
            document.querySelector('.rto-container').style.display = 'none';
            document.querySelector('.rto-gradient').style.display = 'none';
            document.querySelector('.rto-wrap').style.display = 'none';
        }
        }, 1000);
    }
    /* Progress bar
    **************************************/
    /**
    * Updates progress bar and value
    * @param {str} hours - hours left
    * @param {str} minutes - minutes left
    * @param {str} seconds - seconds left
    * @param {bool} showHours - show/hide hours left
    * @param {int} barValue - number of total seconds left. 
    */
    function updateSliderValue(hours, mins, secs, showHours, barValue) {
        if (showHours) {
        qs('#hours').style.display = 'table-cell';
        qs('.colon').style.display = 'table-cell';
        }
        $hours.innerHTML = hours;
        $minutes.innerHTML = mins;
        $seconds.innerHTML = secs;
        var radius = qs('#progress').getAttribute('r');
        var circumference = 2 * Math.PI * radius;
        // Controls the loading circle %
        var progress_in_pixels = -(circumference * (100 - barValue) / 100).toFixed(5);
        if ('requestAnimationFrame' in window) {
        requestAnimationFrame(function () {
            qs('#progress').style.strokeDashoffset = progress_in_pixels + 'px';
        });
        } else {
        qs('#progress').style.strokeDashoffset = progress_in_pixels + 'px';
        }
        /*
        if(qs('#slider').value < 25){
            qs('#progress').style.stroke = 'red';
            qs('#slidervalue').style.color = 'red';
        }
        else if(yb.id('slider').value >= 75){
            qs('#progress').style.stroke = '#7df';
            qs('#slidervalue').style.color = '#7df';
        }
        else{
            qs('#progress').style.stroke = 'gold';
            qs('#slidervalue').style.color = 'gold';
        }
        */
    }
    /* Initialize everything
    **************************************/
    initializeClock(deadline);
    }
    function addClockContentToPage(content) {
    var clockMarkup = '\n    <div class="rto-wrap" id="__containClock">\n\n      <div class="rto-container">\n\n          <div class="rto-header">\n<b>MYSTERY DEAL</b><br>You\'ve got 10 minutes\n            <a id="closerto" href="#">×</a>\n          </div>\n\n          <div class="rto-body">\n\n            <div class="offer-price">\n              <h3>Reveal this offer and</h3>\n              <div class=\'rto-offer-price\'>save BIG</div>\n              <h3>when you buy now</h3>\n            </div> <!-- /offer-price -->\n\n            <div class="progress-bar">\n              <div id="svgcontainer">\n                <svg height="300" width="300" id="svg">\n                  <circle id="progressbg" cx="150" cy="150" r="120" stroke-width="10" fill="transparent" stroke-dasharray="753.9822368615503" transform="rotate(.1)" />\n                  <circle id="progress" cx="150" cy="150" r="120" stroke-width="10" fill="transparent" stroke-dasharray="753.9822368615503" transform="rotate(.1)" />\n                </svg>\n\n                <div class="countdown-clock">\n\n                  <div class=\'timeleft\'>\n\n                    <div id=\'hours\'>\n                      <div class="digits">\n                        <span class="digit"></span>\n                        <span class="word-mobile">m</span>\n                      </div>\n                      <div class="word">Hours</div>\n                    </div>\n\n                    <div class=\'colon\'>:</div>\n\n                    <div id=\'minutes\'>\n                      <div class="digits">\n                        <span class="digit">9</span>\n                        <span class="word-mobile">m</span>\n                      </div>        \n                      <div class="word">Minutes</div>\n                    </div>\n\n                    <div class=\'colon\'>:</div>\n\n                    <div id=\'seconds\'>\n                      <div class="digits">\n                        <span class="digit">59</span>\n                        <span class="word-mobile">s</span>\n                      </div>\n                      <div class="word">Seconds</div>\n                    </div>      \n\n                  </div>       \n                </div>\n              </div>\n            </div> <!--/ progress-bar -->\n          </div> <!-- /rto-body -->\n\n          <div class="rto-footer">\n            <a id="rto_shopnow" href="' + content.destination + '"  >SHOP NOW</a>\n          </div>\n\n          <div class="rto-gradient"></div>\n\n      </div>\n    </div>\n    ';
    var clockCSS = '\n    <style>\n      #closerto {\n        position: absolute;\n        top: 0;\n        font-size: 2em;\n        right: .1em;\n        line-height: 1;\n        text-decoration: none;\n        color: #333;\n      }\n\n      /* White blurry backgorund */\n      .rto-gradient {\n          display: none;\n          background: pink;\n          width: 100%;\n          height: 100%;\n          left: 0;\n          top: 0;\n          position: absolute;\n          background: rgba(255,255,255,0.8);\n          z-index: 1;   \n      }\n\n      /*  used to center rto container */\n      .rto-wrap {    \n          position: absolute;\n          top: 0; \n          left: 0;\n          height: 100%;\n          width: 100%;\n          text-align: center;\n          z-index: 100;\n          background: rgba(255,255,255,0.6);\n      }\n\n\n\n\n\n      .rto-container {\n        z-index: 150009999999;\n        text-align:center;\n        max-width: 650px;\n        background: #363635;  \n        margin: 10vh auto;\n      }\n\n      .rto-header {\n        background: #EAB726;\n        padding: 2.2em 1em;\n        position: relative;\n        font-family: "GothamMedium", sans-serif;\n      }\n\n      .rto-body {  \n        display: flex;\n        color: #fff;\n        padding: 2em 3em;\n      }\n\n      .rto-body > * {\n        width: 50%;\n      }\n\n      .rto-body .offer-price {\n        text-transform: uppercase;\n        order: 1;\n        margin-top: 2em;\n      }\n\n      .rto-body h3 {\n        font-weight: lighter;\n      }\n\n      .rto-offer-price {\n        font-weight: 100;\n        font-size: 52px;\n      }\n\n      .rto-footer {\n        padding: 0 0 2em 0;\n      }\n\n      .rto-footer a {\n        background: #34A4D9;\n        display: inline-block;\n        color: #fff;\n        padding: 1em 6em;\n        text-decoration: none;\n        font-weight: 500;\n        border-radius: 4px;\n      }\n\n\n\n\n      .timeleft {\n        display: table;\n        width: 100%;\n        align-items: center;\n        font-size: 28px;\n\n      }\n\n      .timeleft > div {\n        display: table-cell;\n        font-size: 52px;\n\n      }\n\n      #hours, #hours + .colon {\n        display: none;\n      }\n\n      .digits {\n        display: table;\n      }\n\n      .digits > span {\n        display: table-cell;\n        text-align: center;\n        font-weight: 700;\n        width: 100px;\n      }\n\n      .digits > span:last-of-type {\n        font-size: 70%;\n        margin: 0 auto;\n        width: 1px;\n        overflow: hidden;\n        display: block;\n        font-weight: 100;\n\n      }\n      .word {\n        font-size: 10px;\n        text-transform: uppercase;\n      }\n\n      .word-mobile {\n        display: none;\n      }\n\n\n      .countdown-clock {\n        width: 60%;\n        text-align: center;\n        position: absolute;\n        top: 97px;\n        left: 20%;\n        font-size: 42px;\n        font-weight: 100;\n        color: #fff;\n        transition: all 1s linear;\n        /*transform: rotate(90deg);*/\n      }\n\n      #svgcontainer{\n        position: relative;\n        display: inline-block;\n        width: 300px;\t\n      }\n\n      #svg{\n        position:relative;\n        transform: rotate(90deg);\n      }\n\n      #progressbg {\n        z-index:0;\n        position:absolute;\n        top:0px;\n        box-shadow: 5px 5px 5px 5px #333;\n        stroke: #2B2B2A;\n      }\n\n      #progress {\n        stroke-dashoffset: 0;\n        stroke: #2769BF;\n        transition: all 1s linear;\n        z-index:1;\n        position:absolute;\n        top:0px;  \n\n\n      }\n\n\n\n\n      @media (max-width: 740px) {\n\n        .rto-container {\n          max-width: 355px;\n          margin: 1em auto;\n          border-radius: 5px;\n        }\n\n\n        .rto-header {\n          padding: 2em 0;\n          border-top-left-radius: 5px;\n          border-top-right-radius: 5px;\n          font-size: .8em;\n        }\n        .rto-body {\n          flex-direction: column;\n          padding: 0;\n        }\n\n        .rto-body > * {\n          width: 100%;\n        }\n        .rto-body .offer-price {\n          order: 1; \n          margin-top: 1em;\n          line-height: 59px;\n        }\n\n        .rto-body h3 {\n          margin: 0;\n        }\n\n        .rto-body .progress-bar {\n          order: 2;\n          height: 267px;\n          overflow: hidden;\n        }\n\n        .countdown-clock {\n          top: 91px;\n          left: 26%;\n          width: 57%;\n        }\n\n        .word {\n          display: none;\n        }\n\n        .digits > span:last-of-type {\n          display: inline-block;\n          width: auto;\n          position: relative;\n          bottom: -10px;\n        }\n        .digit {\n          width: 50%!important;\n        }\n\n        #seconds .digits > .digit {\n          width: 75%!important;\n        }\n        .colon {\n          display: none!important;\n        }\n        .timeleft > div {\n          font-size: 42px;\n        }\n\n        .rto-footer a {\n          padding: 0.5em 6em;\n        }\n\n        #svg {\n          transform: rotate(90deg) scale(.9) translateX(-10px);\n        }\n      }\n\n\n      \n\t  .rto-container {\n\t\twidth: 650px;\n\t\tposition: fixed;\n\t\ttop: 1em;\n\t\tleft: 50%;\n\t\ttransform: translateX(-50%);\n\t }\n\n\t @media (max-width: 740px){\n\t\t.rto-container{\n\t\t\tmin-width: 357px;\n\t\t\tposition: fixed;\n\t\t\tleft: 47%;\n\t\t\t/* right: 0.5em; */\n\t\t\ttop: .5em;\n\t\t\t/* transform: none; */\n\t\t\tmargin: 0;\n\t\t\tpadding: 0;\n\t\t\tbox-sizing: border-box;\n\t\t}\n\t }\n      \n\n\n\n      @keyframes colorfade {\n        0% {\n          stroke: #2769BF\n        }\n\n        25% {\n          stroke: #EAB726;\n\n        }\n\n\n        40% {\n          stroke: #d45322f2\n\n        }\n\n        75% {\n\n        }\n        100% {\n          stroke: #d41818\n        }\n      }\n\n   @media (max-width: 500px) {.rto-container {width: 100%;left: 0;min-width: initial;max-width: initial;transform: none;}.rto-body > * {width: auto;}}  @media (max-width: 500px) {.rto-container {width: 100%;left: 11px;min-width: initial;max-width: 355px;transform: none;}.rto-body > * {width: auto;}} #mobile-chat img { z-index:100!important}   </style>\n   ';
    //For idempotence: can be added more than 1 time safely
    !document.getElementById('__containClock') && document.body.insertAdjacentHTML('beforeend', clockCSS + clockMarkup);
    }
    function KeyboardFocus(first, last) {
    var _firsthandler = function _firsthandler(e) {
        //console.log('keydown first');
        if (e.shiftKey && e.which == 9) {
        last.focus();
        //otherwise the default action would occur and move to the next "after" last
        e.preventDefault();
        }
        return true;
    };
    var _secondhandler = function _secondhandler(e) {
        //console.log('keydown last');
        if (!e.shiftKey && e.which == 9) {
        first.focus();
        e.preventDefault();
        }
        return true;
    };
    function addFocus() {
        if (!first.addEventListener || !last.addEventListener) {
        throw new Error('arguments must both be EventTarget');
        }
        first.addEventListener('keydown', _firsthandler, true);
        last.addEventListener('keydown', _secondhandler, true);
    }
    function removeFocus() {
        if (!first.removeEventListener || !last.removeEventListener) {
        throw new Error('arguments must both be EventTarget');
        }
        first.removeEventListener('keydown', _firsthandler, true);
        last.removeEventListener('keydown', _secondhandler, true);
    }
    return {
        addFocus: addFocus,
        removeFocus: removeFocus
    };
    }
    var kf;
    function clearClockRTO() {
      if (kf)
      {
        typeof kf.removeFocus == 'function' && kf.removeFocus();
      }
      document.getElementById('__containClock').style.display = 'none';
    }
    function showClockRTO() {
      var destination = '//www.rosettastone.com/lp/sbsr/' + rto_route.rsi 
      var dollarsoff = 12// parseFloat(RSI({ lvl: '24' })[0].price, 10) - rto_route.price;
      addClockContentToPage({ destination: destination, dollarsoff: dollarsoff });
      runClockRTO();
      kf = new KeyboardFocus(document.getElementById('closerto'), document.getElementById('rto_shopnow'));
      kf.addFocus();
      document.getElementById('rto_shopnow').focus();
      document.getElementById('closerto').addEventListener('click', clearClockRTO);
      document.getElementById('rto_shopnow').addEventListener('click', showProductOffers);
      document.getElementById('__containClock').addEventListener('click', function (e) {
          e.target == document.getElementById('__containClock') && clearClockRTO();
      });
    }
    setTimeout(showClockRTO, rto_route.delay || 0);
//$('#rto_shopnow').on('click', function(e) {
function showProductOffers (e)
{
  console.log('1. inside showProductOffers')
  // We dont run this on catalog. We redirect to sbsr instead when they accept rto
  if (!isLp)
  {
      return
  }
  // This would throw error if we call this function without calling RTO fn first
  // ie, on email page where we dont show rto but show offers right away
  try
  {
    console.log('2. inside showProductOffers')
      clearClockRTO()
      e.preventDefault()
  }
  catch (e)
  {
    console.log('3. inside showProductOffers')
  }
  console.log('4. inside showProductOffers')
 
  // CHOOSE OFFER FUNCTIONALITY HERE
  //var which_offer_to_run = 'extra_license'; // either pick a specific offer name or say 'schedule'
  
  // SET SCHEDULE AND OFFER TYPES HERE
  var schedule = [
    {
      start_date: '02 Oct 2018 00:00:00',
      end_date: '02 Oct 2018 23:59:59',
      offer_name: 'examplebdi'
    }
  ];
  var offers = {
    'extra_license': {
      offer_type: 'extra_user',
      mastheads: {
        'desktop': 'https://www.rosettastone.com/lp/rtos/q4/extralicense.jpg',
        'mobile': 'https://www.rosettastone.com/lp/rtos/q4/extralicense-mobile.jpg'
      }
    },
    'gift': {
      offer_type: 'extra_user',
      mastheads: {
        'desktop': 'https://www.rosettastone.com/lp/rtos/q4/gift.jpg',
        'mobile': 'https://www.rosettastone.com/lp/rtos/q4/gift-mobile.jpg'
      }
    },
    'more_months': {
      offer_type: 'more_months',
      mastheads: {
        'desktop': 'https://www.rosettastone.com/lp/rtos/q4/more_months.jpg',
        'mobile': 'https://www.rosettastone.com/lp/rtos/q4/more_months-mobile.jpg'
      }
    }
  };
  var offer_types = {
    // *******************************************
    // BONUS MONTHS
    // *******************************************
    'bonus_months_low':{
      '12': {
        message: '+1 Month Free',
        replacement_sku: '91213'
      },
      '24': {
        message: '+3 Months Free',
        replacement_sku: '91211'
      }
    },
    'bonus_months_high':{
      '12': {
        message: '+3 Months Free',
        replacement_sku: '90496'
      },
      '24': {
        message: '+6 Months Free',
        replacement_sku: '90497'
      }
    },
    // *******************************************
    // EXTRA USER
    // *******************************************
    'extra_user':{
      '06': {
        message: 'Buy 6 Months and | Give 6 Months FREE',
        second_sku: '90487'
      },
      '12': {
        message: 'Line 1 goes here | Line 2 goes here',
        second_sku: '90558'
      },
      '24': {
        message: 'Line 1 goes here | Line 2 goes here',
        second_sku: '90288'
      }
    },
    // *******************************************
    // EXTRA GIFT
    // *******************************************
    'extra_gift':{
      '06': {
        message: 'Buy 6 Months and | Give 6 Months FREE',
        second_sku: '90487'
      },
      '12': {
        message: 'Line 1 goes here | Line 2 goes here',
        second_sku: '90558'
      },
      '24': {
        message: 'Line 1 goes here | Line 2 goes here',
        second_sku: '90288'
      }
    }
  };
  // ********************************************************************************
  // CORE FUNCTIONALITY
  //     No need to edit below here unless you want to change how the offers work
  // ********************************************************************************
  function pick_offer_method(which_offer_to_run){
    if(which_offer_to_run === 'schedule'){
      run_offers_on_schedule(schedule); // this runs the offers according to the schedule
    }
    else{
      apply_offer(which_offer_to_run); // this runs an offer directly by name
    }
  }
  pick_offer_method(which_offer_to_run);
  function run_offers_on_schedule(schedule){
    var date = Date.now();
    for(var i=0; i<schedule.length; i++){
      var start_date = Date.parse(schedule[i].start_date);
      var end_date = Date.parse(schedule[i].end_date);
      if(start_date <= date && date <= end_date){
        apply_offer(schedule[i].offer_name);
        return;
      }
    }
  }
  function format_offer_message(offer_type, message){
    var formatted_message = message;
    if((/bonus_months/i).test(offer_type)){
      var words = message.split(' ');
      var formatted_message = ''
        + '<div class="bonus_months_number">'
          + words[0]
        + '</div>'
        + '<div class="bonus_months_words">'
          + '<div>'
            + words[1]
          + '</div>'
          + '<div>'
            + words[2]
          + '</div>'
        + '</div>'
      + '';
    }
    if((/extra_/i).test(offer_type)){
      var lines = message.split('|');
      var formatted_message = ''
        + '<div class="bonus_line_1">'
          + lines[0].trim()
        + '</div>'
        + '<div class="bonus_line_2">'
          + lines[1].trim()
        + '</div>'
      + '';
    }
    return formatted_message;
  }
  function update_masthead(offer){
      // catalogs have no masthead. return
      console.log('0000')
    if (window.location.href.indexOf('/lp/')  == -1)
    {
      return
    }
    console.log('1111111')
    if(offer.mastheads){
      console.log('-----')
      var style = document.createElement('style');
      style.id = 'masthead_change';
      var masthead = document.querySelector('#masthead');
      style.innerHTML = ''
        +'body #masthead{'
          +'background-image: url(' + offer.mastheads.mobile + ');'
        +'}'
        +'@media (min-width: 600px) {'
          +'body #masthead{'
            +'background-image: url(' + offer.mastheads.desktop + ');'
          +'}'
        +'}'
      +'';
      masthead.appendChild(style);
    }
  }
  function _$(selector){
    var elems = Array.prototype.slice.call(document.querySelectorAll(selector));
    return {
      elems: elems,
      attr: function(attr, value){
        elems.forEach(function(elem){
          var original_attr = elem.getAttribute(attr);
          var final_value = typeof value === 'function' ? value(original_attr) : value;
          elem.setAttribute(attr, final_value);
        });
        return this;
      },
      show: function(display_property){
        elems.forEach(function(elem){
          elem.style.display = display_property || 'block';
        });
        return this;
      },
      hide: function(){
        elems.forEach(function(elem){
          elem.style.display = 'none';
        });
        return this;
      },
      html: function(inner_html){
        elems.forEach(function(elem){
          elem.innerHTML = inner_html;
        });
        return this;
      }
    };
  }
  function apply_offer(offer_name){
    var set_up_offer = (function(offers, offer_name){
      var offer = offers[offer_name];
      update_masthead(offer);
      add_bonus_elements();
      update_all_cart_buttons(offer);
      show_all_bonuses(offer);
      protect_product_changes_on_lang_change(offer);
      add_bonus_styles();
    }).bind(this, offers);
    set_up_offer(offer_name);
  }
  function add_bonus_elements(){
    // this function makes sure .bonus divs are available for all levels instead of just 12 and 24
    _$('.product-d .header, .product-m').elems.forEach(function(elem){
      if(!elem.querySelector('.bonus')){
        var div = document.createElement('div');
        div.className = 'bonus';
        elem.appendChild(div);
      }
    });
    _$('.product-m').elems.forEach(function(elem){
      if(!elem.querySelector('.bonus')){
        var div = document.createElement('div');
        div.className = 'bonus';
        elem.appendChild(div);
      }
    });
  }
  function add_bonus_styles(){
    var style = document.createElement('style');
    style.id = 'masthead_change';
    style.innerHTML = ''
      + '.products-desktop .container{'
        + 'align-items: flex-end;'
      + '}'
      + '.product-d .best-value{'
        + 'background-color: #262626;'
      + '}'
      + '.product-d .header > div.bonus {'
        + 'font-size: 80%;'
        + 'font-weight: 100;'
        + 'position: relative;'
        + 'bottom: -7px;'
        + 'display: none;'
        + 'background-color: #437414;'
        + 'color: #fff;'
        + 'padding: 10px;'
        + 'margin: -30px 20px 0px;'
        + 'bottom: -41px;'
        + 'font-family: gothammedium, sans-serif;'
      + '}'
      + '.bonus_months_number{'
        + 'display: inline-block !important;'
        + 'font-size: 40px;'
        + 'line-height: 1;'
        + 'margin-right: 8px;'
      + '}'
      + '.bonus_months_words{'
        + 'display: inline-block;'
        + 'text-align: left;'
        + 'line-height: 1;'
        + 'text-transform: uppercase;'
      + '}'
      + '.bonus_months_words div:nth-of-type(1) {'
        + 'font-size: 11px;'
      + '}'
      + '.bonus_months_words div:nth-of-type(2) {'
        + 'font-size: 19px;'
      + '}'
      + '.bonus_line_1 {'
        + 'line-height: 1.2;'
        + 'font-family: gothamlight, sans-serif;'
        + 'font-size: 15px;'
      + '}'
      + '.bonus_line_2 {'
        + 'font-size: 15px;'
        + 'line-height: 1.2;'
      + '}'
    +'';
    document.body.appendChild(style);
  }
  function show_all_bonuses(offer){
    add_bonus_styles();
    var products = offer_types[offer.offer_type];
    for(var lvl in products){
      show_bonus(lvl, offer);
    }
  }
  function show_bonus(lvl, offer){
    var message = offer_types[offer.offer_type][lvl].message;
    var formatted_message = format_offer_message(offer.offer_type, message);
    _$('*[data-lvl="'+lvl+'"] .bonus').html(formatted_message).show();
  }
  function update_all_cart_buttons(offer){
    var offers_details_by_level = offer_types[offer.offer_type];
    for(var lvl in offers_details_by_level){
      var offer_details = offers_details_by_level[lvl];
      update_cart_button(lvl, offer_details);
    }
  }
  function update_cart_button(lvl, offer_details){
    var replacement_sku = offer_details.replacement_sku;
    var second_sku = offer_details.second_sku;
    var desktop_cart_btn_selector = '*[data-lvl="'+lvl+'"] .add-to-cart';
    var mobile_cart_btn_selector = 'a.product-m[data-lvl="'+lvl+'"]';
    _$( desktop_cart_btn_selector + ', '+ mobile_cart_btn_selector ).attr('href', function(original_href){
      var new_href = original_href;
      if(replacement_sku){
        new_href = original_href.replace(/\/\d+\//, '/'+replacement_sku+'/');
      }
      if(second_sku){
        //new_href = original_href.replace(/\/sku\//, '/multi_sku/')
                    //.replace(/\/(\d+)\//, '/$1-'+second_sku+'/')
                    //.replace(/\/category_id\/(\w+)\//, '/multi_category_id/$1-fra');
                                        
                new_href =  original_href.replace(/category_id\/(.{3})/, 'category_id/$1/related_sku/' + second_sku)
                
                // https://secure.rosettastone.com/us_en_store_view/checkout/cart/add/sku/90291/category_id/ENG/related_sku/90487
                // https://secure.rosettastone.com/us_en_store_view/checkout/cart/add/sku/90291/category_id/esp/
      }
      return new_href;
    });
  }
  function protect_product_changes_on_lang_change(offer){
    window.jQuery && (function($){
      $(document).on('lang_change', function(){
        
        update_all_cart_buttons(offer);
      });
    })(window.jQuery);
  }
}
})()