Just change the following:
e
.getIm()<br/>
.sendText(<br/>
true,<br/>
"<span style=\"font-size:8pt;font-family:Tahoma;color:#000000;font-style:normal;\" class=\"left\">"<br/>
+ "Stock Price for <b>"<br/>
+ messageText<br/>
+ "</b><BR><IMG SRC='http://stockcharts.com/c-sc/sc?s="
+ messageText<br/>
+ "&p=D&b=5&g=0&i=t98037453280&r=4220' height='431px'></span>");<br/>
to
e
.getIm()<br/>
.sendText(<br/>
true,<br/>
"<span style=\"font-size:8pt;font-family:Tahoma;color:#000000;font-style:normal;\" class=\"left\">"<br/>
+ "Stock Price for <b>"<br/>
+ messageText<br/>
+ "</b><BR><IMG SRC='http://stockcharts.com/c-sc/sc?s="
+ messageText<br/>
+ "&p=D&b=5&g=0&i=t98037453280&r=4220' height='431px'>"<br/>
+ "<BR><A HREF='http://stockcharts.com/h-sc/ui?s="<br/>
+ messageText<br/>
+ "'>View More Details...</A></span>");