	
//Configure bookmarking properties
share.url = "http://www.wheeloffortune.com/minisites/boston/";
share.title = "Wheel of Fortune spins into Boston!";
share.description = "America's Game will air three weeks of special shows from historic Boston Nov. 2nd-20th. Tune in to see lucky New Englanders spin for Big Money, and visit the site for behind-the-scenes videos and photos.";
share.tweet = "I'm watching Wheel of Fortune from Boston this week, are you? - http://www.wheeloffortune.com/minisites/boston/";
share.tracking = true;

// Social bookmarking function
function sharethis() {
	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()});

