//  header to be included in all pages
//  display the upper title bar...
//
//  call from the page with
//  <SCRIPT LANGUAGE="JavaScript" src="../../classes/header4chartsub.js"></script>

//<!-- begin
var towhom = "parano"
var whereto = "lvlamb.itgo.com"

document.write('<table width="100%" bgcolor="#FFFFFF" border="0" cellpadding="0"');
document.write('cellspacing="0"><tr><td align="left"');
document.write('hspace="0" vspace="0">');
document.write('<I>&nbsp;<a href="../../index.html">home&nbsp;:: </a>');
document.write('<a href="../../project/index.html">my project&nbsp;:: </a>');
document.write('<a href="../../nix/index.html">*nix;:: </a>');
document.write('<a href="../charts.html">charts-bin&nbsp;:: </a>')
document.write('<a href="../start.html">Day2Day&nbsp;:: </a>');
document.write('<a href="../../sitemap.html">site&nbsp;map&nbsp;:: </a></font>');
document.write('<a href="../lupdate.html">Last&nbsp;update&nbsp;:: </a>');
document.write("<a href='mailto:" + towhom + "@" + whereto + "?subject=paranoiapage" + "' >"); 
document.write('mail&nbsp;me&nbsp;:: </a>');
document.write('<a href="../hello.html">about&nbsp;us&nbsp;:: </a>');
document.write('<a href="../disclaimer.html">disclaimer</a></i>');
document.write('</td><td align="right">');
document.write('</td><td align="right">');
document.write('<img border="0"src="../../pics/lvlparano.png"></td></tr></table>')

			
//--> end
