var fDesc=new Array(); fDesc[0] = "It’s a publish time plugin (like the twitter notify one), and will send the url, the title, the first couple of sentences, and any categories (as tags) associated with the blog post, straight to your delicious account.

If you don’t have it sent to automatically post to delicious, then you will get asked every time you publish a post. Also, like the Twitter Notify plugin, this will not publish it to delicious if all you’re doing is publishing your post as a draft to your blog."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }