var win_appear1=first_appearance*1000; var win_appear2=win_appear1+7000; var win_appear3=win_appear2+7000; var win_appear4=win_appear3+7000; var win_appear5=win_appear4+7000; var win_appear6=win_appear5+7000; var win_appear7=win_appear6+7000; var win_appear8=win_appear7+7000; var SaleNotification = new Noty({ type: 'alert', layout: 'bottomLeft', theme: 'relax', text: '', timeout: 3500, progressBar: true, closeWith: ['click', 'button'], animation: { open: 'noty_effects_open', close: 'noty_effects_close' }, id: false, force: false, killer: false, queue: 'global', container: false, buttons: [], sounds: { sources: [], volume: 1, conditions: [] }, titleCount: { conditions: [] }, modal: false }); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Martha T. from Athens, GA
just downloaded the program...'); SaleNotification.setType('warning'); }, win_appear1); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Deborah B. from Auckland
just ordered now...'); SaleNotification.setType('alert'); }, win_appear2); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Deborah B. from Auckland
just ordered now...'); SaleNotification.setType('alert'); }, win_appear3); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Becca R. from Sydney
just downloaded the program...'); SaleNotification.setType('warning'); }, win_appear4); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Ruth F. from Belgrade
just ordered now...'); SaleNotification.setType('alert'); }, win_appear5); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Ruth F. from Belgrade
just downloaded the program...'); SaleNotification.setType('warning'); }, win_appear6); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Tabitha C. from New York City
just downloaded the program...'); SaleNotification.setType('warning'); }, win_appear7); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Deborah B. from Auckland
just ordered now...'); SaleNotification.setType('alert'); }, win_appear8);