var fDesc=new Array(); fDesc[0] = "Quote Of The Day Plugin is quite a fun plugin for bloggers who want to show some daily quotes on their blogs. Quote Of The Day Plugin shows a new quote everyday using the web service provided by the website swanandmokashi.com. This plugin is fully compatible with all the versions of Windows Live Writer, just go on and download this plugin. To install this plugin from within Windows Live Writer, simply download the .ZIP and copy to your C:\Program Files\Windows Liver Writer\Plugin\ folder and within no time it will be added to you Windows Live Writer plugin repository. It is as simple as that. Launch Windows Live Writer and from the "Insert" menu, you should see a new menu selection by the name "QuoteOfTheDay", click on it & a random quote will be added to your blog post within some seconds. Instead of going through "Insert" menu, you can also use this plugin right from your sidebar.
The output from the selection will look similar to - " Quote of the Day:
Every man alone is sincere. At the entrance of a second person, hypocrisy begins.--Ralph Waldo Emerson ""; 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 = ''; } }