var r = Math.floor(Math.random()*101);  
var myid = "DemoUser" + r;
document.write("<APPLET WIDTH=600 HEIGHT=400 HSPACE=0 VSPACE=0 ALIGN=Middle");
document.write(" CODE=\"forum.loader.class\"");
document.write(" CODEBASE=\"http://pro.chat-forum.com/pro4/pro4demo1/\"");
document.write(" ARCHIVE=\"forum4.jar\">");
document.write(" <PARAM NAME=\"PID\" VALUE=\"#1F42\">");
document.write(" <PARAM NAME=\"ForumTitle\" VALUE=\"Chat Forum Pro Demo 4 - Auto Login/Room Join\">");
document.write(" <PARAM NAME=\"RoomDelay\" VALUE=\"1\">");
document.write(" <PARAM NAME=\"AutoJoin\" VALUE=\"1\">");
document.write(" <PARAM NAME=\"Username\" VALUE=\""+myid+"\">");
document.write(" <PARAM NAME=\"Profile\" VALUE=\"Some auto inserted profile text!\">");
document.write(" <PARAM NAME=\"AutoConnect\" VALUE=\"TRUE\">");
document.write(" <PARAM NAME=\"HeaderBgColor\" VALUE=\"#0022aa\">");
document.write(" <PARAM NAME=\"HeaderFgColor\" VALUE=\"#FFFFFF\">");
document.write(" <PARAM NAME=\"FooterBgColor\" VALUE=\"#b0b0b0\">");
document.write(" <PARAM NAME=\"BorderBgColor\" VALUE=\"#0022aa\">");
document.write(" <PARAM NAME=\"PrimaryBgColor\" VALUE=\"#FFFFFF\">");
document.write(" <PARAM NAME=\"PrimaryFgColor\" VALUE=\"#333333\">");
document.write(" <PARAM NAME=\"SecondaryBgColor\" VALUE=\"#CCCCFF\">");
document.write(" <PARAM NAME=\"SecondaryFgColor\" VALUE=\"#333333\">");
document.write(" <PARAM NAME=\"ButtonBgColor\" VALUE=\"#F0F0FF\">");
document.write(" <PARAM NAME=\"ButtonFgColor\" VALUE=\"#0A0AFF\">");
document.write(" <PARAM NAME=\"InputBgColor\" VALUE=\"#E0E0FF\">");
document.write(" <PARAM NAME=\"InputFgColor\" VALUE=\"#000000\">");
document.write("</APPLET>");
