var akst_tracking = true;function akst_share(id, url, title, html_id, pubid) {
	var form = $('akst_form');
	var post_id = $('akst_post_id');
	
	if (form.style.display == 'block' && post_id.value == id) {
		form.style.display = 'none';
		return;
	}
	
	var link = $('akst_link_' + html_id);
	var offset = Position.cumulativeOffset(link);

	if (document.getElementById('akst_social')) {

		$("akst_barrapunto").href = akst_share_url("http://barrapunto.com/submit.pl?story=&subj={title}", url, title, pubid);
		$("akst_meneame").href = akst_share_url("http://meneame.net/submit.php?url={url}", url, title, pubid);
		$("akst_fresqui").href = akst_share_url("http://tec.fresqui.com/post?url={url}&title={title}", url, title, pubid);
		$("akst_blogmemes").href = akst_share_url("http://www.blogmemes.com/post.php?url={url}&title={title}", url, title, pubid);
		$("akst_chido").href = akst_share_url("http://chido.blogsmexico.com/submit.php?url={url}", url, title, pubid);
		$("akst_webeame").href = akst_share_url("http://www.webeame.net/submit.php?url={url}", url, title, pubid);
		$("akst_neodiario").href = akst_share_url("http://www.neodiario.net/submit.php?url={url}", url, title, pubid);
		$("akst_enchilame").href = akst_share_url("http://enchilame.com/submit.php?url={url}", url, title, pubid);
		$("akst_wong").href = akst_share_url("http://www.mister-wong.es/index.php?action=addurl&bm_url={url}&bm_description={title}", url, title, pubid);
		$("akst_facebook").href = akst_share_url("http://www.facebook.com/share.php?u={url}", url, title, pubid);
		$("akst_digg").href = akst_share_url("http://digg.com/submit?phase=2&url={url}&title={title}", url, title, pubid);
		$("akst_stumbleupon").href = akst_share_url("http://www.stumbleupon.com/submit?url={url}&title={title}", url, title, pubid);
		$("akst_delicious").href = akst_share_url("http://del.icio.us/post?url={url}&title={title}", url, title, pubid);
		$("akst_reddit").href = akst_share_url("http://reddit.com/submit?url={url}&title={title}", url, title, pubid);
		$("akst_blinklist").href = akst_share_url("http://blinklist.com/index.php?Action=Blink/addblink.php&Url={url}&Title={title}", url, title, pubid);
		$("akst_newsvine").href = akst_share_url("http://www.newsvine.com/_tools/seed&save?popoff=0&u={url}&h={title}", url, title, pubid);
		$("akst_furl").href = akst_share_url("http://furl.net/storeIt.jsp?u={url}&t={title}", url, title, pubid);
		$("akst_tailrank").href = akst_share_url("http://tailrank.com/share/?link_href={url}&title={title}", url, title, pubid);
		$("akst_magnolia").href = akst_share_url("http://ma.gnolia.com/bookmarklet/add?url={url}&title={title}", url, title, pubid);
		$("akst_google_bmarks").href = akst_share_url("http://www.google.com/bookmarks/mark?op=edit&bkmk={url}&title={title}", url, title, pubid);
		$("akst_yahoo_myweb").href = akst_share_url("http://myweb2.search.yahoo.com/myresults/bookmarklet?u={url}&t={title}", url, title, pubid);
		$("akst_technorati").href = akst_share_url("http://www.technorati.com/faves?add={url}", url, title, pubid);
		$("akst_windows_live").href = akst_share_url("https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url={url}&title={title}&top=1", url, title, pubid);
		$("akst_blogmarks").href = akst_share_url("http://blogmarks.net/my/new.php?mini=1&url={url}&title={title}", url, title, pubid);
		$("akst_plugim").href = akst_share_url("http://www.plugim.com/submit?url={url}&title={title}", url, title, pubid);
		$("akst_yigg").href = akst_share_url("http://yigg.de/neu?exturl={url}&exttitle={title}", url, title, pubid);
		$("akst_simpy").href = akst_share_url("http://www.simpy.com/simpy/LinkAdd.do?title={title}&href={url}", url, title, pubid);
		$("akst_favoriting").href = akst_share_url("http://www.favoriting.com/nuevoFavorito.asp?qs_origen=3&qs_url={url}&qs_title={title}", url, title, pubid);
		$("akst_design_float").href = akst_share_url("http://www.designfloat.com/submit.php?url={url}", url, title, pubid);
		$("akst_propeller").href = akst_share_url("http://www.propeller.com/submit/?U={url}&T={title}", url, title, pubid);
		$("akst_bizz_buzz").href = akst_share_url("http://www.bestwaytoinvest.com/bbsubmit?u={url}&t={title}", url, title, pubid);
	}

	if (document.getElementById('akst_email')) {
		post_id.value = id;
	}

	form.style.left = offset[0] + 'px';
	form.style.top = (offset[1] + link.offsetHeight + 3) + 'px';
	form.style.display = 'block';
}

function akst_share_url(base, url, title, pubid) {
	base = base.replace('{url}', url).replace('{title}', title);	
	if (akst_tracking) {
		return 'http://r.sharethis.com/web?destination=' + encodeURIComponent(base) + '&publisher=' + pubid;
	}
	return base;
}

function akst_share_tab(tab) {
	var tab1 = document.getElementById('akst_tab1');
	if (typeof tab1 == 'undefined') {
		tab1 = document.createElement('div');
	}
	var tab2 = document.getElementById('akst_tab2');
	if (typeof tab2 == 'undefined') {
		tab2 = document.createElement('div');
	}
	var body1 = document.getElementById('akst_social');
	if (typeof body1 == 'undefined') {
		body1 = document.createElement('div');
	}
	var body2 = document.getElementById('akst_email');
	if (typeof body1 == 'undefined') {
		body1 = document.createElement('div');
	}
	
	switch (tab) {
		case '1':
			tab2.className = '';
			tab1.className = 'selected';
			body2.style.display = 'none';
			body1.style.display = 'block';
			break;
		case '2':
			tab1.className = '';
			tab2.className = 'selected';
			body1.style.display = 'none';
			body2.style.display = 'block';
			break;
	}
}
