guillemets javascript

var myName = "John";

document.write("\""+ myName +"\"");
Avinash Tripathy