I need a javascript script that runs on a date and every certain amount of days it adds a number to the previous. Example:
Today is Jan 19,
on the 29 it takes a prespecified number and ads it to the original.
(number on the 19th 1000, on the 29th it ads 1500 to that number to make 2500)
then ten...