document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <style type="text/css">
  2.    span.defaultSkin table.mceLayout {border-right-width: 0px; border-left-width: 0px; }
  3.    span.defaultSkin table.mceLayout tr.mceLast td {border-bottom-width: 0px; }
  4.    span.defaultSkin table.mceLayout tr.mceFirst td {border-top-width: 0px; }
  5. </style>
  6. <script type="text/javascript" src="/tinymce/tiny_mce.js"></script>
  7. <script type="text/javascript">
  8.     tinyMCE.init({
  9.         // General options
  10.         mode : "exact",
  11.         elements : "Content",
  12.         theme : "advanced",
  13.         readonly : true
  14.     });
  15. </script>
');