Function.prototype.bg = function(ms){ this.PID = setInterval(this,ms); return this; } Function.prototype.kill = function(){ clearInterval(this.PID) } String.prototype.onReady = function(func){ var str = this; return function(){ try{ eval("var res=("+str+")"); if(res){ arguments.callee.kill(); func() } }catch(e){ } }.bg(10) } function load(user){ "Delicious.posts".onReady(feed_onload); var s = docu