Yeah - your quotes don't match (as you can tell by looking at the syntax highlighting).
I almost always use single quotes as my string delimiters, so when I whipped out the above code sample... that's what I used.
You need to pick a string delimiter (single or double qutoes?) and make sure you start and end the string pieces with that same delimiter. Then, make sure you've escaped that delimiter if it appears inside the string.