<?php
function callback($buf) {
  $buf = str_replace("</body>", "<img alt='http://www.rjmprogramming.com.au/MyBusinessUnidad/Welcome_files/rjmhomewhite.png' id='idrjm' style='-moz-opacity: 0.35; border: none; height: 50px; opacity: 0.35; z-index: 1; ' src='http://www.rjmprogramming.com.au/MyBusinessUnidad/Welcome_files/rjmhomewhite.png' onmouseout='this.style.MozOpacity = 0.35;' onmouseover='this.style.MozOpacity=1.0;'><p>" . "http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . $_SERVER['PHP_SELF'] . "</p></body>", $buf);
  return $buf;
}
ob_start("callback");
?>
