			document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://207.44.235.129/DigiChat/DigiClasses/' ");
			document.writeln("CODE='com.diginet.digichat.client.DigiChatApplet' ");
			document.writeln("HEIGHT=100 WIDTH=200 ALIGN='MIDDLE' ");
			document.writeln("ARCHIVE=Client.jar MAYSCRIPT>");
			document.write(" <PARAM NAME=cabbase value=Client.cab>");
	
			document.write(" <PARAM NAME=MenuItem1 VALUE=DigiChat>");
			document.write(" <PARAM NAME=siteID VALUE=35845>");
			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>");
