<?php header('Content-type: text/html; charset=utf-8'); ?>
<?php
  /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */
  
  // load viewer library
  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';
  $dirsToCheck = array('/home/leat7377/public_html/globalmedelite.com/','','../','../../','../../../');
  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}
  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }

  // load record from 'ct_go_therapy_overview'
  list($ct_go_therapy_overviewRecords, $ct_go_therapy_overviewMetaData) = getRecords(array(
    'tableName'   => 'ct_go_therapy_overview',
    'where'       => '', // load first record
    'loadUploads' => true,
    'allowSearch' => false,
    'limit'       => '1',
  ));
  $ct_go_therapy_overviewRecord = @$ct_go_therapy_overviewRecords[0]; // get first record
  if (!$ct_go_therapy_overviewRecord) { dieWith404("Record not found!"); } // show error message if no record found

  list($ct_go_videoRecords, $ct_go_videoMetaData) = getRecords(array(
    'tableName'   => 'ct_go_video',
    'where'       => '', // load first record
    'loadUploads' => true,
    'allowSearch' => false,
    'limit'       => '1',
  ));
  $ct_go_videoRecord = @$ct_go_videoRecords[0]; // get first record
  if (!$ct_go_videoRecord) { dieWith404("Record not found!"); } // show error message if no record found

?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE><?php echo htmlencode($ct_go_videoRecord['title']) ?></TITLE>
<LINK HREF="styles.css" REL="stylesheet" TYPE="text/css">
<SCRIPT TYPE="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</SCRIPT>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" type="image/gif" href="animated_favicon1.gif" >
</HEAD>

<BODY onLoad="MM_preloadImages('images/00-navbar-home-over.png','images/00-navbar-about-over.png','images/00-navbar-conditions-over.png','images/00-navbar-treatments-over.png','images/00-navbar-media-over.png','images/00-navbar-seminars-over.png','images/00-navbar-testimonials-over.png','images/00-navbar-contact-over.png','images/button-login-over.png')">
<TABLE WIDTH="999" BORDER="0" ALIGN="CENTER" CELLPADDING="0" CELLSPACING="0">
  <TR>
    <TD COLSPAN="6" align="right"><?php require_once('_include-masthead.php'); ?></TD>
  </TR>
  <TR>
    <TD COLSPAN="6" CLASS="tdLowerMainImage"><img src="images/masthead-blue-bar.png" width="1000" height="12" /></TD>
  </TR>
  <tr>
    <td class="tdWhite"><img src="images/single-pixel.gif" width="30" height="30" /></td>
    <td class="tdWhite"><img src="images/single-pixel.gif" width="210" height="10" /></td>
    <td class="tdWhite"><img src="images/single-pixel.gif" width="30" height="18" /></td>
    <td class="tdWhite"><img src="images/single-pixel.gif" width="648" height="18" /></td>
    <td colspan="2" class="tdWhite"><img src="images/single-pixel.gif" width="82" height="18" /></td>
  </tr>
  <TR>
    <TD class="tdWhite">&nbsp;</TD>
    <TD colspan="3" class="tdWhite"><h1>CT-Guided Ozone Therapy</h1></TD>
    <TD colspan="2" class="tdWhite">&nbsp;</TD>
  </TR>
  <TR>
    <TD class="tdWhite">&nbsp;</TD>
    <TD class="tdWhite"><p class="pSubnav"><a href="treatments-cgot.php">Overview</a> </p>
      <p class="pSubnav"><a href="treatments-cgot-video.php" class="aBlue">How it Works<img src="images/film.png" width="20" height="17" border="0" align="absmiddle" /></a></p>
      <p class="pSubnav"><a href="treatments-cgot-candidacy.php">Am I a Candidate?</a></p>
      <p class="pSubnav"><a href="treatments-cgot-doctors.php">MedElite Doctors&#8482;</a></p>
      <p class="pSubnav"><a href="treatments-cgot-protocol.php">MedElite Protocol </a></p>
      <p class="pSubnav"><a href="treatments-cgot-faqs.php">FAQs</a></p>    </TD>
    <TD class="tdWhite">&nbsp;</TD>
    <TD colspan="3" class="tdWhite"><table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td rowspan="4"><?php echo $ct_go_videoRecord['content']; ?></td>
    <td><img src="images/single-pixel.gif" width="5" height="54" /></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><img src="images/single-pixel.gif" width="5" height="81" /></td>
    <td>
<FORM METHOD="LINK" ACTION="treatments-cgot-candidacy.php">
<INPUT TYPE="submit" class="formButtonNoPad" VALUE="Am I a Candidate?">
</FORM></td>
  </tr>
  <tr>
    <td><img src="images/single-pixel.gif" width="5" height="81" /></td>
    <td class="tdAlignBase"><FORM METHOD="LINK" ACTION="contact.php">
<INPUT TYPE="submit" class="formButtonNoPad" VALUE="Talk to an Expert">
</FORM></td>
  </tr>
  <tr>
    <td><img src="images/single-pixel.gif" width="5" height="54" /></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><img src="images/single-pixel.gif" width="493" height="10" /></td>
    <td><img src="images/single-pixel.gif" width="5" height="10" /></td>
    <td><img src="images/single-pixel.gif" width="150" height="10" /></td>
  </tr>
</table></TD>
  </TR>
  <tr>
    <td class="tdWhite"><img src="images/single-pixel.gif" width="30" height="20" /></td>
    <td class="tdWhite"><img src="images/single-pixel.gif" width="210" height="10" /></td>
    <td class="tdWhite"><img src="images/single-pixel.gif" width="30" height="18" /></td>
    <td class="tdWhite"><img src="images/single-pixel.gif" width="648" height="18" /></td>
    <td colspan="2" class="tdWhite"><img src="images/single-pixel.gif" width="82" height="18" /></td>
  </tr>
  
  
  <TR>
    <TD COLSPAN="6" CLASS="tdFooter"><?php require_once('_include-footer.php'); ?></TD>
  </TR>
</TABLE>
</BODY>
</HTML>
