/*
 * # vim: ts=4 sw=4 et
 */

function paolo_postli() {
    var title = encodeURIComponent(document.title);
    var href = encodeURIComponent(document.location.href);
    var p = '' +
        '<a href="http://postli.com/post?u='+href+'&amp;t='+title+'" title="Post to Postli">' +
        '<img src="http://postli.com/images/postli.gif" alt="Postli" />' +
        '</a>' +
        '';
    document.write(p);
}

