i tried using the backlash \\ - that didint work
if you go to http://stackoverflow.com/questions/3830163/how-to-escape-special-characters-within-eval-using-javascript
it tells u to use " instead of \\"
i tried using " instead of \\" but that only worked on Firefox and Chrome, but not Internet Explorer
so what finally worked? well, i was using php to generate the HTML code so i simple used the
hope that helps anyone
