Link to home
Start Free TrialLog in
Avatar of pingeyeg
pingeyeg

asked on

Not sure what is being displayed

I have been working on getting PHP to work on my server for the past couple of days and now I am finally getting some life to come out.  The only problem is the website that was moved to my server is now showing very strange.  Can anyone tell me why the website would look like this?  Does this mean that PHP is not working?

http://www.twoartchicks.com/_private/site/createpage.php
Avatar of HuyBD
HuyBD
Flag of Viet Nam image

Could you show your code?
PHP start with <?php and end with ?>
Which OS did you install PHP?
Avatar of pingeyeg
pingeyeg

ASKER

PHP is on Windows Server 2003, IIS 6.

This is the code for the home page

<?
include ($DOCUMENT_ROOT."/_private/defaults/site.php");
?>
<html>
<TITLE>TwoArtChicks Gallery</TITLE>
<head>

<META name="Abstract" content="TwoArtChicks Gallery Website, The website for The TwoArtChicks Gallery in downtown Greensboro, NC with online store for gallery called ArtChickTreasures at artchicktreasures.com and online store for Glenn Marr's Antiques called GlenCoe Antiques at glencoeantiques.com.">
<META name="Description" CONTENT="TwoArtChick Gallery Website">
<META name="Keywords" CONTENT="Art Gallery, Greensboro Gallery, Greensboro Art Gallery, Art, Gallery, Artwork, Art Chick, Chicks, ArtChick, ArtChicks, Judi, Kastner, Judith, Judi Kastner, Studio, Artist Studios, Virtual, Virtual Tour, Greensboro, NC, Downtown, Paintings, Oil, Oils, Watercolor, Watercolors, Acrylic, Acrylics, Jewelry, Necklaces, Bracelets, Earrings, Sculpture, Wood, Metal, Glass, Ceramic, Ceramics, Gift Cards, Garden Accessories, Clothing, Accessories, Household, Jury Pack, Gallery Rentals, Rent, Rentals, 2AC, Gallery, Events, Calendar, Free, Dance, Classes, Class, Registration, Register, Painting Class, Master Workshops, Workshop, Art Gallery, Art, Picture, Pictures, Painting">
<META http-equiv="content-language" content="en-US">
<META name="Owner" CONTENT="Clyde Marr of Greensboro NC, 336.273.9885">
<META name="Author" CONTENT="Robert Logan of LoganStation at loganstation.com, 336.686.2020">
<META name="Copyright" CONTENT="Copyright © 1999-2005 TwoArtChicks, LLC. All Rights Reserved">
<META name="rating" CONTENT="GENERAL">
<META name="distribution" CONTENT="GLOBAL">
<META http-equiv="Content-Type"CONTENT="text/html; charset=iso8859-1">
<META name="robots" CONTENT="ALL,INDEX,FOLLOW">
<META name="rights" CONTENT="Copyright TwoArtChicks, LLC. All material contained herein is owned by TwoArtChicks, LLC, or its respective owners. Any attempts to reproduce this information without the express written consent from the owner will be prosecuted.">
<META name="revisit-after" CONTENT="30 days">
<LINK REL="SHORTCUT ICON" HREF="http://twoartchicks.com/twoartchicks/favicon.ico">

