No. You need to put an escape slash before the first quote I believe. What is happening is by not escaping the quote with a \ it is closing the string before you are ready to. Any time you use a quote within a quote you need to use the slash to tell the parser that you mean that to be a quote character and not the end of the string.