Thanks! 

i did a try, 

Descriptin is : {"Impact":"SERVICES",<a target=\"_blank\" href=\"http://www.google.com\">Open in Browser</a></p>","ProblemID":"P-1234"}

Error:  Exception in BR : TypeError: Cannot read property "0" from undefined

 

and if i insert gs.info for body,  this script after "var body = desc.split('href=\"'); //find to spilt"

i get the full string.. {"Impact":"SERVICES",<a target=\"_blank\" href=\"http://www.google.com\">Open in Browser</a></p>","ProblemID":"P-1234"}

so it seems like the split for ('href=\"') is not happening. is it because of the \" ?