// JavaScript Document

//Create your sharelet with desired properties and set button element to false
var title2 = document.title
var object = SHARETHIS.addEntry({
title:'43rd Kent State Folk Festival',
summary: title2},
{button:false});
//Output your customized button
document.write('<span id="share"><a href="javascript:void(0);"><img src="/images/button_share_this.png" border="0" /></a></span>');
//Tie customized button to ShareThis button functionality.
var element = document.getElementById("share");
object.attachButton(element);