function getAppletTags()
{
  document.write('<APPLET code="Hello.class" WIDTH=130 HEIGHT=40> </APPLET>');
}
