1 function writeYenExternal() 2 { 3 document.write("two backslashes external: \\ <br>"); 4 document.write("one backslash external: \ <br>"); 5 } 6