var tps67UhxcE = 80; var d67UhxcE =0; var h67UhxcE =0; var m67UhxcE =0; var s67UhxcE =0; var timetmp67UhxcE=0; var DspStr67UhxcE =""; document.write(""); var idtimer67UhxcE =setInterval('bigprism67UhxcE()',1000); DspFmt67UhxcE = "
For example, here you can say something like: \"Hurry up and order now! After the time is over, price will get twice higher! Instantly!\"
The timer can look like this:
%DAYS% days %HOURS% hours %MINS% mins %SECS% secs left!
or like this:
%HOURS%:%MINS%:%SECS%
or even like this ;) :
%SECS%:%MINS%:%HOURS%
It is fully customizable, you can make html code and insert there special merge words %.DAYS%, %.HOURS%, %.MINS% and %.SECS% where you want digits to be displayed. You can change colors, style, fonts, format, box size, everything!
Here you can add your order link, for example, with 50% discount. Order Now! Just $30!
After the time is over, this box will be replaced with another one that you predefine during installation of the script. Just wait a bit and you will see.
"; function bigprism67UhxcE(){ tps67UhxcE-- ; timetmp67UhxcE = tps67UhxcE; d67UhxcE=Math.floor(timetmp67UhxcE/86400); timetmp67UhxcE=timetmp67UhxcE%86400; h67UhxcE=Math.floor(timetmp67UhxcE/3600); timetmp67UhxcE=timetmp67UhxcE%3600; m67UhxcE=Math.floor(timetmp67UhxcE/60); timetmp67UhxcE=timetmp67UhxcE%60; s67UhxcE=Math.floor(timetmp67UhxcE); if(h67UhxcE<10) h67UhxcE = "0"+h67UhxcE; if(m67UhxcE<10) m67UhxcE = "0"+m67UhxcE; if(s67UhxcE<10) s67UhxcE = "0"+s67UhxcE; DspStr67UhxcE = DspFmt67UhxcE.replace(/%DAYS%/g, d67UhxcE); DspStr67UhxcE = DspStr67UhxcE.replace(/%HOURS%/g, h67UhxcE); DspStr67UhxcE = DspStr67UhxcE.replace(/%MINS%/g, m67UhxcE); DspStr67UhxcE = DspStr67UhxcE.replace(/%SECS%/g, s67UhxcE); document.getElementById('67UhxcE').innerHTML= DspStr67UhxcE; if ((d67UhxcE == 0 && h67UhxcE == 0 && m67UhxcE == 0 && s67UhxcE == 0) || (d67UhxcE < 0)) { DspStr67UhxcE = "
Now, when time is over, the box gets replaced with this one.
Here you can add the timer with zero values:
0 days 00 hours 00 mins 00 secs left!
or remove it completely.
Now the link with full price will be displayed, in this case $60. Order Now for $60!
You can even place here the form for subscribing to your newsletter

and say something like: \"Still want to get our product with discount? Subscribe to our newsletter and if you are lucky you will get it.\" So, you've got new customer just now and new subscriber with credit card in hands. By the way, this is the exact way of how I build my mailing lists with really high response rate. :)
Do you see the power of this tool?
"; document.getElementById('67UhxcE').innerHTML= DspStr67UhxcE; clearInterval(idtimer67UhxcE); return; } }