<base target="_self">
</head>
<?
#include ($DOCUMENT_ROOT."/_private/defaults/scripts.php");
?>
<?
include ($DOCUMENT_ROOT."/_private/defaults/style.php");
?>
<body>
<?
#      if (!empty($_REQUEST[page])) {echo "page=".$_REQUEST[page]."<br>";}
#      if (!empty($_REQUEST[printable])) {echo "printable=".$_REQUEST[printable]."<br>";}
#      if (!empty($_REQUEST[highlights])) {echo "highlights=".$_REQUEST[highlights]."<br>";}      
#      if (!empty($_REQUEST[vendor])) {echo "vendor=".$_REQUEST[vendor]."<br>";}      
#      if (!empty($_REQUEST[studio])) {echo "studio=".$_REQUEST[studio]."<br>";}      
#      if (!empty($_REQUEST[artist])) {echo "artist=".$_REQUEST[artist]."<br>";}      
#      if (!empty($_REQUEST[weeklyevent])) {echo "weeklyevent=".$_REQUEST[weeklyevent]."<br>";}            
#      if (!empty($_REQUEST[dailyevent])) {echo "dailyevent=".$_REQUEST[dailyevent]."<br>";}            
#      if (!empty($_REQUEST[eventtype])) {echo "eventtype=".$_REQUEST[eventtype]."<br>";}            
?>
      <table width="100%" bgcolor="#800080" cellspacing="0" cellpadding="0" border="0">
            <tr>
            <td>&nbsp;

            <table border="0" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" align="center" width="<? if ($_REQUEST[printable]=='1' AND $_REQUEST[page]<>'jury') {echo "500";} else {echo "730";} ?>
                  &lt;tr&gt;
                        &lt;td&gt;
                        &lt;table border=" 0" id="table1" cellspacing="0" cellpadding="0" ?>
                  <tr>
                        <td>
                        <table border="0" id="table1" cellspacing="0" cellpadding="0">
                              <tr>
                                    <td colspan="2">
<?

include ($DOCUMENT_ROOT."/_private/site/header.php");

?>                                    
                                          <hr noshade color="#800080" align="left" size="4" <? if ($_REQUEST[printable]=='1') {echo 'width="600"';} else {echo 'width="730"';} ?>>                                    
                                    </td>
                              </tr>
                              <tr>
                                    <td <? if ($_REQUEST[printable]=='1')
                                          {
                                          ;
                                          } else {
                                          echo "width=\"150\"";
                                          }
                                          ?> valign="top">
<?
if ($_REQUEST[printable]=='1') {
include ($DOCUMENT_ROOT."/_private/site/content_left.php");
}
 else
{
include ($DOCUMENT_ROOT."/_private/site/nav_left.php");
include ($DOCUMENT_ROOT."/_private/site/content_left.php");
?>
<br>
<table width=120>
      <tr>
            <td align=center>
<a title="Information about TwoArtChicks Jury Process and Download" href="/_private/site/createpage.php?page=jury">
      <img border="0" src="/_private/site/images/Box.jpg" align="center" width="60" height="60"></a><a title="Information about TwoArtChicks Jury Process and Download" href="/_private/site/createpage.php?page=jury"><br>
<font face=tahoma size=2>The Jury Process</font>
</a>

            </td>
      </tr>
</table>
<?

}

?>                                                                                    
                                    </td>
                                    <td>
                                    
            <table border="0" height="100%" cellpadding="5" id="content_frame">
                  <tr>
                        <td valign="top"><font face="<? echo DEFAULT_FONTFAMILY; ?>" size="<? echo DEFAULT_FONTSIZE; ?>">

<?

include ($DOCUMENT_ROOT."/_private/site/content.php");

?>                                    
                                    
                        </font></td>
                        

                        <td <? if ($_REQUEST[printable]=='1' or $_REQUEST[highlights]=='0')
                                          {
                                          ;
                                          } else {
                                          echo "width=\"200\"";
                                          }
                                          ?> valign="top">
                                          
                        
<?
if ($_REQUEST[printable]=='1' or $_REQUEST[page]=='tour' or $_REQUEST[page]=='floorplan')  
                                          {
                                          ;
                                          } else {
include ($DOCUMENT_ROOT."/_private/site/printable.php");

?>
<table>
      <tr>
            <td align="center">
<a style="text-decoration: none" Title="1st Friday's of Month Gallery Tours" href="http://gallery.twoartchicks.com?page=fridays" width="200" align="right">
<img border="0" src="http://gallery.twoartchicks.com/_private/site/images/fridays.gif">
</a>
            </td>
      </tr>
</table>
<?


include ($DOCUMENT_ROOT."/_private/site/highlights.php");
                                          }

