var book ='<span class="bookmark_icon">\
<span class="bg_icon_t">\
Share:\</span>\
<span class="bg_icon1 favorites"  onclick="return addBookmark(this);" style="cursor:pointer" title="Favorites">\
<a href="javascript:void(0)" title="Favorites" alt="Favorites">\
</a></span>\
<span class="bg_icon1 delicious" onclick="window.open(\'http://del.icio.us/post?url='+window.location.href+'&title='+encodeURIComponent(document.title)+'\')" style="cursor:pointer" title="Del.icio.us">\
<a target="_blank" alt="Del.icio.us" title="Del.icio.us"  href="#">\
</a></span>\
<span class="bg_icon1 digg" onclick="window.open(\'http://digg.com/submit?phase=2&amp;url='+window.location.href+'&title='+encodeURIComponent(document.title)+'\')" style="cursor:pointer" title="Digg it!">\
<a target="_blank"  alt="Digg it!"  title="Digg it!"  href="http://digg.com/submit?phase=2&amp;url='+window.location.href+'&title='+encodeURIComponent(document.title)+'">\
</a></span>\
<span class="bg_icon1 stumbleupon" onclick="window.open(\'http://www.stumbleupon.com/submit?url='+window.location.href+'&title='+encodeURIComponent(document.title)+'\')" style="cursor:pointer" title="StumbleUpon">\
<a target="_blank" alt="StumbleUpon" title="StumbleUpon"  href="http://www.stumbleupon.com/submit?url='+window.location.href+'&title='+encodeURIComponent(document.title)+'">\
</a></span>\
<span class="bg_icon1 google" onclick="window.open(\'http://www.google.com/bookmarks/mark?op=edit&amp;bkmk='+window.location.href+'&title='+encodeURIComponent(document.title)+'\')" style="cursor:pointer" title="Google">\
<a target="_blank"  alt="Google" title="Google"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk='+window.location.href+'&title='+encodeURIComponent(document.title)+'">\
</a></span>\
<span class="bg_icon1 mypace"  onclick="window.open(\'http://www.myspace.com/Modules/PostTo/Pages/?u='+window.location.href+'&t='+encodeURIComponent(document.title)+'\')" style="cursor:pointer" title="Myspace">\
<a target="_blank"  alt="Myspace" title="Myspace" href="http://www.myspace.com/Modules/PostTo/Pages/?u='+window.location.href+'&t='+encodeURIComponent(document.title)+'">\
</a></span>\
<span class="bg_icon1 pacebook" onclick="window.open(\'http://www.facebook.com/sharer.php?u='+window.location.href+'&t='+encodeURIComponent(document.title)+'\')" style="cursor:pointer" title="Facebook">\
<a target="_blank"  alt="Facebook" title="Facebook" href="http://www.facebook.com/sharer.php?u='+window.location.href+'&t='+encodeURIComponent(document.title)+'">\
</a></span>\
<span class="bg_icon1 reddit" onclick="window.open(\'http://reddit.com/submit?url='+window.location.href+'&title='+encodeURIComponent(document.title)+'\')" style="cursor:pointer" title="Reddit">\
<a target="_blank"  alt="Reddit" title="Reddit" href="http://reddit.com/submit?url='+window.location.href+'&title='+encodeURIComponent(document.title)+'">\
</a></span>\
</span>\
';

document.write(book);