﻿/* share42.com | 13.11.2011 | (c) Dimox */
function share42(f,u,t){
	if(!u)u=location.href;
	if(!t)t=document.title;
	u=encodeURIComponent(u);
	t=encodeURIComponent(t);
	document.write('<span id="share42">');
	var s=new Array('"#" onclick="window.open(\'http://vkontakte.ru/share.php?url='+u+'\', \'_blank\', \'scrollbars=0, resizable=1, menubar=0, left=200, top=200, width=550, height=440, toolbar=0, status=0\');return false" title="Поделиться В Контакте"','"#" onclick="window.open(\'http://twitter.com/share?text='+t+'&url='+u+'\', \'_blank\', \'scrollbars=0, resizable=1, menubar=0, left=200, top=200, width=550, height=440, toolbar=0, status=0\');return false" title="Добавить в Twitter"','"#" onclick="window.open(\'http://www.facebook.com/sharer.php?u='+u+'&t='+t+'\', \'_blank\', \'scrollbars=0, resizable=1, menubar=0, left=200, top=200, width=554, height=421, toolbar=0, status=0\');return false" title="Поделиться в Facebook"');
	for(i=0;i<s.length;i++)document.write('<a rel="nofollow" style="display:inline-block;vertical-align:bottom;width:32px;height:32px; text-align: right; margin:0 6px 3px 0;outline:none;background:url('+f+'social.png) -'+32*i+'px 0" href='+s[i]+' target="_blank"></a>');document.write('</span>');};
