/*include tha dd this php file*/
var script  = document.createElement('script');
  // script.src  = "http://s9.addthis.com/js/widget.php?v=10";
   script.type = 'text/javascript';
   script.defer = true;
   
   document.getElementsByTagName('head').item(0).appendChild(script);

var  addthis_pub = '';

/* this function is called from flash - it opens the add this window*/
function addThis()
{
	//addthis_pub = 'Test';
	//addthis_url=location.href;
	//addthis_title = document.title;
	//addthis_click(this);
alert("do i work");
}