Hi Friends,  
  
Im new working with Fusion charts, we are working with a ui using an updatepanel with diferent links, im using the documentation above:   http://docs.fusioncharts.com/charts/contents/guide-for-web-developers/vbnet/VB_UpdatePanel.html 
  
Right now, on the first page load the graphics is working normally. The problem is when i click on the link i need the graphic appear  but i having problem with the updatepanelhook.fusioncharts.js , on this  line :  
if (html.search(/\<script[\s\S]+?\<\/script\>/i) >= 0) { 
  
it seams that html.search dont find the script. Javascript code problems.