
share.url="http://www.breakingbad-tv.com/";
share.title="Breaking Bad";
share.description = "In Breaking Bad, Walt continues to battle dueling identities - family man and kingpin. Own the Complete Third Season on Blu-ray(TM) and DVD Now. Watch on AMC.";
share.tweet="In Breaking Bad, Walt continues to battle dueling identities - family man and kingpin. Watch on AMC. http://www.breakingbad-tv.com";

// 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);

