<?php 

// Cached template, do not edit

 ?>
<?
  global $HTTP_REFERER;
  global $skip_col1;
  
  $skip_col1 = true;
  require_once("/home/ds/public_html/templates/headerfull.php");
?>
  <p>
    <a href="<? if (!empty($HTTP_REFERER)) {
      echo $HTTP_REFERER;
    } else {
      echo "/"; 
    }
    ?>">&laquo; Back to site</a>
  </p>

<div align="center">
<!-- Begin: AdBrite --><style type="text/css">   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #6F3C1B;}   .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}</style><script type="text/javascript" src="http://ads.adbrite.com/mb/text_group.php?sid=360843&br=1&dk=63617220696e737572616e63655f355f325f776562"></script><div><a class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=360843&afsid=1">Your Ad Here</a></div><!-- End: AdBrite -->
</div>

<br>
<br>

  <center>
    <img src="<?php 
			if ("" != "" &&
				$vars["url"] == "") {
				echo "";
			}
			else {
				echo $vars["url"];
			}
			?>">
  </center>

  <p>
    <a href="<? if (!empty($HTTP_REFERER)) {
      echo $HTTP_REFERER;
    } else {
      echo "/"; 
    }
    ?>">&laquo; Back to site</a>
  </p>

<br>
<br>

<div align="center">
<?
  global $site_path;
  
  require_once($site_path . "templates/internal300x250.php");
?> </div>

<br>
<br>

<div align="center">
<!-- Begin: AdBrite --><style type="text/css">   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #6F3C1B;}   .adText {font: normal 10pt Arial; text-decoration: none; color: #000000;}</style><script type="text/javascript" src="http://ads.adbrite.com/mb/text_group.php?sid=360843&br=1&dk=63617220696e737572616e63655f355f325f776562"></script><div><a class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=360843&afsid=1">Your Ad Here</a></div><!-- End: AdBrite -->
</div>

<?
  require_once("/home/ds/public_html/templates/footer.php");
?>
