Your name in Japanese is ") win.document.write(((otp.charAt(0)).toUpperCase())) j = 1 while (j <= otp.length - 1) { win.document.write(otp.charAt(j)) j += 1 } win.document.write(".


Thanks for using this script


") j = 0 tem = "" while (j <= otp.length - 1) { if (!(otp.charAt(j) == " ")) { tem = tem + otp.charAt(j) } j += 1 } otp = tem j = 0 while (j <= otp.length - 1) { cur = otp.charAt(j) if ((isvowel(cur)) || ((cur == "n") && (!isvowel(otp.charAt(j+1))))) { j += 1 } else { while (!isvowel(otp.charAt(j))) { j += 1 cur = cur + otp.charAt(j) } j += 1 } } win.document.write('

') win.document.close() } //--> Japanese Names

I found this script on SailorCandi's Senshi Shrine a while back, and I thought it would be cool to have the javascript for my site. I learned the code I needed, and so here it is. Thanks SailorCandi!
Enter your regular name: