// JavaScript Document
document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://digichat.elsitiochat.net/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=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>");
