<?php

function prethis($obj) {

  print "<pre>\n";
  print_r($obj);
  print "</pre>\n";
  return true;
}


?>
