document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php $query = new WP_Query();?>
  2. <?php $query->query(\'cat=-ID_cat&posts_per_page=\'.$num_recent);?>
  3. <?php if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); ?>
');