﻿function localTracker()
{
    this._initData = function(){};
    this._trackPageview = function(){};
}

function mail2(name, display)
{
	document.write('<a href="mailto:' + name + '@northwoodhills.org">' + display + '</a>');
}

function writeHeader(title)
{
    document.write('<table style="width: 100%; border-bottom: 1px solid black" cellpadding="0" cellspacing="0">');
    document.write('<tr>');
    document.write('<td align="left" width="300" rowspan="3">');
    document.write('<a href="../main/index.html">');
    document.write('<img alt="NHHA Logo" src="../images/logo-NHHA2007.jpg" style="width: 288px; height: 147px" border="0" /></a>');
    document.write('</td>');
    document.write('<td align="right">');
    document.write('<span class="style2">Northwood Hills Homeowners Association</span><br class="style2" />');
    document.write('<span class="style2">P O Box 800874</span><br class="style2" />');
    document.write('<span class="style2">Dallas, TX 75380-0874</span><br class="style2" />');
    document.write('<br />');
    document.write('</td>');
    document.write('</tr>');
    document.write('<tr>');
    document.write('<td align="center" class="title">');
    document.write(title);
    document.write('</td>');
    document.write('</tr>');
    document.write('<tr>');
    document.write('<td align="right" valign="bottom" style="padding-bottom: 5px">');
    document.write('<span class="style2"><b><a href="../main/join.html">Join us!</a> </b>&nbsp;|&nbsp; <a href="../main/about.html">About us</a>&nbsp; |&nbsp; <a href="../main/a2z.html">A-Z</a> (index)</span>');
    document.write('</td>');
    document.write('</tr>');
    document.write('</table>');
}

function writeLeftNav()
{
    document.write('<h5>Site Links</h5>');
    document.write('<a href="../main/index.html">Home Page</a><br />');
    document.write('<a href="../main/about.html">About Us</a><br />');
    document.write('<a href="../main/a2z.html">A-Z (index)</a><br />');
    document.write('<a href="../events/index.html">Calendar</a><br />');
    document.write('<a href="../main/officers.html">Call Us!</a><br />');
    document.write('<a href="../main/goals.html">Goals</a><br />');
    document.write('<a href="../main/interact.html">Interact</a><br />');
    document.write('<a href="../services/hotline.html">NeighborLine</a><br />');
    document.write('<a href="../news/index.html">News</a><br />');
    document.write('<a href="../main/dues.html">Pay Your Dues</a><br />');
    document.write('<a href="../realtor/index.html">Realtors</a><br />');
    document.write('<a href="../main/search.html">Search</a><br />');
    document.write('<a href="../security/index.html">Security</a><br />');
    document.write('<a href="../services/index.html">Services</a><br />');
}

function writeFooter()
{
    document.write('<table style="width: 100%; border-top: 1px solid black" cellpadding="5" cellspacing="0">');
    document.write('<tr>');
    document.write('<td width="160px">');
    document.write('<img src="../images/2005/ElmridgeMarker-spring.jpg" alt="NHHA median sign" width="160" height="120" border="0">');
    document.write('</td>');
    document.write('<td style="vertical-align: top">');
    document.write('<b><i>Northwood Hills Homeowners Association, Inc.<br />(a member of the <a href="http://www.ndna-tx.org/">North Dallas Neighborhood Alliance</a>)</i></b><br />');
    document.write('We hope you find this web site an interesting, useful and evolving place. If you\'d like to see something added, don\'t be shy: <script type="TEXT/JAVASCRIPT">mail2("webmaster","give us your feedback!")</script><br /><br />');
    document.write('General comments? <a href="../main/officers.html">Send us email.</a> | Problem with this website? <script type="TEXT/JAVASCRIPT">mail2("webmaster","Contact the webmaster!")</script>.<br />');
    document.write('Material Copyright &copy; 1998-2009 Northwood Hills Homeowners Association, Inc.<br /><br />');
    document.write('<i>Page updated ' + document.lastModified + '</i>');
    document.write('</td>');
    document.write('</tr>');
    document.write('</table>');
}

function writeAds()
{
    return;
    
    document.write('<script type="text/javascript">pageTracker._trackPageview(\'/bannerads/switzer/2008-05-13_Impression\');</script>');
    document.write('<a href="../bannerads/2008-05-13-SwitzerTeamWeb.pdf" target="_blank" onClick="javascript: pageTracker._trackPageview(\'/bannerads/switzer/2008-05-13_Click\');"></a>');
    document.write('<table cellpadding="5" cellspacing="0" style="cursor: hand;" onclick="previousSibling.click();">');
    document.write('<tr>');
    document.write('<td style="text-align: center; border: 1px solid black; background-color: #ebeee5";>');
    document.write('<span style="font-size: 11px; font-style: italic; color: darkred;">Receive your county assessment notice?<br /><br />');
    document.write('Come to Judy\'s seminar to gain valuable info to protest your value!<br /><hr /></span>');
    document.write('<b><a href="http://www.theswitzerteam.com/home.asp" target="_blank" onClick="javascript: pageTracker._trackPageview(\'/bannerads/switzer/2008-05-13_Click\');">Judy Switzer</b><br />');
    document.write('Keller Williams Realty</a><br /><br />Presents<br /><br />');
    document.write('<b>"What Is My Home Worth In Today\'s Market?"</b><br /><br />');
    document.write('Tue, May 13 @ 7-9 p.m<br />');
    document.write('<a href="../info/fretz.html">Fretz Recreation Center</a><br /><br />');
    document.write('<b>Free</b> and open to everyone');
    document.write('</td>');
    document.write('</tr>');
    document.write('<tr><td style="text-align: center; font-size: 10px;">Paid Advertisement</td></tr>');
    document.write('</table>');
}