?>                                    
                        </td>
                                    
                  </tr>
            </table>            
                                    </td>
                              </tr>
                              <tr>
                                    <td colspan="2">

                                          <hr noshade color="#800080" align="left" size="4" <? if ($_REQUEST[printable]=='1') {echo 'width="600"';} else {echo 'width="730"';} ?>>                                    

<?

if ($_REQUEST[printable]<>'1')
                                          {

include ($DOCUMENT_ROOT."/_private/site/nav_bottom.php");                                          
                                          }

?>                                    

                                    </td>
                              </tr>
                              <tr>
                                    <td colspan="2">
<?

include ($DOCUMENT_ROOT."/_private/site/footer.php");

?>                                    
                                    </td>
                              </tr>
                        </table>
                        </td>
                  </tr>
            </table>&nbsp;            
      </td>
      </tr>
      </table>

<!-- Google Code for Default Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_type = 'landing';
var google_conversion_id = 1067592156;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "666666";
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1067592156/extclk?script=0">
</noscript>
                                               
</body>

</html>
Move all #
Unfortunately that didn't do anything.  Any other ideas?
ASKER CERTIFIED SOLUTION
Avatar of HuyBD
HuyBD
Flag of Viet Nam image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok, I have changed every page on the site, but still am not getting any information that should be there.  Granted the page is looking for formatted looking, but there is not content.
Is there a way like in asp where you can uncheck "show friendly errors" under iMac?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What would that include look like then?  I don't know much about php; I work with asp mainly.
Right now with the following code I am getting a blank page.  Why would that be?

