browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;

if (browser_type == "Netscape" && (browser_version >= 5)) {
document.writeln ('<img src="picts/blind.gif" width="240" height="50" alt="" border="0"><BR><APPLET CoDEBASE="class" CoDE="DigitalClock.class" WIDTH=140 HEIGHT=25>');
}else{
document.writeln ('<img src="picts/blind.gif" width="240" height="50" alt="" border="0"><BR><APPLET CoDEBASE="class" CoDE="DigitalClock.class" WIDTH=140 HEIGHT=18>');
};
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=ShowSeconds value="yes">');
document.writeln ('<param name=ForegroundColor value="#adadad">');
document.writeln ('<param name=BackgroundColor value="#FFFFFF">');
document.writeln ('<param name=ClockFontName value="Arial">');
document.writeln ('<param name=ClockFontStyle value="plain">');
document.writeln ('<param name=ClockFontSize value="14">');
document.writeln ('<param name=ShowFrame value="no">');
document.writeln ('<param name=ShowDate value="yes">');
document.writeln ('<param name=DateFontName value="Arial">');
document.writeln ('<param name=DateFontSize value="14">');
document.writeln ('<param name=DateFontStyle value="PLAIN">');
document.writeln ('<param name=DateColor value="#adadad">');
document.writeln ('</APPLET><BR>');
