share.url="http://www.wheeloffortune.com/minisites/maxwellhouse/";
share.title="Something good is brewing in Wheel of Fortune's Bonus Round!";
share.description = "Each time a contestant wins the Bonus Round on Wheel of Fortune, Maxwell House will make a generous donation to Rebuilding Together, the nation's leading nonprofit working to preserve affordable homeownership and revitalize communities. Visit the site to track the total donations and to view winning moments from the show.";
share.tweet="Each Bonus Round win on @WheelofFortune now benefits a worthy cause. Get the scoop! http://spe.com/v9rgp";

// Social bookmarking function
function shareThis() {
	var links = document.getElementById('share').getElementsByTagName('a');
	for (i=0; i<links.length; i++) {
		var link = links[i];
		if( (link.getAttribute('rel') == 'facebook') || (link.getAttribute('rel') == 'myspace') || (link.getAttribute('rel') == 'twitter') || (link.getAttribute('rel') == 'delicious') || (link.getAttribute('rel') == 'digg') || (link.getAttribute('rel') == 'stumbleupon'))
		{
			extendOnClick(link, function(evt,ele) {
				share.send(ele.getAttribute('rel'));                        
				return false;
			});
		}
	}
}

addLoadEvent(shareThis);

