   mesg  = "SUKSES,  &nbsp;  &nbsp; INOVATIF &nbsp; &nbsp; DAN &nbsp; &nbsp; FAMILIER &nbsp;";
   isNS = (navigator.appName == "Netscape")
   isIE = (navigator.appName == "Microsoft Internet Explorer")
   text = ("<font color=#000000 size=-2>"+mesg+"</font>")
   if (isNS) {
   document.write("<blink>" + text + "</blink>")}
   else if (isIE) {
   document.write("<MARQUEE BEHAVIOR=ALTERNATE DIRECTION=RIGHT>" + text + "</MARQUEE>")}