
share.url="http://www.rulesofengagement-tv.com/";
share.title="Rules of Engagement - on CBS";
share.description = "CBS's Rules of Engagement is a comedy about the many stages of relationships as seen through the eyes of two couples and their single friend. Watch Thursdays at 8:30/7:30c on CBS http://www.rulesofengagement-tv.com/";
share.tweet="CBS's @RulesEngagement is a hilarious crash course in relationships 101! Thursdays at 8:30/7:30c http://bit.ly/39HBwp";

// 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);

