document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. var multiAuthor = true;        // for multi author blogs set this to true
  2. var onePost = "post";
  3. var manyPosts = "posts";
  4.  
  5. // you _should_ give description for each author, can use html with formatting, contact links, etc.:
  6.  
  7. aut_desc[\'MS-potilas\'] = \'I am a retired programmer who has multiple sclerosis. In my <a href="http://yabtb.blogspot.com/">YABTB blog</a> I share some of my Blogger hacks I have made.<br>Some links: &nbsp; <a class="authorinfolink">My Blogger Profile</a> &nbsp; - &nbsp; <a href="http://www.youtube.com/user/mspotilas">My YouTube channel</a> &nbsp; - &nbsp; <a href="http://pipes.yahoo.com/mspotilas">My Yahoo! Pipes</a>.\';
  8.  
  9. aut_desc[\'some other\'] = \'Description of this other person.\';
  10.  
  11.  
  12. // you _can_ override author links, but it is not necessary:
  13.  
  14. auth_url[\'MS-potilas\'] = \'http://www.blogger.com/profile/05137522196636058302\';
  15.  
  16. auth_url[\'some other\'] = \'http://www.somelink.com/\';
');