<!--
 tempdate = new Date()   ;
 temppath = location.pathname; 

 document.write('<table border="0" width="100%"  cellspacing="0"  height="32" background="pix/blue.blend.2.jpg"><tr>') 
 document.write('<td nowrap style="padding-left:6px;">' +    
   '<a href="http://www.computergripes.com/rss/gripesrss.xml" title="Gripes RSS feed XML file">' +
   '<img border="0" align="left" src="http://www.computergripes.com/pix/rssfeed.gif" width="30" height="16"></a> ' +
   '&nbsp; <a href="index.htm" class="footerlink" target="_top">Home</a></td>')  
 document.write('<td nowrap><a href="search.html" class="footerlink" >Search</a></td>')  
 document.write('<td nowrap><a href="http://www.cafepress.com/computergripes" ' + 
   'class="footerlink" target="_blank" title="T-shirts, coffee mugs, etc.">' + 
   'Merchandise</a></td>')    
 document.write('<td nowrap>') 
 document.write('<a href="mailto:mike@' + 
     'computergripes.com?subject=Comment on page ' + temppath.substring(1,temppath.length) +
     '" class="footerlink">E-mail</a></td>')     
 document.write('<td nowrap><a href="about.html" class="footerlink">About</a></td>') 
 document.write('<td nowrap style="color:navy;"> ' + 
     'Griping by:<a href="http://www.michaelhorowitz.com" class="footerlink">') 
 document.write('Michael Horowitz</a></td><td><a href="#TopOfPage" class="footerlink">TOP</a></td></tr></table>') 

 
 document.write("<center><font face='Courier New,Courier'>" + location.href + 
    "</font> <br>viewed "  +  tempdate.toLocaleString() + 
    " your local time</center>"  )

// January 8, 2007 Started long conversion to server side PHP includes for this page footer 
//                 Any changes here need to be mirrored in the Include file 
// December 15,2006 new background - blended blue replaced dark gray. And new link class. 
// Jun 16, 2006 replaced solid blue with a gray gradient  
// Jan 17, 2006 put viewed on a new line  
// May 29, 2005 Added link to merchandise at CafePress - omitted dark blue line - footer on one line 
// Aug 28,2004  Added RSS orange image 
// July 11,2004  Took the SMALL tag out of the last line 
// May 9, 2004   new color scheme   
// Jan 23,2004  Added navlink class to links 
// Dec 17,2003 Major re-write to add plugs for my classes and change colors again 
// Dec 16,2003 changed background color, cellpadding,border color and border width 
// Dec  9, 2003 changed text on bottom just a bit 
// Dec  1, 2003 changed my email address 
// May 31,2003 Took out <small> tags now that CSS controls font and font size    
// 1/2/2003  Fixed search link that broke due to case sensitivity with unix 
// 10/16/2002 Added About Me and shortened some links 
// 3/5/2002  Added fonts. Added cellpadding. Made ALL text a link 
// 3/3/2002  Added target="_top" to home page link to break out of frames 
// 7/20/2001 Made footer into a table that matches the header table 
// 2/25/2001 Added search link that opens a new window 
// 2/23/2001 Made the page file name courier new  
// 2/20/2001 Made last line one big line rather than 2 small lines 
// 1/9/2001  Added subject to email link 
// 1/11/2001 Substring pathname to strip off first character 
// -->
 