(function() { if (typeof delicious == 'undefined') { delicious = {}; } var src2 = 'http://badges.del.icio.us/feeds/json/url/data?url='; if ( delicious.url ) { src2 += delicious.url; myURL = delicious.url; } else { src2 += location.href; myURL = location.href; } src2 += "&callback=displayURL"; if ( delicious.title ) { myTitle = delicious.title; } else { myTitle = document.title; } var myText = ''; if ( delicious.customText ) { myText = delicious.customText; } if ( delicious.pageId ) { myId = 'delicious' + delicious.pageId; } else { myId = 'deliciousCount'; } var src = 'http://delicious.com/save?v=5&noui&jump=close&url=' + encodeURIComponent(myURL) + "&title=" + encodeURIComponent(myTitle); ; var html = ''; if (myText == ''){ html += ''+'
0
saves
'; html += '
Delicious
' } else { html += '' + myText +' (' html += '0 saves)'; } html += '' html += ''; html += ''; document.write(html); })();