





var showThis;

function ShowHH()
{
  var thisPage = document.location;
  var textWrite;
  
  
  if ((thisPage == 'http://www.hermithillcomic.com/index.html') || 
	    (thisPage == 'http://www.hermithillcomic.com') ||
            (thisPage == 'http://hermithillcomic.com') ||
	    (thisPage == 'http://hermithillcomic.com/') ||
	    (thisPage == 'http://www.hermithillcomic.com/') ||
	    (thisPage == 'http://www.hermithillcomic.com/index.htm') ||
	    (thisPage == 'http://www.hermithillcomic.com/blog.html') ||
	    (thisPage == 'file:///Users/Nate/Documents/@%20Hermit%20Hill%20Site/index.html') ){
		    
    textWrite='<center><table width="100%" border="0" bgcolor="black" cellpadding="2" cellspacing="0"><tr><td><table width="100%" border="0" bgcolor="white" cellpadding="0" cellspacing="0"><tr><td><script type="text/javascript">writeComic();</script></td></tr></table></td></tr></table>';
  }

  else 
  { textWrite = '<center><a href="http://www.hermithillcomic.com"><img style="border:0px solid #000" src="http://www.hermithillcomic.com/images/header1.gif"></a></center>'; }
  
  document.open();
  document.write(textWrite);
  document.close();
	
}

ShowHH();





<!-- { textWrite = '<center><a href="http://www.hermithillcomic.com"><img style="border:1px solid #000" src="http://www.hermithillcomic.com/images/hh_largebanner_02.jpg"></a></center>'; } -->





