			document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://207.218.235.210/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=1111>");
			document.write(" <PARAM NAME=background VALUE=FF71B8>");
			document.write(" <PARAM NAME=textcolor VALUE=ffffff>");
                        document.write(" <PARAM NAME=floodControl VALUE=250>");
                        document.write(" <PARAM NAME=language VALUE=English.lang>");
			document.write(" Java Not Found, Please first download and install java vm. ");
			document.write(" </APPLET>");




