
share.url="http://www.JustifiedTV.com";
share.title="Justified";
share.description = "U.S. Marshal Raylan Givens faces off against dirty politics, hidden fortunes, and new criminals this season on Justified. Tues 10 on FX. Season 2 is available now on DVD and Blu-ray. http://JustifiedTV.com";
share.tweet="Raylan takes on new criminals this season on Justified. Tues 10 on FX www.JustifiedTV.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);

