// Social bookmarks
// (c) webpropiska.ru, 2008
function bm() {
var title=encodeURIComponent(document.title);var url=encodeURIComponent(location.href);
// dir image
 var dir='http://webpropiska.ru/zakladki/images/';
var services=[


['zakladki.torbax.ru/bookmarks.php?action=add&address='+url+'&title='+title+'&bm_description='+title,'16_16.gif','TorBax'],
['bobrdobr.ru/addext.html?url='+url+'&title='+title,'bobr.gif','BobrDobr'],
['memori.ru/link/?sm=1&u_data[url]='+url+'&u_data[name]='+title,'memori.gif','Memori'],
['moemesto.ru/post.php?url='+url+'&title='+title,'mm.gif','MoeMesto'],
['myscoop.ru/add/?URL='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title),'myscoop.gif','myscoop'],
['links.i.ua/mark/?url='+encodeURIComponent(document.location.href)+'&ename='+encodeURIComponent(document.title),'iua.png','i.ua'],
['www.mister-wong.ru/index.php?action=addurl&bm_url='+url+'&bm_description='+title,'wong.gif','Mister Wong'],
['zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&lurl='+url+'&lname='+title,'yandex.gif','Yandex'],
['www.google.com/bookmarks/mark?op=add&bkmk='+url+'&title='+title,'google.gif','Google']];
var btn='<div> ';
for (i=0;i<services.length;i++) {
btn+='<a href="http://'+services[i][0]+'" target=_blank><img src="'+dir+services[i][1]+'" alt="'+services[i][2]+'" style="border:0;padding:0;margin:0 4px 0 0;"></a>';}
btn+='</div>';


document.write(btn);}
bm();

