Hi I want to do the following, but don\'t know how to write the quotation marks
allSearchResults[0]=\" CXS101289/>
Just escape the quotes inside the a tag.
allSearchResults[0]=" CXS101289/";