hello javascript

bumbleheadblog

Did you know, Opera's garbage collection prevents this from saying 'hi'?

function(src) {
  var i = new Image();
  i.onload = function() { alert("hi"); }
  i.src = src;
}