function $(v) {return document.getElementById(v);}

function showExportText()
{
	if (typeof(export_text) != 'undefined')
	{
		v = $('msg_post');
		if (v != null)
		{
			url = encodeURIComponent('http://anekdot.ru/id/' + export_id);
			text = export_text;
			v.innerHTML = '<div style="float:left; margin-right:10px; color: #2b587a">Поделиться:</div>'+
				'<a href="http://twitter.com/home?status='+text+' '+url+'" style="display:block; float:left; width:16px; height:16px; overflow:hidden; padding:0; margin:5px 5px 0 0; background:url(/images/post.png) no-repeat 0px 0px; vertical-align:middle" title="Отправить в Twitter" alt="Отправить в Twitter"></a>'+
				'<a href="http://www.facebook.com/share.php?u='+url+'&t='+text+'" style="display:block; float:left; width:16px; height:16px; overflow:hidden; padding:0; margin:5px 5px 0 0; background:url(/images/post.png) no-repeat -16px 0px; vertical-align:middle" title="Отправить в Facebook" alt="Отправить в Facebook"></a>'+
				'<a href="http://www.livejournal.com/update.bml?subject='+text+'&event=%3Ca+href%3D%22'+url+'%22%3E'+text+'%3C%2Fa%3E%0A%0A'+'" style="display:block; float:left; width:16px; height:16px; overflow:hidden; padding:0; margin:5px 5px 0 0; background:url(/images/post.png) no-repeat -32px 0px; vertical-align:middle" title="Отправить в LiveJournal" alt="Отправить в LiveJournal"></a>'+
				'<a href="http://vkontakte.ru/share.php?url='+url+'" style="display:block; float:left; width:16px; height:16px; overflow:hidden; padding:0; margin:5px 5px 0 0; background:url(/images/post.png) no-repeat -48px 0px; vertical-align:middle" title="Отправить в В Контакте" alt="Отправить в В Контакте"></a>'+
				v.innerHTML;
		}
	}
}

