Cookies
createCookie(name, value, day) |
Creates a cookie with the given name, value, and expiration (in days). |
readCookie(name) |
Returns the value of the cookie |
cloneObject(ob) |
Makes a clone of an object by copying all of its properties and functions.
|

