{
document.write('<a href="http://digg.com/submit?phase=2&url=');
document.write(location.href);
document.write('&title=');
document.write(document.title);
document.write('"><img src="images/digg.gif" alt="Digg It!" border="0">&nbsp;Digg</a>&nbsp;&nbsp;&nbsp;');

document.write('<a href="http://del.icio.us/post?v=4&noui&jump=close&url=');
document.write(location.href);
document.write('&title=');
document.write(document.title);
document.write('"><img src="images/delicious.gif" alt="Del.Icio.Us It!" border="0">&nbsp;Del.Icio.Us</a>&nbsp;&nbsp;&nbsp;');

document.write('<a href="http://www.furl.net/storeIt.jsp?t=');
document.write(document.title);
document.write('&u=');
document.write(location.href);
document.write('"><img src="images/furl.gif" alt="Furl" border="0">&nbsp;Furl</a>&nbsp;&nbsp;&nbsp;');

document.write('<a href="http://technorati.com/faves?add=');
document.write(location.href);
document.write('"><img src="images/technorati.gif" alt="Technorati" border="0">&nbsp;Technorati</a>');
}
