﻿// JScript File

var pageurl=document.location;
var pagetitle=document.title;
document.write('<div style="float: left;"><table border="0" cellspacing="2"><tr>' +
    
   // '<td><a rel="nofollow" href="http://del.icio.us/post?url=' + pageurl + '&amp;title=' + pagetitle + '" target="_blank"><img title="Add Page to del.icio.us" src="http://www.web-shelf.com/img/delicious.gif" alt="Add Page to del.icio.us" border="0"> </a></td>' +
    //'<td><a rel="nofollow" href="http://furl.net/storeIt.jsp?u=' + pageurl + '&amp;t=' + pagetitle + '" target="_blank"><img title="Furl this Page!" src="http://www.web-shelf.com/img/furl.gif" alt="Furl this Page!" border="0"> </a></td>' +
    //'<td><a rel="nofollow" href="http://segnalo.com/post.html.php?url=' + pageurl + '&amp;title=' + pagetitle + '" target="_blank"><img title="Segnalo this Page!" src="http://www.web-shelf.com/img/segnalo.png" alt="Segnalo this Page!" border="0"> </a></td>'+
    //'<td><a rel="nofollow" href="http://oknotizie.alice.it/post?url=' + pageurl + '&amp;title=' + pagetitle + '" target="_blank"><img title="OKNO this Page!" src="http://www.web-shelf.com/img/oknotizie.gif" alt="OKNO this Page!" border="0"> </a></td>'+
    //'<td><a rel="nofollow" href="http://www.splinder.com/blogthis?url=' + pageurl +'" target="_blank"><img title="Splinder" src="http://www.web-shelf.com/img/splinder.gif" border="0" alt="Splinder"> </a></td>'+
    //'<td><a rel="nofollow" href="http://www.technorati.com/faves?add=' + pageurl + '" target="_blank"><img title="Technocrati" src="http://www.web-shelf.com/img/technocrati.png" alt="Technocrati" border="0"> </a></td>'+
    '<td><a rel="nofollow" href="http://twitter.com/home?status=Currently%20reading%20' + pageurl + '" target="_blank"><img title="Twit it!" src="http://www.web-shelf.com/img/twitter.png" alt="Twitter" border="0"> </a></td>'+
    '<td><a rel="nofollow" href="http://www.facebook.com/sharer.php?u=' + pageurl + '" target="_blank"><img title="Facebook" src="http://www.web-shelf.com/img/facebook.gif" alt="Facebook" border="0"> </a></td>'+
    '<td><g:plusone size="small"></g:plusone></td>' +
    '</tr></table></div>');
    
    
    
   
