document.writeln('San Jos&eacute; tijd<br>');
var wdw = 140;
document.write('<APPLET');
document.write('  CODEBASE = "fileadmin/template/eex"');
document.write('  CODE     = "sevysoft.applets.analogClock.class"');
document.write('  NAME     = "Analog clock applet"');
document.write('  WIDTH    = ' + wdw);
document.write('  HEIGHT   = ' + wdw);
document.write('  HSPACE   = 0');
document.write('  VSPACE   = 0');
document.write('  ALIGN    = Middle');
document.write('>');
document.write('<PARAM NAME = "CLOCKOFFSET" VALUE = "0">');
document.write('<PARAM NAME = "TIMEZONEOFFSET" VALUE = "-6">');
document.write('<PARAM NAME = "IDENT" VALUE = "SJO">');
document.write('<PARAM NAME = "SHOWSEC" VALUE = "SECON">');
document.write('<PARAM NAME = "LATITUDE" VALUE = "10">');
document.write('<PARAM NAME = "LONGITUDE" VALUE = "-84.2">');
document.write('<PARAM NAME = "BACKGROUND" VALUE = "6699FF">');
document.write('<PARAM NAME = "SIDECOLOR" VALUE = "C4E5CD">');
document.write('<PARAM NAME = "SECCOLOR" VALUE = "FF0000">');
document.write('<PARAM NAME = "MINCOLOR" VALUE = "00FF00">');
document.write('<PARAM NAME = "HRCOLOR" VALUE = "FFFF60">');
document.write('<PARAM NAME = "GRADIENTSIZE" VALUE = "25">');
document.write('<PARAM NAME = "WIDTH" VALUE = "' + wdw + '">');
document.write('<PARAM NAME = "HEIGHT" VALUE = "' + wdw + '">');
document.write('</APPLET>');
