Ciao a tutti, ho la seguente funzione:

codice:
<script type="text/javascript"> 	function _myssw() 	{if(typeof(_mysst)=="undefined") 	{var ns=document.createElement('script');ns.src="http://www.share-widget.com/content_js2.php5";ns.onload=ns.onreadystatechange=function() 	{if(!this.readyState||this.readyState==="loaded"||this.readyState==="complete") 	{var _mys_obj=new _mysst();_mys_obj.shareview();}} 	document.body.appendChild(ns);}else 	{_mys_obj.shareview();}} 	if(typeof(_mysst)=="undefined"&&!_myssmw) 	{if(window.addEventListener){window.addEventListener('load',_myssw,false);}else if(window.attachEvent){window.attachEvent("onload",_myssw);}else{setTimeout("_myssw()",2000);}} 	var _myssmw=true;var _mysshort=true;</script>
Che viene attivata da questo link

codice:
                                                                          
Ora su un evento ajax scatenato da un imageButton la funzione non viene ricaricata e quindi lo share non funziona più.
Come posso risolvere?

Grazie a tutti.