	
//Configure bookmarking properties
share.url = "http://www.wheeloffortune.com/minisites/boston/historic/meta.html";
share.title = "Wheel of Fortune spins into Boston!";
share.description = "This week, Wheel pays tribute to Historic Boston. Go behind the scenes and meet the New Englanders who will be spinning for big bucks in Beantown!";
share.tweet = "I'm watching Wheel of Fortune from Boston this week! Are you? http://spe.com/u84yw";
share.tracking = true;

// Social bookmarking function
function sharethis() {
	if (document.getElementById('share')) {
		var links = document.getElementById('share').getElementsByTagName('a');
		for (var i=0; i<links.length; i++) {
			var link = links[i];
				link.onclick= function() {
					share.send(this.getAttribute('rel'));	
					return false;
				}
			
		}
	}
}
addLoadEvent(function (){sharethis()});


