﻿style = '<style>';

style += '.buttons {';
/*style +=   'position: absolute;';
style +='width: 250px;';
style += 'margin-left: 350px;';*/
style += 'z-index: 5;';
style += 'margin-top: -23px;';
 style +=  '}';
style += '.buttons a {';
style +=   'font-weight: normal; font-size: smaller;';
style += '}';
style += '.buttons fieldset {';
style +=     'padding: 3px;';
 style += '}';
style +='.buttons legend {';
style +=    'font-size: smaller;';
style +=    'font-style: italic; color: blue;';
style +=    'margin-left: 25px;';
 style +='}';
style += '</style>';

share = '<div class="buttons">';

//share += '<fieldset>';
share +=    '<legend>Мы в социальных сетях:</legend>';
share +=    '<table>';
share +=        '<tr>';
share +=            '<td><a href="http://vkontakte.ru/club13869274" rel="nofollow" target="_blank"><img src="http://childrensun.org/admin/icon/vkontakte_64.png" title="Присоединиться ВКонтакте" width="16" height="16" /></a></td>';
share +=            '<td style="text-align:left;"><a style="color:#006699;font-weight:normal;font-size:smaller;" href="http://vkontakte.ru/club13869274" rel="nofollow" target="_blank">ВКонтакте</a></td>';
share +=                '<td style="width: 20px;"></td>';
share +=            '<td><a href="http://www.facebook.com/groups/188586814550275/" rel="nofollow" target="_blank"><img src="http://childrensun.org/admin/icon/facebook_64.png" title="Присоединиться в Facebook" width="16" height="16" /></a></td>';
share +=            '<td style="text-align:left;"><a style="color:#006699;font-weight:normal;font-size:smaller;" href="http://www.facebook.com/groups/188586814550275/" rel="nofollow" target="_blank">Facebook</a></td>';
share +=        '</tr>';
share +=        '<tr>';
share +=            '<td><a href="http://twitter.com/#!/Pirrlokk" rel="nofollow" target="_blank"><img src="http://childrensun.org/admin/icon/twitter_64.png" title="Присоединиться в Твиттере" width="16" height="16" /></a></td>';
share +=            '<td style="text-align:left;"><a style="color:#006699;font-weight:normal;font-size:smaller;" href="http://twitter.com/#!/Pirrlokk" rel="nofollow" target="_blank">Twitter</a></td>';
share +=                '<td></td>';
share +=            '<td><a href="http://my.mail.ru/mail/pirrlokk/" rel="nofollow" target="_blank"><img src="http://childrensun.org/admin/icon/mailru_64.png" title="Присоединиться в Моем мире" width="16" height="16" /></a></td>';
share +=            '<td style="text-align:left;"><a style="color:#006699;font-weight:normal;font-size:smaller;" href="http://my.mail.ru/mail/pirrlokk/" rel="nofollow" target="_blank">Мой мир</a></td>';
share +=        '</tr>';
share +=    '</table>';
//share +='</fieldset>';

share += '</div>';


document.write(style);
document.write(share);
