// JavaScript Document
			document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://digichat.elsitiochat.net/DigiChat/DigiClasses/' ");
			document.writeln("CODE='com.diginet.digichat.client.chatmaster.DigiChatMasterApplet' ");
			document.writeln("HEIGHT=300 WIDTH=185 ALIGN='MIDDLE' ");
			document.writeln("ARCHIVE=ChatMaster.jar MAYSCRIPT>");
			document.write(" <PARAM NAME=cabbase value=ChatMaster.cab>");


			document.write(" <PARAM NAME=siteID VALUE=1003>");
			document.write(" <PARAM NAME=background VALUE=FFFFFF>");
			document.write(" <PARAM NAME=textcolor VALUE=000000>");
			document.write(" DigiChat requires a Java Compatible web browser to run. ");
			document.write(" </APPLET>");
				
