//Social Bookmarking Script
var sTitle = encodeURIComponent(document.title);
var sURL = encodeURIComponent(document.location);
document.write('<div style="padding-top: 15px">');
document.write('<table><tr><td style="font-size: 11px;"">Add Bookmark &raquo; </td>');
document.write('<td><a rel="nofollow" href="http://del.icio.us/post?url='+sURL+'&title='+sTitle+'" title="Add to del.icio.us"><img src="/images/socialbk/delicious.png" alt="del.icio.us" border="0"/></a></td>');
document.write('<td><a rel="nofollow" href="http://digg.com/submit?phase=2&url='+sURL+'&title='+sTitle+'" title="Add to Digg"><img src="/images/socialbk/digg.png" alt="Digg" border="0"/></a></td>');
document.write('<td><a rel="nofollow" href="http://technorati.com/faves?add='+sURL+'&t='+sTitle+'" title="Add to Technorati"><img src="/images/socialbk/technorati.png" alt="Technorati" border="0"/></a></td>');
document.write('<td><a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url='+sURL+'&Title='+sTitle+'")title="Add To BlinkList"><img src="/images/socialbk/blinklist.png" alt="BlinkList" border="0"/></a></td>');
document.write('<td><a rel="nofollow" href="http://www.furl.net/storeIt.jsp?u='+sURL+'&t='+sTitle+'" title="Add to Furl"><img src="/images/socialbk/furl.png" alt="Furl" border="0"/></a></td>');
document.write('<td><a rel="nofollow" href="http://www.newsvine.com/_tools/seed&save?u='+sURL+'&T='+sTitle+'" title="Add to Newsvine"><img src="/images/socialbk/newsvine.png" alt="Newsvine" border="0"/></a></td>');
document.write('<td><a rel="nofollow" href="http://www.stumbleupon.com/submit?url='+sURL+'&title='+sTitle+'" title="Add to StumbleUpon"><img src="/images/socialbk/stumbleupon.png" alt="Stumble Upon" border="0"/></a></td>');
document.write('<td><a rel="nofollow" href="http://www.squidoo.com/lensmaster/bookmark?'+sURL+'&title='+sTitle+'" title="Add to Squidoo"><img src="/images/socialbk/squidoo.png" alt="Squidoo" border="0"/></a></td>');
document.write('<td><a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=add&bkmk='+sURL+'&title='+sTitle+'" title="Add to Google"><img src="/images/socialbk/google.png" alt="Google" border="0"/></a></td>');
document.write('<td><a rel="nofollow" href="http://sphinn.com/submit?url='+sURL+'" title="Add to Sphinn"><img src="/images/socialbk/sphinn.png" alt="Sphinn" border="0"/></a></td>');
document.write('</tr></table>');
document.write('</div>');

