d=document;
d.write("<center><p class=tip><small><font face='MS Sans Serif'>");
tip=new Array()
tip[0]="Want to know how to register the program? Click on the &quot;$&quot; button and ask us!"
tip[1]="For adding in Favourite, click on the &quot;+&quot; button."
tip[2]="This page is useful?? Please click on the &quot;!&quot; button to set it as Homepage!"
tip[3]="There are problems with the navigational panel? Please click on the &quot;?&quot; button to get the help information."
tip[4]="Your program requires translation? <a href='contact_en.htm'>Contact us!</a>"
nm=Math.floor(Math.random()*tip.length);
d.write(tip[nm]);
d.write("</font></small></p></center>");
