document.addEvent('domready', function() {
  obj = $('txtHugin');
  if (!obj) return;
  obj.load('http://www.vfb.be/hugin.txt'); 
});
