function smgroups(relativePath, f, u, t) {
	if(!u) u = location.href;
	if(!t) t = document.title;
	u = encodeURIComponent(u);
	t = encodeURIComponent(t);
	
	document.write('<div id="smgroups">');
	var s = new Array('"http://vkontakte.ru/tiktokwatches" title="Tik-Tok ВКонтакте"',
		'"http://twitter.com/tiktokwatches" title="Tik-Tok в Twitter"');
		
	for(i=0; i<s.length; i++)
		document.write('<a rel="nofollow" style="display:inline-block;width:139px;height:32px;margin:0 8px 0 0;background:url(' + relativePath + f + '../img/design/sm-groups.png) -' + 139*i + 
			'px 0" href=' + s[i] + ' target="_blank"></a>');
			
	document.write('</div>');
}
