share.url="http://www.dropdeaddivatv.com/";
share.title="Drop Dead Diva";
share.description = "Relive the shocking third season of Lifetime's Drop Dead Diva on iTunes. Get the complete first and second seasons on DVD now! www.dropdeaddivatv.com";
share.tweet="Relive the drama of Lifetime's @DropDeadDiva on @iTunesTV and get the complete first and second seasons on DVD. www.dropdeaddivatv.com";

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);

