/*--------------------------------------------------------------------------*
 * 
 * ShareThis(C) Integration
 * 
 * Version 1.0.0
 * 
 * Copyright (C) 2009 Brand Labs LLC
 * 
 *--------------------------------------------------------------------------*/

//Skip if under SSL
if('https:' != document.location.protocol) {
	document.write('<' + 'script type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#publisher=7d5b7fe1-ebd3-49ca-97c9-e1be6845ba48&amp;type=website&amp;post_services=facebook%2Ctwitter%2Cmyspace%2Cdelicious%2Cdigg%2Cblogger&amp;headerbg=%23436899&amp;headerTitle=Share%20Bio%20Shield%20Tech"><' + '/script>');
	document.write('<' + 'script type="text/javascript" src="/v/vspfiles/templates/BioShield/js/sharethis.js"><' + '/script>');
}