diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-11-07 11:02:27 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-11-07 11:02:27 -0800 |
commit | 3f4152db4fd0d7e2fa620248550503f2bba7ae2a (patch) | |
tree | 61b8fe65ea095c7b5bf5ee496b2ba65eafe2326e /p-t.js | |
parent | 93d496327edccc5476b314b69070cb5f6fc7bc88 (diff) |
6 months support, w/old pricing for now
Diffstat (limited to 'p-t.js')
-rw-r--r-- | p-t.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ function price1_changed() { - var price = 4900; + var price = 5400; if ( document.SPForm.freeradius1.checked ) { price = price + 900; } if ( document.SPForm.asterisk1.checked ) { price = price + 900; } if ( document.SPForm.thirdlane1.checked ) { price = price + 2695; } @@ -8,7 +8,7 @@ function price1_changed() { } function price2_changed() { - var price = 7450; + var price = 8400; if ( document.SPForm.freeradius2.checked ) { price = price + 900; } if ( document.SPForm.asterisk2.checked ) { price = price + 900; } if ( document.SPForm.thirdlane2.checked ) { price = price + 2695; } @@ -17,7 +17,7 @@ function price2_changed() { } function price3_changed() { - var price = 11900; + var price = 12900; if ( document.SPForm.freeradius3.checked ) { price = price + 900; } if ( document.SPForm.asterisk3.checked ) { price = price + 900; } if ( document.SPForm.thirdlane3.checked ) { price = price + 2695; } |