HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/www/archive/blueliner/lib/_header.php
<html>
<head>
<title><?php echo $title; ?> :: Blueliner - Pittsburgh, Pennsylvania</title>
<META NAME="Keywords" CONTENT="web, design, hosting, host, marketing, virtual, server, intranet, domain, name,
 registration, authoring, graphics, database, sql, java, author, publishing, website, promotion,
 internet, net, microsoft, apple, homepage, pc, mac, webserver, html, background, tools, www, world, wide,
 ftp, windows, animation, business, secure, security, commercial, pop, email, perl, forms, ecommerce, e-commerce, 
 ebusiness, e-business, catalog, product, online, pittsburgh, greensburg, monroeville, latrobe, murrysville,
 pennsylvania, pa, pitt, blueline, blueliner, alan, waldron, management, services, inform, customize, personify, communicate, market">
<META NAME="Description" CONTENT="Blueliner specializes in website development for business, other services include logo design and website marketing.">

<?php  include("_javascript.php");  ?>
</head>

<link rel="stylesheet" type="text/css" href="lib/styles.css">
<body background="gui/bg.gif">
<center>

<script language="JavaScript">
<!-- Hide
var h = getHeight();
document.write('<table width="750" height="' + h + '" border=0 cellpadding=0 cellspacing=0 bgcolor="#EEEEEE">');
-->
</script>
<tr><td width=10 rowspan=4 background="gui/shadow_left.gif">&nbsp;</td>
    <td colspan=2 height=75 background="gui/header.jpg">&nbsp;</td>
    <td width=10 rowspan=4 background="gui/shadow_right.gif">&nbsp;</td>
</tr>
<tr><td colspan=2 height=26 background="gui/topnav_bg.gif" class="text" align="center">
    <a href="index.php" class="top-nav">Home</a> &nbsp; | &nbsp;
    <a href="quote.php" class="top-nav">Get a Quote</a> &nbsp; | &nbsp;
    <a href="webdev.php" class="top-nav">Web Development</a> &nbsp; | &nbsp;
    <a href="marketing.php" class="top-nav">Web Marketing</a> &nbsp; | &nbsp;
    <a href="logos.php" class="top-nav">Logo Design</a> &nbsp; | &nbsp;
    <a href="portfolio.php" class="top-nav">Portfolio</a> &nbsp; | &nbsp;
    <a href="contact.php" class="top-nav">Contact Us</a>
    
    <!--    
    <a href="testimonials.php" class="top-nav">Testimonials</a>
    -->
</td></tr>
<tr><td width=376 background="gui/lp_bg.gif" valign="top">

    <!-- LEFT SIDE PANEL -->
    <table width=376 border=0 cellspacing=0 cellpadding=0>
    <tr><td class="text" width=374 height=225><img src="gui/<?php echo $splash; ?>" width=374 height=225></td>
        <td width=2 height=225 valign="top"><img src="gui/topnav_shadow_w.gif" height=6 width=2></td>
    </tr>
    <tr><td background="gui/sub_nav_bg.gif" width=374 height=24 class="header">&nbsp;&nbsp;<?php echo $promo_head; ?></td>
        <td width=2 height=24 bgcolor="#FFFFFF" valign="top"><img src="gui/sub_nav_bg2.gif" height=24 width=2></td>
    </tr>
    <tr><td background="gui/topnav_shadow_g.gif" width=374 height=6><img src="gui/clear.gif" height=1 width=1></td>
        <td width=2 height=6 bgcolor="#FFFFFF" valign="top"><img src="gui/topnav_shadow_w.gif" height=6 width=2></td>
    </tr>
    <tr><td width=374 valign="top" align="center" class="text">
    	  <table width=96% border=0><tr>
	  <td valign="top" class="text">
	    <?php  include($promo);  ?>
	  </td></tr></table>
	</td>
        <td width=2 bgcolor="#FFFFFF"><img src="gui/clear.gif" height=1 width=1></td>
    </tr>
    </table>
    
</td><td width=374 bgcolor="#<?php echo ($is_index ? "EEEEEE" : "FFFFFF"); ?>" valign="top" align="center" class="text">
    
    <!-- RIGHT SIDE PANEL -->	
<?php
    if ($is_index != 1) {
    	echo "    <table width=374 border=0 cellspacing=0 cellpadding=0 bgcolor=\"#EEEEEE\">\n";
    	echo "    <tr><td width=374 height=6 background=\"gui/topnav_shadow_w.gif\" valign=\"top\" class=\"text\"><img src=\"gui/clear.gif\" height=6 width=1></td></tr>\n";
    	echo "    <tr><td width=374 bgcolor=\"#FFFFFF\" valign=\"top\" align=\"center\">\n";
    	echo "        <table width=96% border=0><tr>\n";
	echo "        <td valign=\"top\" class=\"text\">\n";
    }
?>