document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php $this->beginWidget(\'CMarkdown\');?>
  2.     <?php echo $model->body; ?>
  3. <?php $this->endWidget();?>
');