﻿// JavaScript Document to build and display the header on all pages.
//this will be an include on all pages and changes here will update on every page that this is tied to
document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
document.write("<tr>");
document.write("<td><img src='/images/clear.gif' width='50'/><img src='/images/logo_address.gif' align='center'/></td></tr>");
document.write("</tr>");
document.write("<table>");