Setup
<script src='http://rastajs.errorjs.com/rasta.min.js' type='text/javascript'></script>
What
Persistent across websites
No security
Under 500 bytes
2 operations: get/set
key GET
Rasta.get('age', function(val){
  /* val == '100' */
})
Fork me on GitHub