
share.url="http://www.rulesofengagement-tv.com/meta.html";
share.title="Rules of Engagement - on CBS";
share.description = "Rules of Engagement is a comedy about the different stages of relationships as seen through the eyes of two couples and their single friend. Watch on CBS!";
share.tweet="Always a good laugh with Rules of Engagement. http://www.rulesofengagement-tv.com/ Watch on CBS!";

// 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);
