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 id="share">');
document.write('<ul>');
document.write('<li>Share this page:</li>');
document.write('<li><a href="#" onClick="tellafriend.submit();">Tell a friend</a></li>');
document.write('<li><a href="http://twitter.com/#search?q=ithaca%20shakespeare" rel="nofollow" title="Twitter" target="_blank"><img alt="Twitter" height="16" src="/images/social/icon-twitter.gif" width="16" border="0"/> Twitter</a></li>');
document.write('<li><a href="http://digg.com/submit?url=' + theURL + '&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></li>');
document.write('<li><a href="http://reddit.com/submit?url=' + theURL +'&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></li>');
document.write('<li><a href="http://del.icio.us/post?url=' + theURL + '&title=' + theTitle + '" rel="nofollow" title="Del.icio.us" target="_blank"><img alt="Del.icio.us" height="16" src="/images/social/icon-delicious.png" width="16" border="0"/> del.ici.ous</a></li>');
document.write('<li><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=' + theURL + '&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></li>');
document.write('<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=' + theURL + '&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></li>');
document.write('<li><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></li>');
document.write('<li><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/icon-myspace.gif" width="16" border="0"/> MySpace</a></li>');
document.write('</ul>');
document.write('</div>');

