	
//Configure bookmarking properties
share.url = "http://www.wheeloffortune.com/minisites/boston/gotgame/meta.html";
share.title = "Wheel of Fortune | Boston's Got Game";
share.description = "Pat & Vanna are bringing their A-Game to New England! Grab your front row seat and tune in August 2nd-6th.";
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()});


