A simple storage handler
jstiller.modules.storage.supports('cookie');jstiller.modules.storage.supports('localStorage');jstiller.modules.storage.supports('sessionStorage');jstiller.modules.storage.cookie.setItem('key', 'value');jstiller.modules.storage.cookie.getItem('key');jstiller.modules.storage.cookie.removeItem('key');jstiller.modules.storage.cookie.key(0);jstiller.modules.storage.cookie.length();jstiller.modules.storage.cookie.clear();