Adds specified data to the storage on the specified address.
addStorageItems = function(aStorageURL, aStorageKey, aCryptoKey, aItems, aStoragePass);
var items = ['first item', 'second item', 'third item']; //Add the elements to the storage addStorageItems('http://mysite.ru/storage.php','requests','mycrypto',items);