this.url=function(system) {
var title=encodeURIComponent(document.title);
var url=encodeURIComponent(location.href);
switch (system) {
case 1: return 'http://memori.ru/link/?sm=1&u_data[url]='+url+'&u_data[name]='+title;
case 2: return 'http://bobrdobr.ru/addext.html?url='+url+'&title='+title;
case 3: return 'http://www.google.com/bookmarks/mark?op=add&bkmk='+url+'&title='+title;
case 4: return 'http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&lurl='+url+'&lname='+title;
case 5: return 'http://twitter.com/home?status='+title+' '+url;
case 6: return 'http://del.icio.us/post?v=4&noui&jump=close&url='+url+'&title='+title;
case 7: return 'http://www.mister-wong.ru/index.php?action=addurl&bm_url='+url+'&bm_description='+title;
case 8: return 'http://moemesto.ru/post.php?url='+url+'&title='+title;
case 9: return 'http://digg.com/submit?url='+url	;
case 10: return 'http://www.vaau.ru/submit/?action=step2&url='+url;
case 11: return 'http://www.rucity.com/bookmarks.php?action=add&address='+url+'&title='+title;
case 12: return 'http://www.100zakladok.ru/save/?bmurl='+url+'&bmtitle='+title;
case 13: return 'http://links.i.ua/add/?url='+url+'&text='+title+'&name='+title;
}
}

function url_image (system) {
switch (system) {
case 1: return 'http://desktopwallpapers.org.ua/bookmarks/memori.gif';
case 2: return 'http://desktopwallpapers.org.ua/bookmarks/bobr_sml_red_3.gif';
case 3: return 'http://desktopwallpapers.org.ua/bookmarks/google_icon.png';
case 4: return 'http://desktopwallpapers.org.ua/bookmarks/zakladki.yandex.ru.ico';
case 5: return 'http://desktopwallpapers.org.ua/bookmarks/twitter_feed.gif';
case 6: return 'http://desktopwallpapers.org.ua/bookmarks/delicious.small.gif'
case 7: return 'http://desktopwallpapers.org.ua/bookmarks/misterwong.gif';
case 8: return 'http://desktopwallpapers.org.ua/bookmarks/moemesto.ru.ico';
case 9: return 'http://desktopwallpapers.org.ua/bookmarks/digg.gif';
case 10: return 'http://desktopwallpapers.org.ua/bookmarks/vaau.gif';
case 11: return 'http://desktopwallpapers.org.ua/bookmarks/rucity.gif';
case 12: return 'http://desktopwallpapers.org.ua/bookmarks/100zakladok.ru.ico';
case 13: return 'http://desktopwallpapers.org.ua/bookmarks/checker.png';
}
}

var html;

for (i=1;i<14;i++) {
html='<a href="'+this.url(i)+'"><img src="'+url_image(i)+'" width="16" height="16" alt="icon"  style="border:0;padding:0;margin:0 4px 0 0;"/></a>';

document.write(html);
}



