The iCents.TurnOn and iCents.TurnOff functions turn iCents on and off in your website for an Internet user.
The iCents.IsOn function returns true if iCents is turned on for the page, and false if it is turned off.
The iCents.IsOff function returns true if iCents is turned off on the page, and false if it is turned on.
Syntax:if (iCents.IsOn()) ... if (iCents.IsOff()) ...
Note that these functions are used solely for achieving compatibility with traditional subscriptions.