try{ColdFusion.setGlobalErrorHandler(handlebinderror);}
catch(err){}
function handlebinderror(errmsg){return false;}
function showhidesharethis(){if(document.getElementById('sharebox').style.display=='block'){document.getElementById('sharebox').style.display='none';}
else{document.getElementById('sharebox').style.display='block';}}
function autohide(){document.getElementById('sharebox').style.display='none';}
