
share.url="http://www.justifiedtv.com/meta.html";
share.title="Justified";
share.description = "In Justified, Timothy Olyphant plays the lead role of Deputy U.S. Marshal 'Raylan Givens,' a modern-day 19th century-style lawman, enforcing his own brand of justice. Watch on FX, and available on iTunes.";
share.tweet="In Justified, Deputy US Marshal Raylan Givens enforces his own brand of justice. Watch on FX and available on iTunes.  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);
