   document.writeln('<applet codebase="." CODE="DigitalClock.class" archive="ClockShop.jar" WIDTH=130 HEIGHT=50>');
   document.writeln('<param name=Author value="hjtsai@cargobay.com">');
   document.writeln('<param name=DigitRadix value="10">');
   document.writeln('<PARAM NAME=Show24Hours VALUE="yes">');
   document.writeln('<PARAM NAME=ForegroundColor VALUE="darkGray">');
   document.writeln('<PARAM NAME=BackgroundColor VALUE="lightGray">');
   document.writeln('<PARAM NAME=ClockFontName VALUE="Verdana">');
   document.writeln('<PARAM NAME=ClockFontStyle VALUE="plain">');
   document.writeln('<PARAM NAME=ClockFontSize VALUE="18">');
   document.writeln('<PARAM NAME=ShowFrame VALUE="yes">');
   document.writeln('<PARAM NAME=FrameStyle VALUE="etchedin">');
   document.writeln('<PARAM NAME=FrameThickness VALUE=2>');
   document.writeln('<PARAM NAME=FrameColor VALUE="darkGray">');
   document.writeln('<PARAM NAME=ShowDate VALUE="yes">');
   document.writeln('<PARAM NAME=DateColor VALUE="#000000">');
   document.writeln('<PARAM NAME=DatePosition VALUE="3">');
   document.writeln('<PARAM NAME=DateFontName VALUE="Verdana">');
   document.writeln('<PARAM NAME=DateFontStyle VALUE="bold">');
   document.writeln('<PARAM NAME=DateFontSize VALUE="12">');
   document.writeln('</applet>');
