function loadActiveX () {
  for (var i=0; i<arguments.length; i++) {
    document.writeln('<' + arguments[i] + '>');
  }
}