var theURL = encodeURIComponent(document.location.href);	// this is the page's URLvar theTitle = escape(document.title);	// this is the page's TITLEdocument.write ('<div class="share">');document.write('<a href="http://digg.com/submit?url=' + theURL + '&amp;title=' + theTitle + '" rel="nofollow" title="Digg" target="_blank"><img alt="Digg" height="16" src="/images/social/icon-digg.png" width="16" border="0"/> Digg</a><br />');document.write('<a href="http://reddit.com/submit?url=' + theURL +'&amp;title=' + theTitle + '" rel="nofollow" title="Reddit" target="_blank"><img alt="Reddit" height="16" src="/images/social/icon-reddit.png" width="16" border="0"/> Reddit</a><br />');document.write('<a href="http://del.icio.us/post?url=' + theURL + '&amp;title=' + theTitle + '" rel="nofollow" title="Del.icio.us" target="_blank"><img alt="Del.icio.us" height="16" src="/images/social/delicious.png" width="16" border="0"/> del.ici.ous</a><br />');document.write('<a href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=' + theURL + '&amp;title=' + theTitle + '" rel="nofollow" title="Google" target="_blank"><img alt="Google" height="16" src="/images/social/icon-google.png" width="16" border="0"/> Google</a><br />');document.write('<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=' + theURL + '&amp;t=' + theTitle + '" rel="nofollow" title="Yahoo! MyWeb" target="_blank"><img alt="Yahoo!" height="16" src="/images/social/icon-myweb.png" width="16" border="0"/> Yahoo! MyWeb</a><br />');document.write('<a href="http://www.facebook.com/sharer.php?u=' + theURL + '" rel="nofollow" title="Facebook" target="_blank"><img alt="Facebook" height="16" src="/images/social/icon-facebook.png" width="16" border="0"/> Facebook</a><br />');document.write('<a href="http://www.myspace.com/index.cfm?fuseaction=postto&t=' + theTitle + '&u=' + theURL + '&l="2" target="_blank"><img alt="MySpace" height="16" src="/images/social/myspace.gif" width="16" border="0"/> MySpace</a><br />');document.write('</div>');