<?xml version="1.0" encoding="iso-8859-1”?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<!-- Tim Luth, May 24 2009, Index Page, Revision 10, Notepad -->
 
<meta name="keywords" content="Tim Luth, Timothy Luth, In The Woods Custom"/> 
<head>
<title>Welcome to Timothy Luth's Web page</TITLE>
<link href="myCSS.css" rel="stylesheet" type="text/css">   <!-- required CSS file  -->
<script language="JavaScript" SRC="jxt1.js"></SCRIPT> 
<a href="javascript:a_message()">Click for a message..</A>  <!-- required external .js JavaScript source file  -->
</head>

<body>
<div id="WRAP"> 
<div id="TITLE">            
	<CENTER>
        <FONT COLOR="#000000" face="Tahoma" size="24">Timothy Luth</font>
	</CENTER></DIV>
<hr>
<script language=""><!-- required multiple operators  -->
	var x, y;
	x = "Hello ";
	x += "World";   // x changes to "Hello World"
		document.write("<p>" + x + "<br />");
</script>
<script language=""><!-- required string operators  -->
	var myString1 = "Hello, ";
	var myString2 = "how are you?";
	document.write ( myString1 + myString2); 
</script>
<br>

<script language="">
	document.write ( "You are visitor number " + 10 );  <!-- required multiple operators  -->
</script>
<br>
<br>
<script type="text/javascript"><!-- HIDE FROM INCOMPATIBLE BROWSERS// STOP HIDING FROM INCOMPATIBLE BROWSERS --></script>

<table width="100%" border="2" cellspacing="2" cellpadding="3">
  <tr>
    <td bgcolor="#33CCCC"><div align="center"><strong><a href="index.html">Home</a></strong></div></td>
    <td bgcolor="#33CCCC"><div align="center"><strong><a href="biography.html">Biography</a></strong></div></td>
    <td bgcolor="#33CCCC"><div align="center"><strong><a href="contact tim.html">Contact Tim</a></strong></div></td>
  </tr>
</table>
<br/>
<h1>Hello, My name is Timothy Luth and this is my personal homepage</h1>
<p>&nbsp;</p>
<p align="center"><img src="http://www.informationsportal24.de/images/zusatz/Computer.jpg" alt="Computer" width="383" height="376" /></p>
<font color="FF0000">Hobbies:</font>
<font face="Comic Sans MS">I have many hobbies but my first love is of
course animals.  My wife and I have 4 dogs and a horse. I also enjoy
working on computers, learning programming, bow target shooting and
hunting.My wife and I also like to take pictures. Please take a look at our website (link below).</font>
<br>

<a href="http://www.inthewoodscustom.shutterbugstorefront.com/" target="_blank">In The Woods Custom Photography</a>
<br>
<br>
    <br>
    <u><font color="FF0000">Profession:</font></u> <font face="Comic Sans MS">I currently work for Apple as a Tier 1
      Technician.</font></p>
<p><br>
</p>
</div>


</BODY></HTML>