<?php include($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/defaults/site.php") ?>
<html>
<TITLE>TwoArtChicks Gallery</TITLE>
<head>

<META name="Abstract" content="TwoArtChicks Gallery Website, The website for The TwoArtChicks Gallery in downtown Greensboro, NC with online store for gallery called ArtChickTreasures at artchicktreasures.com and online store for Glenn Marr's Antiques called GlenCoe Antiques at glencoeantiques.com.">
<META name="Description" CONTENT="TwoArtChick Gallery Website">
<META name="Keywords" CONTENT="Art Gallery, Greensboro Gallery, Greensboro Art Gallery, Art, Gallery, Artwork, Art Chick, Chicks, ArtChick, ArtChicks, Judi, Kastner, Judith, Judi Kastner, Studio, Artist Studios, Virtual, Virtual Tour, Greensboro, NC, Downtown, Paintings, Oil, Oils, Watercolor, Watercolors, Acrylic, Acrylics, Jewelry, Necklaces, Bracelets, Earrings, Sculpture, Wood, Metal, Glass, Ceramic, Ceramics, Gift Cards, Garden Accessories, Clothing, Accessories, Household, Jury Pack, Gallery Rentals, Rent, Rentals, 2AC, Gallery, Events, Calendar, Free, Dance, Classes, Class, Registration, Register, Painting Class, Master Workshops, Workshop, Art Gallery, Art, Picture, Pictures, Painting">
<META http-equiv="content-language" content="en-US">
<META name="Owner" CONTENT="Clyde Marr of Greensboro NC, 336.273.9885">
<META name="Author" CONTENT="Robert Logan of LoganStation at loganstation.com, 336.686.2020">
<META name="Copyright" CONTENT="Copyright © 1999-2005 TwoArtChicks, LLC. All Rights Reserved">
<META name="rating" CONTENT="GENERAL">
<META name="distribution" CONTENT="GLOBAL">
<META http-equiv="Content-Type"CONTENT="text/html; charset=iso8859-1">
<META name="robots" CONTENT="ALL,INDEX,FOLLOW">
<META name="rights" CONTENT="Copyright TwoArtChicks, LLC. All material contained herein is owned by TwoArtChicks, LLC, or its respective owners. Any attempts to reproduce this information without the express written consent from the owner will be prosecuted.">
<META name="revisit-after" CONTENT="30 days">
<LINK REL="SHORTCUT ICON" HREF="http://twoartchicks.com/twoartchicks/favicon.ico">

<base target="_self">
</head>
<?php include($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/defaults/scripts.php"); ?>
<?php include($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/defaults/style.php"); ?>
<body>
<?php
#      if (!empty($_REQUEST[page])) {echo "page=".$_REQUEST[page]."<br>";}
#      if (!empty($_REQUEST[printable])) {echo "printable=".$_REQUEST[printable]."<br>";}
#      if (!empty($_REQUEST[highlights])) {echo "highlights=".$_REQUEST[highlights]."<br>";}      
#      if (!empty($_REQUEST[vendor])) {echo "vendor=".$_REQUEST[vendor]."<br>";}      
#      if (!empty($_REQUEST[studio])) {echo "studio=".$_REQUEST[studio]."<br>";}      
#      if (!empty($_REQUEST[artist])) {echo "artist=".$_REQUEST[artist]."<br>";}      
      #if (!empty($_REQUEST[weeklyevent])) {echo "weeklyevent=".$_REQUEST[weeklyevent]."<br>";}            
      #if (!empty($_REQUEST[dailyevent])) {echo "dailyevent=".$_REQUEST[dailyevent]."<br>";}            
      #if (!empty($_REQUEST[eventtype])) {echo "eventtype=".$_REQUEST[eventtype]."<br>";}            
?>
      <table width="100%" bgcolor="#800080" cellspacing="0" cellpadding="0" border="0">
            <tr>
            <td>
            <table border="0" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" align="center" width="<?php if ($_REQUEST[printable]=='1' AND $_REQUEST[page]<>'jury') {echo "500";} else {echo "730";} ?>
                  &lt;tr&gt;
                        &lt;td&gt;
                        &lt;table border=" 0" id="table1" cellspacing="0" cellpadding="0" ?>
                  <tr>
                        <td>
                        <table border="0" id="table1" cellspacing="0" cellpadding="0">
                              <tr>
                                    <td colspan="2">
<table border="1" width="100%">
      <tr>
            <td>


            <table border="0"  cellspacing="0" width="100%" id="header">
                  <tr bgcolor="#F2D4F0">
                        <td align="center">
<table border="0" id="logo" valign="top">
                              <tr>
                                    <td valign="top" align="center">
                                    <img border="0" src="/_private/site/images/TwoArtChicks-3.gif"><br>
                                    <font face="Kristen ITC" color="#FF3399"><b>
                                    The Coolest and Most Creative Artspace<br> in Greensboro, NC</b></font>
                                    </td>
                              </tr>
                        </table>                  
      
<?php
                  if ($_REQUEST[printable]<>'1') {
                        echo "<td width='45%' valign='top'>\n";
                        include ($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/site/company.php");
                        echo "</td>";
                  }
?>                                    
                  </tr>
            </table>
            </td>
      </tr>
</table>                              
                                          <hr noshade color="#800080" align="left" size="4" <?php if ($_REQUEST[printable]=='1') {echo 'width="600"';} else {echo 'width="730"';} ?>>                                    
                                    </td>
                              </tr>
                              <tr>
                                    <td <?php if ($_REQUEST[printable]=='1')
                                          {
                                          ;
                                          } else {
                                          echo "width=\"150\"";
                                          }
                                          ?> valign="top">
<?php
if ($_REQUEST[printable]=='1') {
include ($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/site/content_left.php");
}
 else
{
include ($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/site/nav_left.php");
include ($_SERVER['DOCUMENT_ROOT']"http://www.twoartchicks.com/_private/site/content_left.php");
?>
<br>
<table width=120>
      <tr>
            <td align=center>
<a title="Information about TwoArtChicks Jury Process and Download" href="/_private/site/createpage.php?page=jury">
      <img border="0" src="/_private/site/images/Box.jpg" align="center" width="60" height="60"></a><a title="Information about TwoArtChicks Jury Process and Download" href="/_private/site/createpage.php?page=jury"><br>
<font face=tahoma size=2>The Jury Process</font>
</a>

            </td>
      </tr>
</table>
<?php

}

?>                                                                                    
                                    </td>
                                    <td>
                                    
            <table border="0" height="100%" cellpadding="5" id="content_frame">
                  <tr>
                        <td valign="top"><font face="<?php echo DEFAULT_FONTFAMILY; ?>" size="<?php echo DEFAULT_FONTSIZE; ?>">

<?php

include ($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/site/content.php");

?>                                    
                                    
                        </font></td>
                        

                        <td <?php if ($_REQUEST[printable]=='1' or $_REQUEST[highlights]=='0')
                                          {
                                          ;
                                          } else {
                                          echo "width=\"200\"";
                                          }
                                          ?> valign="top">
                                          
                        
<?php
if ($_REQUEST[printable]=='1' or $_REQUEST[page]=='tour' or $_REQUEST[page]=='floorplan')  
                                          {
                                          ;
                                          } else {
include ($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/site/printable.php");

?>
<table>
      <tr>
            <td align="center">
<a style="text-decoration: none" Title="1st Friday's of Month Gallery Tours" href="http://gallery.twoartchicks.com?page=fridays" width="200" align="right">
<img border="0" src="/_private/site/images/fridays.gif">
</a>
            </td>
      </tr>
</table>
<?php


include ($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/site/highlights.php");
                                          }

?>                                    
                        </td>
                                    
                  </tr>
            </table>            
                                    </td>
                              </tr>
                              <tr>
                                    <td colspan="2">

                                          <hr noshade color="#800080" align="left" size="4" <?php if ($_REQUEST[printable]=='1') {echo 'width="600"';} else {echo 'width="730"';} ?>>                                    

<?php

if ($_REQUEST[printable]<>'1')
                                          {

include ($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/site/nav_bottom.php");                                          
                                          }

?>                                    

                                    </td>
                              </tr>
                              <tr>
                                    <td colspan="2">
<?php

include ($_SERVER['DOCUMENT_ROOT']."http://www.twoartchicks.com/_private/site/footer.php");

?>                                    
                                    </td>
                              </tr>
                        </table>
                        </td>
                  </tr>
            </table>&nbsp;            
      </td>
      </tr>
      </table>

<!-- Google Code for Default Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_type = 'landing';
var google_conversion_id = 1067592156;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "666666";
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1067592156/extclk?script=0">
</noscript>
                                               
</body>

</html>
Is there anything in the php.ini file that I need to chang to make this work?  I did some research and noticed that the register_globals feature needs to be on in order to get these includes to work, which I have done.
Ok, I know this is confusing, but I changed the code again where the includes are:

<?php include($DOCUMENT_ROOT . "/_private/defaults/site.php") ?>
<html>
<TITLE>TwoArtChicks Gallery</TITLE>
<head>

<META name="Abstract" content="TwoArtChicks Gallery Website, The website for The TwoArtChicks Gallery in downtown Greensboro, NC with online store for gallery called ArtChickTreasures at artchicktreasures.com and online store for Glenn Marr's Antiques called GlenCoe Antiques at glencoeantiques.com.">
<META name="Description" CONTENT="TwoArtChick Gallery Website">
<META name="Keywords" CONTENT="Art Gallery, Greensboro Gallery, Greensboro Art Gallery, Art, Gallery, Artwork, Art Chick, Chicks, ArtChick, ArtChicks, Judi, Kastner, Judith, Judi Kastner, Studio, Artist Studios, Virtual, Virtual Tour, Greensboro, NC, Downtown, Paintings, Oil, Oils, Watercolor, Watercolors, Acrylic, Acrylics, Jewelry, Necklaces, Bracelets, Earrings, Sculpture, Wood, Metal, Glass, Ceramic, Ceramics, Gift Cards, Garden Accessories, Clothing, Accessories, Household, Jury Pack, Gallery Rentals, Rent, Rentals, 2AC, Gallery, Events, Calendar, Free, Dance, Classes, Class, Registration, Register, Painting Class, Master Workshops, Workshop, Art Gallery, Art, Picture, Pictures, Painting">
<META http-equiv="content-language" content="en-US">
<META name="Owner" CONTENT="Clyde Marr of Greensboro NC, 336.273.9885">
<META name="Author" CONTENT="Robert Logan of LoganStation at loganstation.com, 336.686.2020">
<META name="Copyright" CONTENT="Copyright © 1999-2005 TwoArtChicks, LLC. All Rights Reserved">
<META name="rating" CONTENT="GENERAL">
<META name="distribution" CONTENT="GLOBAL">
<META http-equiv="Content-Type"CONTENT="text/html; charset=iso8859-1">
<META name="robots" CONTENT="ALL,INDEX,FOLLOW">
<META name="rights" CONTENT="Copyright TwoArtChicks, LLC. All material contained herein is owned by TwoArtChicks, LLC, or its respective owners. Any attempts to reproduce this information without the express written consent from the owner will be prosecuted.">
<META name="revisit-after" CONTENT="30 days">
<LINK REL="SHORTCUT ICON" HREF="http://twoartchicks.com/twoartchicks/favicon.ico">

<base target="_self">
</head>
<?php include($DOCUMENT_ROOT . "/_private/defaults/scripts.php"); ?>
<?php include($DOCUMENT_ROOT . "/_private/defaults/style.php"); ?>
<body>
<?php
#      if (!empty($_REQUEST[page])) {echo "page=".$_REQUEST[page]."<br>";}
#      if (!empty($_REQUEST[printable])) {echo "printable=".$_REQUEST[printable]."<br>";}
#      if (!empty($_REQUEST[highlights])) {echo "highlights=".$_REQUEST[highlights]."<br>";}      
#      if (!empty($_REQUEST[vendor])) {echo "vendor=".$_REQUEST[vendor]."<br>";}      
#      if (!empty($_REQUEST[studio])) {echo "studio=".$_REQUEST[studio]."<br>";}      
#      if (!empty($_REQUEST[artist])) {echo "artist=".$_REQUEST[artist]."<br>";}      
      #if (!empty($_REQUEST[weeklyevent])) {echo "weeklyevent=".$_REQUEST[weeklyevent]."<br>";}            
      #if (!empty($_REQUEST[dailyevent])) {echo "dailyevent=".$_REQUEST[dailyevent]."<br>";}            
      #if (!empty($_REQUEST[eventtype])) {echo "eventtype=".$_REQUEST[eventtype]."<br>";}            
?>
      <table width="100%" bgcolor="#800080" cellspacing="0" cellpadding="0" border="0">
            <tr>
            <td>
            <table border="0" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" align="center" width="<?php if ($_REQUEST[printable]=='1' AND $_REQUEST[page]<>'jury') {echo "500";} else {echo "730";} ?>
                  &lt;tr&gt;
                        &lt;td&gt;
                        &lt;table border=" 0" id="table1" cellspacing="0" cellpadding="0" ?>
                  <tr>
                        <td>
                        <table border="0" id="table1" cellspacing="0" cellpadding="0">
                              <tr>
                                    <td colspan="2">
<table border="1" width="100%">
      <tr>
            <td>


            <table border="0"  cellspacing="0" width="100%" id="header">
                  <tr bgcolor="#F2D4F0">
                        <td align="center">
<table border="0" id="logo" valign="top">
                              <tr>
                                    <td valign="top" align="center">
                                    <img border="0" src="/_private/site/images/TwoArtChicks-3.gif"><br>
                                    <font face="Kristen ITC" color="#FF3399"><b>
                                    The Coolest and Most Creative Artspace<br> in Greensboro, NC</b></font>
                                    </td>
                              </tr>
                        </table>                  
      
<?php
                  if ($_REQUEST[printable]<>'1') {
                        echo "<td width='45%' valign='top'>\n";
                        include($DOCUMENT_ROOT . "/_private/site/company.php");
                        echo "</td>";
                  }
?>                                    
                  </tr>
            </table>
            </td>
      </tr>
</table>                              
                                          <hr noshade color="#800080" align="left" size="4" <?php if ($_REQUEST[printable]=='1') {echo 'width="600"';} else {echo 'width="730"';} ?>>                                    
                                    </td>
                              </tr>
                              <tr>
                                    <td <?php if ($_REQUEST[printable]=='1')
                                          {
                                          ;
                                          } else {
                                          echo "width=\"150\"";
                                          }
                                          ?> valign="top">
<?php
if ($_REQUEST[printable]=='1') {
include($DOCUMENT_ROOT . "/_private/site/content_left.php");
}
 else
{
include($DOCUMENT_ROOT . "/_private/site/nav_left.php");
include($DOCUMENT_ROOT . "/_private/site/content_left.php");
?>
<br>
<table width=120>
      <tr>
            <td align=center>
<a title="Information about TwoArtChicks Jury Process and Download" href="/_private/site/createpage.php?page=jury">
      <img border="0" src="/_private/site/images/Box.jpg" align="center" width="60" height="60"></a><a title="Information about TwoArtChicks Jury Process and Download" href="/_private/site/createpage.php?page=jury"><br>
<font face=tahoma size=2>The Jury Process</font>
</a>

            </td>
      </tr>
</table>
<?php

}

?>                                                                                    
                                    </td>
                                    <td>
                                    
            <table border="0" height="100%" cellpadding="5" id="content_frame">
                  <tr>
                        <td valign="top"><font face="<?php echo DEFAULT_FONTFAMILY; ?>" size="<?php echo DEFAULT_FONTSIZE; ?>">

<?php

include($DOCUMENT_ROOT . "/_private/site/content.php");

?>                                    
                                    
                        </font></td>
                        

                        <td <?php if ($_REQUEST[printable]=='1' or $_REQUEST[highlights]=='0')
                                          {
                                          ;
                                          } else {
                                          echo "width=\"200\"";
                                          }
                                          ?> valign="top">
                                          
                        
<?php
if ($_REQUEST[printable]=='1' or $_REQUEST[page]=='tour' or $_REQUEST[page]=='floorplan')  
                                          {
                                          ;
                                          } else {
include($DOCUMENT_ROOT . "/_private/site/printable.php");

?>
<table>
      <tr>
            <td align="center">
<a style="text-decoration: none" Title="1st Friday's of Month Gallery Tours" href="http://gallery.twoartchicks.com?page=fridays" width="200" align="right">
<img border="0" src="/_private/site/images/fridays.gif">
</a>
            </td>
      </tr>
</table>
<?php


include($DOCUMENT_ROOT . "/_private/site/highlights.php");
                                          }

?>                                    
                        </td>
                                    
                  </tr>
            </table>            
                                    </td>
                              </tr>
                              <tr>
                                    <td colspan="2">

                                          <hr noshade color="#800080" align="left" size="4" <?php if ($_REQUEST[printable]=='1') {echo 'width="600"';} else {echo 'width="730"';} ?>>                                    

<?php

if ($_REQUEST[printable]<>'1')
                                          {

include($DOCUMENT_ROOT . "/_private/site/nav_bottom.php");                                          
                                          }

?>                                    

                                    </td>
                              </tr>
                              <tr>
                                    <td colspan="2">
<?php

include($DOCUMENT_ROOT . "/_private/site/footer.php");

?>                                    
                                    </td>
                              </tr>
                        </table>
                        </td>
                  </tr>
            </table>&nbsp;            
      </td>
      </tr>
      </table>

<!-- Google Code for Default Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_type = 'landing';
var google_conversion_id = 1067592156;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "666666";
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/1067592156/extclk?script=0">
</noscript>
                                               
</body>

</html>