
function IncludeJavaScriptFile(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}


function includeScriptAfterLoad()
{
	sharethis_script = 'http://w.sharethis.com/widget/?tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;services=%2Cdigg%2Cmyspace%2Cwordpress&amp;style=default&amp;publisher=f6aa58f4-5380-4ae2-b538-2aa3164347c2&amp;headerbg=%235e6a71&amp;inactivebg=%23e7e9ea&amp;inactivefg=%23262a2d&amp;linkfg=%23981e32&amp;buttonText=Share&amp;offsetLeft=-20';
    IncludeJavaScriptFile(sharethis_script);
}

includeScriptAfterLoad();