function do_header()
{
  document.write("<br><hr>");
  document.write("Contact <a href='mailto:terry@b92.co.uk?subject=information&body=Hi terry /r could do with some info about ...'>terry</a> for more info: I don't have all the answers, but may be able to help!");
}

function do_back()
{
  document.write(" [ <a href='javascript:history.back()' target='_self' >Back to Last Page</a> ]");
}

function write_end3( string, number )
{
  document.write("<center>");
	
  if ( string != "no" ) do_header();
    document.write("<br>");
		 
  document.write(" [ <a href='http://www.b92.co.uk/pg/index.htm' target='_self' >pigsoft home page</a> ]");
  document.write(" [ <a href='http://www.b92.co.uk/main.shtml'   target='_self' >B92 home page</a> ]");
  document.write(" [ <a href='http://www.b92.co.uk/myisp.htm'    target='_self' >myisp info page</a> ]");

  if( number ) do_back();
    document.write("<br><br></center>");
}

function write_end2( string, number )
{
  document.write("<center>");
	
  if ( string != "no" ) do_header();
    document.write("<br>"); 
  
	document.write(" [ <a href='http://www.b92.co.uk/main.shtml'  target='_self' >home page</a> ]");
  document.write(" [ <a href='http://www.b92.co.uk/myisp.htm'       target='_self' >myisp page</a> ]");
  
	if( number ) do_back();
    document.write("<br><br></center>");
} 

function write_home( number )
{
  document.write(" [ <a href='http://www.b92.co.uk/main.shtml'     target='_self' >return to B92 home page</a> ]");
  if( number ) do_back();
}
