document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <script type="text/javascript">
  2. //<![CDATA[
  3.  
  4.   // add smileys to following classes:
  5.   var clss = ["post-body", "comment-body", "comment-body-author", "recent-comment-body"];
  6.   for (var x=0 ; x < clss.length; x++ )
  7.   {
  8.     var d = document.getElementsByClassName(clss[x]);
  9.     for(var i=0;i<d.length;i++){
  10.       var htm = d[i].innerHTML;
  11.       htm = htm.replace(/(>|\\s|^)(:\\)(,|\\.|\\s|<|$))/g, \'$1<img alt=":)" src="http://oi55.tinypic.com/2462gkg.jpg" class="emoticon" />$3\');
  12.       htm = htm.replace(/(>|\\s|^)(;\\)(,|\\.|\\s|<|$))/g, \'$1<img alt=";)" src="http://oi56.tinypic.com/20j6cdj.jpg" class="emoticon" />$3\');
  13.       htm = htm.replace(/(>|\\s|^)(:\\((,|\\.|\\s|<|$))/g, \'$1<img alt=":(" src="http://oi52.tinypic.com/2my3x3b.jpg" class="emoticon" />$3\');
  14.       htm = htm.replace(/(>|\\s|^)(:D)(,|\\.|\\s|<|$)/g, \'$1<img alt=":D" src="http://oi52.tinypic.com/157ek4h.jpg" class="emoticon" />$3\');
  15.       htm = htm.replace(/(>|\\s|^)(:p)(,|\\.|\\s|<|$)/gi, \'$1<img alt=":p" src="http://oi54.tinypic.com/iwkj05.jpg" class="emoticon" />$3\');
  16.       htm = htm.replace(/(>|\\s|^)(;\\()(,|\\.|\\s|<|$)/g, \'$1<img alt=";(" src="http://oi51.tinypic.com/wr8e1.jpg" class="emoticon" />$3\');
  17.       d[i].innerHTML = htm;
  18.     }
  19.   }
  20.  
  21. //]]>
  22. </script>
');