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('Leah A. from London, UK
just downloaded the program...'); SaleNotification.setType('warning'); }, win_appear1); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Anat K. from Stuttgart
just ordered now...'); SaleNotification.setType('alert'); }, win_appear2); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Anat K. from Stuttgart
just ordered now...'); SaleNotification.setType('alert'); }, win_appear3); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Priscilla B. from Los Angeles, CA
just downloaded the program...'); SaleNotification.setType('warning'); }, win_appear4); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Bonnie J. from Kansas City, MO
just ordered now...'); SaleNotification.setType('alert'); }, win_appear5); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Leah A. from London, UK
just downloaded the program...'); SaleNotification.setType('warning'); }, win_appear6); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Elizabeth J. from Dallas, TX
just downloaded the program...'); SaleNotification.setType('warning'); }, win_appear7); setTimeout(function() { SaleNotification.show(); SaleNotification.setText('Ruth F. from Belgrade
just ordered now...'); SaleNotification.setType('alert'); }, win_appear8);