Increased photo size. default tip
authorroot@h1429602.stratoserver.net
Mon, 05 Jul 2010 17:19:17 +0200
changeset 16a04897b5801e
parent 15 163e436e8e07
Increased photo size.
books.html
contact.html
factory/frame.html
factory/v2010/index.html
howiwork.html
index.html
links.html
personalwork.html
resume.html
     1.1 --- a/books.html	Mon Jul 05 16:03:47 2010 +0200
     1.2 +++ b/books.html	Mon Jul 05 17:19:17 2010 +0200
     1.3 @@ -1,35 +1,38 @@
     1.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7  
     1.8 +<head>
     1.9  <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    1.10  <meta name="author" content="Eugen Sawin - me73.com" />
    1.11  <meta name="description" content="A Digital Playground" />
    1.12  <meta name="robots" content="index, follow, noarchive" />
    1.13  <meta name="googlebot" content="noarchive" />
    1.14  <script src="script.js" type="text/javascript"></script>
    1.15 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    1.16 +<link rel="stylesheet" href="dark.css" type="text/css" />
    1.17 +</head>
    1.18  
    1.19 -<body>
    1.20 +<body onload="draw(0, 0, 0, 0);">
    1.21  <div id="wrap">
    1.22 -    <div id="header">			
    1.23 -        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.24 +	<div id="header">			
    1.25 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.26  	    <p id="intro">A Programmer's Playground.</p>
    1.27          <div id="nav">
    1.28  			<ul>
    1.29  				<li><a href="index.html">Home</a></li>
    1.30 +				<li><a href="chrome.html">Chrome</a></li>
    1.31  				<li><a href="resume.html">Resume</a></li>
    1.32  				<li><a href="howiwork.html">How I Work</a></li>
    1.33  				<li><a href="personalwork.html">Personal Work</a></li>
    1.34 -            <li><a href="books.html">Books</a></li>
    1.35 -	         <li><a href="links.html">Links</a></li>			
    1.36 +            	<li><a href="books.html">Books</a></li>
    1.37 +	         	<li><a href="links.html">Links</a></li>			
    1.38  				<li><a href="contact.html">Contact</a></li>		
    1.39  			</ul>		
    1.40  	    </div>	
    1.41  	</div>
    1.42  	<div id="content-wrap">				
    1.43  		<div id="main">
    1.44 -<p>Here is a list of books I find useful or simply enjoyed reading them.</p>
    1.45 -<h2>Engineering & Science</h2>
    1.46 +			<p>Here is a list of books I find useful or simply enjoyed reading them.</p>
    1.47 +<h2>Engineering &amp; Science</h2>
    1.48  <ul>
    1.49  <li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
    1.50  A collection of advises for effective software development.
    1.51 @@ -46,7 +49,7 @@
    1.52  <li><h4>The Algorithmic Beauty of Plants</h4><h5>Przemyslwa Prusinkieicz and Aristid Lindenmayer</h5>
    1.53  A wonderful introduction to L-systems and a motivational read.
    1.54  </li>
    1.55 -<li><h4>Compilers: Principles, Techniques & Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
    1.56 +<li><h4>Compilers: Principles, Techniques &amp; Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
    1.57  The standard introduction to compiler development. Also known as the Dragon Book.
    1.58  </li>
    1.59  <li><h4>Computer Networks</h4><h5>Andrew S. Tanenbaum</h5>
    1.60 @@ -75,34 +78,31 @@
    1.61  	        <!--<h3>About</h3>	-->
    1.62  	        <p>
    1.63  				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    1.64 -				ME73 is my digital playground.
    1.65 +			ME73 is my digital playground.
    1.66              I'm a programmer, a student of computer science, a music enthusiast.
    1.67              This site serves as a portfolio for my work, private and professional.
    1.68  	        </p>
    1.69 -			<h3></h3>
    1.70 -            <div id="random_quote"></div>	        	
    1.71 +			<div id="random_quote"></div>	        	
    1.72          </div>	
    1.73  	</div>
    1.74 -    <!--<div id="footer"></div>-->
    1.75    <div id="footer">
    1.76  	<div id="footer-left">
    1.77  		<p>
    1.78  		<!--&copy; ME73.COM&nbsp; 	-->
    1.79 -      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
    1.80 -		Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    1.81 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    1.82 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    1.83  		</p>	
    1.84  	</div>
    1.85  	
    1.86  	<div id="footer-right">
    1.87  		<p class="align-right">
    1.88 -		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
    1.89 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
    1.90  		</p>
    1.91  	</div>	
    1.92  </div> 
    1.93  </div>
    1.94  <script type="text/javascript">
    1.95 -    javascript:load_random_quote();
    1.96 -    //javascript:load_footer();    
    1.97 +    javascript:load_random_quote();        
    1.98  </script>
    1.99  <script type="text/javascript">
   1.100  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   1.101 @@ -112,4 +112,6 @@
   1.102  var pageTracker = _gat._getTracker("UA-2137333-1");
   1.103  pageTracker._trackPageview();
   1.104  </script>
   1.105 -</body></html>
   1.106 +</body>
   1.107 +</html>
   1.108 +
     2.1 --- a/contact.html	Mon Jul 05 16:03:47 2010 +0200
     2.2 +++ b/contact.html	Mon Jul 05 17:19:17 2010 +0200
     2.3 @@ -1,34 +1,37 @@
     2.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     2.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.7  
     2.8 +<head>
     2.9  <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    2.10  <meta name="author" content="Eugen Sawin - me73.com" />
    2.11  <meta name="description" content="A Digital Playground" />
    2.12  <meta name="robots" content="index, follow, noarchive" />
    2.13  <meta name="googlebot" content="noarchive" />
    2.14  <script src="script.js" type="text/javascript"></script>
    2.15 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    2.16 +<link rel="stylesheet" href="dark.css" type="text/css" />
    2.17 +</head>
    2.18  
    2.19 -<body>
    2.20 +<body onload="draw(0, 0, 0, 0);">
    2.21  <div id="wrap">
    2.22 -    <div id="header">			
    2.23 -        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    2.24 +	<div id="header">			
    2.25 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    2.26  	    <p id="intro">A Programmer's Playground.</p>
    2.27          <div id="nav">
    2.28  			<ul>
    2.29  				<li><a href="index.html">Home</a></li>
    2.30 +				<li><a href="chrome.html">Chrome</a></li>
    2.31  				<li><a href="resume.html">Resume</a></li>
    2.32  				<li><a href="howiwork.html">How I Work</a></li>
    2.33  				<li><a href="personalwork.html">Personal Work</a></li>
    2.34 -            <li><a href="books.html">Books</a></li>
    2.35 -	         <li><a href="links.html">Links</a></li>			
    2.36 +            	<li><a href="books.html">Books</a></li>
    2.37 +	         	<li><a href="links.html">Links</a></li>			
    2.38  				<li><a href="contact.html">Contact</a></li>		
    2.39  			</ul>		
    2.40  	    </div>	
    2.41  	</div>
    2.42  	<div id="content-wrap">				
    2.43  		<div id="main">
    2.44 -			
    2.45 +						
    2.46  			<h2>Contact</h2>			
    2.47  			<p><img src="images/contact.png" alt="water" class="float-left" height="100" width="100" />
    2.48  			<br />Eugen Sawin<br />
    2.49 @@ -40,34 +43,31 @@
    2.50  	        <!--<h3>About</h3>	-->
    2.51  	        <p>
    2.52  				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    2.53 -				ME73 is my digital playground.
    2.54 +			ME73 is my digital playground.
    2.55              I'm a programmer, a student of computer science, a music enthusiast.
    2.56              This site serves as a portfolio for my work, private and professional.
    2.57  	        </p>
    2.58 -			<h3></h3>
    2.59 -            <div id="random_quote"></div>	        	
    2.60 +			<div id="random_quote"></div>	        	
    2.61          </div>	
    2.62  	</div>
    2.63 -    <!--<div id="footer"></div>-->
    2.64    <div id="footer">
    2.65  	<div id="footer-left">
    2.66  		<p>
    2.67  		<!--&copy; ME73.COM&nbsp; 	-->
    2.68 -      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
    2.69 -		Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    2.70 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    2.71 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    2.72  		</p>	
    2.73  	</div>
    2.74  	
    2.75  	<div id="footer-right">
    2.76  		<p class="align-right">
    2.77 -		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
    2.78 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
    2.79  		</p>
    2.80  	</div>	
    2.81  </div> 
    2.82  </div>
    2.83  <script type="text/javascript">
    2.84 -    javascript:load_random_quote();
    2.85 -    //javascript:load_footer();    
    2.86 +    javascript:load_random_quote();        
    2.87  </script>
    2.88  <script type="text/javascript">
    2.89  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    2.90 @@ -77,4 +77,6 @@
    2.91  var pageTracker = _gat._getTracker("UA-2137333-1");
    2.92  pageTracker._trackPageview();
    2.93  </script>
    2.94 -</body></html>
    2.95 +</body>
    2.96 +</html>
    2.97 +
     3.1 --- a/factory/frame.html	Mon Jul 05 16:03:47 2010 +0200
     3.2 +++ b/factory/frame.html	Mon Jul 05 17:19:17 2010 +0200
     3.3 @@ -34,9 +34,8 @@
     3.4  			/insert{content}      
     3.5  		</div>
     3.6  		<div id="sidebar">
     3.7 -	        <!--<h3>About</h3>	-->
     3.8  	        <p>
     3.9 -				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    3.10 +				<img src="images/me2.png" alt="me" class="float-left" height="70" width="70" />		
    3.11  			ME73 is my digital playground.
    3.12              I'm a programmer, a student of computer science, a music enthusiast.
    3.13              This site serves as a portfolio for my work, private and professional.
    3.14 @@ -47,7 +46,6 @@
    3.15    <div id="footer">
    3.16  	<div id="footer-left">
    3.17  		<p>
    3.18 -		<!--&copy; ME73.COM&nbsp; 	-->
    3.19        	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    3.20  		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    3.21  		</p>	
     4.1 --- a/factory/v2010/index.html	Mon Jul 05 16:03:47 2010 +0200
     4.2 +++ b/factory/v2010/index.html	Mon Jul 05 17:19:17 2010 +0200
     4.3 @@ -1,4 +1,4 @@
     4.4  <p>
     4.5 -<img src="images/mandelbrot.png" alt="world map" height="280" width="100%" />
     4.6 +<img src="images/mandelbrot.png" alt="Mandelbrot" height="280" width="100%" />
     4.7  </p>
     4.8             
     5.1 --- a/howiwork.html	Mon Jul 05 16:03:47 2010 +0200
     5.2 +++ b/howiwork.html	Mon Jul 05 17:19:17 2010 +0200
     5.3 @@ -1,34 +1,37 @@
     5.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     5.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     5.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     5.7  
     5.8 +<head>
     5.9  <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    5.10  <meta name="author" content="Eugen Sawin - me73.com" />
    5.11  <meta name="description" content="A Digital Playground" />
    5.12  <meta name="robots" content="index, follow, noarchive" />
    5.13  <meta name="googlebot" content="noarchive" />
    5.14  <script src="script.js" type="text/javascript"></script>
    5.15 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    5.16 +<link rel="stylesheet" href="dark.css" type="text/css" />
    5.17 +</head>
    5.18  
    5.19 -<body>
    5.20 +<body onload="draw(0, 0, 0, 0);">
    5.21  <div id="wrap">
    5.22 -    <div id="header">			
    5.23 -        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    5.24 +	<div id="header">			
    5.25 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    5.26  	    <p id="intro">A Programmer's Playground.</p>
    5.27          <div id="nav">
    5.28  			<ul>
    5.29  				<li><a href="index.html">Home</a></li>
    5.30 +				<li><a href="chrome.html">Chrome</a></li>
    5.31  				<li><a href="resume.html">Resume</a></li>
    5.32  				<li><a href="howiwork.html">How I Work</a></li>
    5.33  				<li><a href="personalwork.html">Personal Work</a></li>
    5.34 -            <li><a href="books.html">Books</a></li>
    5.35 -	         <li><a href="links.html">Links</a></li>			
    5.36 +            	<li><a href="books.html">Books</a></li>
    5.37 +	         	<li><a href="links.html">Links</a></li>			
    5.38  				<li><a href="contact.html">Contact</a></li>		
    5.39  			</ul>		
    5.40  	    </div>	
    5.41  	</div>
    5.42  	<div id="content-wrap">				
    5.43  		<div id="main">
    5.44 -<h2>Programming Languages</h2>
    5.45 +			<h2>Programming Languages</h2>
    5.46  <p><img src="images/binary.png" alt="binary" class="float-right" height="100" width="100" />
    5.47  During my studies and personal work, I've used a variety of programming
    5.48  languages. Here is an overview in chronologic order with some comments:</p>
    5.49 @@ -80,7 +83,9 @@
    5.50  <li>
    5.51  <h4>Go. *</h4>
    5.52  Google has developed an interesting language with the goal of providing a general programming language including a garbage collector and efficient methods for concurrency handling. It's a fun language and shows some interesting concepts including a more dynamic approach on object orientation.</li>
    5.53 -<br />* shows my experience level with the language
    5.54 +<li>
    5.55 +<br />* show my level of expertise in the language
    5.56 +</li>
    5.57  </ul>
    5.58  <h2>Operating Systems</h2>
    5.59  <ul>
    5.60 @@ -94,7 +99,7 @@
    5.61  <h2>Environments</h2>
    5.62  <ul>
    5.63  <li>
    5.64 -<h4>GVim & gedit</h4>
    5.65 +<h4>GVim &amp; gedit</h4>
    5.66  These are my general purpose editors for quick editing on all platforms
    5.67  and have become my prefered editors when working in an IDE-free environment.</li>
    5.68  <li>
    5.69 @@ -114,7 +119,7 @@
    5.70  Chrome for browsing, IRSSI for IRC and Skype for communication.</li>
    5.71  <li>
    5.72  <h4>Documentation</h4>
    5.73 -gedit & LaTeX for papers, gnuplot for analysis visualisations and Inkscape for graphics.</li>
    5.74 +gedit &amp; LaTeX for papers, gnuplot for analysis visualisations and Inkscape for graphics.</li>
    5.75  <li>
    5.76  <h4>Version Control</h4>
    5.77  Mercurial for private work. 
    5.78 @@ -127,34 +132,31 @@
    5.79  	        <!--<h3>About</h3>	-->
    5.80  	        <p>
    5.81  				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    5.82 -				ME73 is my digital playground.
    5.83 +			ME73 is my digital playground.
    5.84              I'm a programmer, a student of computer science, a music enthusiast.
    5.85              This site serves as a portfolio for my work, private and professional.
    5.86  	        </p>
    5.87 -			<h3></h3>
    5.88 -            <div id="random_quote"></div>	        	
    5.89 +			<div id="random_quote"></div>	        	
    5.90          </div>	
    5.91  	</div>
    5.92 -    <!--<div id="footer"></div>-->
    5.93    <div id="footer">
    5.94  	<div id="footer-left">
    5.95  		<p>
    5.96  		<!--&copy; ME73.COM&nbsp; 	-->
    5.97 -      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
    5.98 -		Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    5.99 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   5.100 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
   5.101  		</p>	
   5.102  	</div>
   5.103  	
   5.104  	<div id="footer-right">
   5.105  		<p class="align-right">
   5.106 -		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
   5.107 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
   5.108  		</p>
   5.109  	</div>	
   5.110  </div> 
   5.111  </div>
   5.112  <script type="text/javascript">
   5.113 -    javascript:load_random_quote();
   5.114 -    //javascript:load_footer();    
   5.115 +    javascript:load_random_quote();        
   5.116  </script>
   5.117  <script type="text/javascript">
   5.118  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   5.119 @@ -164,4 +166,6 @@
   5.120  var pageTracker = _gat._getTracker("UA-2137333-1");
   5.121  pageTracker._trackPageview();
   5.122  </script>
   5.123 -</body></html>
   5.124 +</body>
   5.125 +</html>
   5.126 +
     6.1 --- a/index.html	Mon Jul 05 16:03:47 2010 +0200
     6.2 +++ b/index.html	Mon Jul 05 17:19:17 2010 +0200
     6.3 @@ -1,77 +1,80 @@
     6.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     6.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     6.6 -
     6.7 -<head>
     6.8 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     6.9 -<meta name="author" content="Eugen Sawin - me73.com" />
    6.10 -<meta name="description" content="A Digital Playground" />
    6.11 -<meta name="robots" content="index, follow, noarchive" />
    6.12 -<meta name="googlebot" content="noarchive" />
    6.13 -<script src="script.js" type="text/javascript"></script>
    6.14 -<link rel="stylesheet" href="dark.css" type="text/css" />
    6.15 -</head>
    6.16 -
    6.17 -<body>
    6.18 -<div id="wrap">
    6.19 -	<div id="header">			
    6.20 -    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    6.21 -	    <p id="intro">A Programmer's Playground.</p>
    6.22 -        <div id="nav">
    6.23 -			<ul>
    6.24 -				<li><a href="index.html">Home</a></li>
    6.25 -				<li><a href="resume.html">Resume</a></li>
    6.26 -				<li><a href="howiwork.html">How I Work</a></li>
    6.27 -				<li><a href="personalwork.html">Personal Work</a></li>
    6.28 -            	<li><a href="books.html">Books</a></li>
    6.29 -	         	<li><a href="links.html">Links</a></li>			
    6.30 -				<li><a href="contact.html">Contact</a></li>		
    6.31 -			</ul>		
    6.32 -	    </div>	
    6.33 -	</div>
    6.34 -	<div id="content-wrap">				
    6.35 -		<div id="main">
    6.36 -			<p><img src="images/world.png" alt="world map" height="280" width="100%" /></p>
    6.37 -           
    6.38 -      
    6.39 -		</div>
    6.40 -		<div id="sidebar">
    6.41 -	        <!--<h3>About</h3>	-->
    6.42 -	        <p>
    6.43 -				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    6.44 -			ME73 is my digital playground.
    6.45 -            I'm a programmer, a student of computer science, a music enthusiast.
    6.46 -            This site serves as a portfolio for my work, private and professional.
    6.47 -	        </p>
    6.48 -			<div id="random_quote"></div>	        	
    6.49 -        </div>	
    6.50 -	</div>
    6.51 -  <div id="footer">
    6.52 -	<div id="footer-left">
    6.53 -		<p>
    6.54 -		<!--&copy; ME73.COM&nbsp; 	-->
    6.55 -      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    6.56 -		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    6.57 -		</p>	
    6.58 -	</div>
    6.59 -	
    6.60 -	<div id="footer-right">
    6.61 -		<p class="align-right">
    6.62 -		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
    6.63 -		</p>
    6.64 -	</div>	
    6.65 -</div> 
    6.66 -</div>
    6.67 -<script type="text/javascript">
    6.68 -    javascript:load_random_quote();        
    6.69 -</script>
    6.70 -<script type="text/javascript">
    6.71 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    6.72 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    6.73 -</script>
    6.74 -<script type="text/javascript">
    6.75 -var pageTracker = _gat._getTracker("UA-2137333-1");
    6.76 -pageTracker._trackPageview();
    6.77 -</script>
    6.78 -</body>
    6.79 -</html>
    6.80 -
    6.81 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    6.82 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    6.83 +
    6.84 +<head>
    6.85 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    6.86 +<meta name="author" content="Eugen Sawin - me73.com" />
    6.87 +<meta name="description" content="A Digital Playground" />
    6.88 +<meta name="robots" content="index, follow, noarchive" />
    6.89 +<meta name="googlebot" content="noarchive" />
    6.90 +<script src="script.js" type="text/javascript"></script>
    6.91 +<link rel="stylesheet" href="dark.css" type="text/css" />
    6.92 +</head>
    6.93 +
    6.94 +<body onload="draw(0, 0, 0, 0);">
    6.95 +<div id="wrap">
    6.96 +	<div id="header">			
    6.97 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    6.98 +	    <p id="intro">A Programmer's Playground.</p>
    6.99 +        <div id="nav">
   6.100 +			<ul>
   6.101 +				<li><a href="index.html">Home</a></li>
   6.102 +				<li><a href="chrome.html">Chrome</a></li>
   6.103 +				<li><a href="resume.html">Resume</a></li>
   6.104 +				<li><a href="howiwork.html">How I Work</a></li>
   6.105 +				<li><a href="personalwork.html">Personal Work</a></li>
   6.106 +            	<li><a href="books.html">Books</a></li>
   6.107 +	         	<li><a href="links.html">Links</a></li>			
   6.108 +				<li><a href="contact.html">Contact</a></li>		
   6.109 +			</ul>		
   6.110 +	    </div>	
   6.111 +	</div>
   6.112 +	<div id="content-wrap">				
   6.113 +		<div id="main">
   6.114 +			<p>
   6.115 +<img src="images/mandelbrot.png" alt="world map" height="280" width="100%" />
   6.116 +</p>
   6.117 +           
   6.118 +      
   6.119 +		</div>
   6.120 +		<div id="sidebar">
   6.121 +	        <!--<h3>About</h3>	-->
   6.122 +	        <p>
   6.123 +				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
   6.124 +			ME73 is my digital playground.
   6.125 +            I'm a programmer, a student of computer science, a music enthusiast.
   6.126 +            This site serves as a portfolio for my work, private and professional.
   6.127 +	        </p>
   6.128 +			<div id="random_quote"></div>	        	
   6.129 +        </div>	
   6.130 +	</div>
   6.131 +  <div id="footer">
   6.132 +	<div id="footer-left">
   6.133 +		<p>
   6.134 +		<!--&copy; ME73.COM&nbsp; 	-->
   6.135 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   6.136 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
   6.137 +		</p>	
   6.138 +	</div>
   6.139 +	
   6.140 +	<div id="footer-right">
   6.141 +		<p class="align-right">
   6.142 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
   6.143 +		</p>
   6.144 +	</div>	
   6.145 +</div> 
   6.146 +</div>
   6.147 +<script type="text/javascript">
   6.148 +    javascript:load_random_quote();        
   6.149 +</script>
   6.150 +<script type="text/javascript">
   6.151 +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   6.152 +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   6.153 +</script>
   6.154 +<script type="text/javascript">
   6.155 +var pageTracker = _gat._getTracker("UA-2137333-1");
   6.156 +pageTracker._trackPageview();
   6.157 +</script>
   6.158 +</body>
   6.159 +</html>
   6.160 +
     7.1 --- a/links.html	Mon Jul 05 16:03:47 2010 +0200
     7.2 +++ b/links.html	Mon Jul 05 17:19:17 2010 +0200
     7.3 @@ -1,34 +1,37 @@
     7.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     7.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     7.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     7.7  
     7.8 +<head>
     7.9  <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    7.10  <meta name="author" content="Eugen Sawin - me73.com" />
    7.11  <meta name="description" content="A Digital Playground" />
    7.12  <meta name="robots" content="index, follow, noarchive" />
    7.13  <meta name="googlebot" content="noarchive" />
    7.14  <script src="script.js" type="text/javascript"></script>
    7.15 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    7.16 +<link rel="stylesheet" href="dark.css" type="text/css" />
    7.17 +</head>
    7.18  
    7.19 -<body>
    7.20 +<body onload="draw(0, 0, 0, 0);">
    7.21  <div id="wrap">
    7.22 -    <div id="header">			
    7.23 -        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    7.24 +	<div id="header">			
    7.25 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    7.26  	    <p id="intro">A Programmer's Playground.</p>
    7.27          <div id="nav">
    7.28  			<ul>
    7.29  				<li><a href="index.html">Home</a></li>
    7.30 +				<li><a href="chrome.html">Chrome</a></li>
    7.31  				<li><a href="resume.html">Resume</a></li>
    7.32  				<li><a href="howiwork.html">How I Work</a></li>
    7.33  				<li><a href="personalwork.html">Personal Work</a></li>
    7.34 -            <li><a href="books.html">Books</a></li>
    7.35 -	         <li><a href="links.html">Links</a></li>			
    7.36 +            	<li><a href="books.html">Books</a></li>
    7.37 +	         	<li><a href="links.html">Links</a></li>			
    7.38  				<li><a href="contact.html">Contact</a></li>		
    7.39  			</ul>		
    7.40  	    </div>	
    7.41  	</div>
    7.42  	<div id="content-wrap">				
    7.43  		<div id="main">
    7.44 -<h2>Friends</h2>
    7.45 +			<h2>Friends</h2>
    7.46  <ul>
    7.47  <li><h4><a href="http://www.tomrocket.com">Thomas Witt</a></h4>
    7.48  A good friend and designer for the visual arts.
    7.49 @@ -56,34 +59,31 @@
    7.50  	        <!--<h3>About</h3>	-->
    7.51  	        <p>
    7.52  				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    7.53 -				ME73 is my digital playground.
    7.54 +			ME73 is my digital playground.
    7.55              I'm a programmer, a student of computer science, a music enthusiast.
    7.56              This site serves as a portfolio for my work, private and professional.
    7.57  	        </p>
    7.58 -			<h3></h3>
    7.59 -            <div id="random_quote"></div>	        	
    7.60 +			<div id="random_quote"></div>	        	
    7.61          </div>	
    7.62  	</div>
    7.63 -    <!--<div id="footer"></div>-->
    7.64    <div id="footer">
    7.65  	<div id="footer-left">
    7.66  		<p>
    7.67  		<!--&copy; ME73.COM&nbsp; 	-->
    7.68 -      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
    7.69 -		Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    7.70 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    7.71 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    7.72  		</p>	
    7.73  	</div>
    7.74  	
    7.75  	<div id="footer-right">
    7.76  		<p class="align-right">
    7.77 -		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
    7.78 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
    7.79  		</p>
    7.80  	</div>	
    7.81  </div> 
    7.82  </div>
    7.83  <script type="text/javascript">
    7.84 -    javascript:load_random_quote();
    7.85 -    //javascript:load_footer();    
    7.86 +    javascript:load_random_quote();        
    7.87  </script>
    7.88  <script type="text/javascript">
    7.89  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    7.90 @@ -93,4 +93,6 @@
    7.91  var pageTracker = _gat._getTracker("UA-2137333-1");
    7.92  pageTracker._trackPageview();
    7.93  </script>
    7.94 -</body></html>
    7.95 +</body>
    7.96 +</html>
    7.97 +
     8.1 --- a/personalwork.html	Mon Jul 05 16:03:47 2010 +0200
     8.2 +++ b/personalwork.html	Mon Jul 05 17:19:17 2010 +0200
     8.3 @@ -1,34 +1,37 @@
     8.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     8.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     8.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     8.7  
     8.8 +<head>
     8.9  <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    8.10  <meta name="author" content="Eugen Sawin - me73.com" />
    8.11  <meta name="description" content="A Digital Playground" />
    8.12  <meta name="robots" content="index, follow, noarchive" />
    8.13  <meta name="googlebot" content="noarchive" />
    8.14  <script src="script.js" type="text/javascript"></script>
    8.15 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    8.16 +<link rel="stylesheet" href="dark.css" type="text/css" />
    8.17 +</head>
    8.18  
    8.19 -<body>
    8.20 +<body onload="draw(0, 0, 0, 0);">
    8.21  <div id="wrap">
    8.22 -    <div id="header">			
    8.23 -        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    8.24 +	<div id="header">			
    8.25 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    8.26  	    <p id="intro">A Programmer's Playground.</p>
    8.27          <div id="nav">
    8.28  			<ul>
    8.29  				<li><a href="index.html">Home</a></li>
    8.30 +				<li><a href="chrome.html">Chrome</a></li>
    8.31  				<li><a href="resume.html">Resume</a></li>
    8.32  				<li><a href="howiwork.html">How I Work</a></li>
    8.33  				<li><a href="personalwork.html">Personal Work</a></li>
    8.34 -            <li><a href="books.html">Books</a></li>
    8.35 -	         <li><a href="links.html">Links</a></li>			
    8.36 +            	<li><a href="books.html">Books</a></li>
    8.37 +	         	<li><a href="links.html">Links</a></li>			
    8.38  				<li><a href="contact.html">Contact</a></li>		
    8.39  			</ul>		
    8.40  	    </div>	
    8.41  	</div>
    8.42  	<div id="content-wrap">				
    8.43  		<div id="main">
    8.44 -		<h2><a name="tools">Tools</a></h2>
    8.45 +					<h2><a name="tools">Tools</a></h2>
    8.46              <ul>
    8.47                  <li>
    8.48                      <h3><a name="netchannel">NetChannel</a></h3>
    8.49 @@ -123,34 +126,31 @@
    8.50  	        <!--<h3>About</h3>	-->
    8.51  	        <p>
    8.52  				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    8.53 -				ME73 is my digital playground.
    8.54 +			ME73 is my digital playground.
    8.55              I'm a programmer, a student of computer science, a music enthusiast.
    8.56              This site serves as a portfolio for my work, private and professional.
    8.57  	        </p>
    8.58 -			<h3></h3>
    8.59 -            <div id="random_quote"></div>	        	
    8.60 +			<div id="random_quote"></div>	        	
    8.61          </div>	
    8.62  	</div>
    8.63 -    <!--<div id="footer"></div>-->
    8.64    <div id="footer">
    8.65  	<div id="footer-left">
    8.66  		<p>
    8.67  		<!--&copy; ME73.COM&nbsp; 	-->
    8.68 -      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
    8.69 -		Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    8.70 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    8.71 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    8.72  		</p>	
    8.73  	</div>
    8.74  	
    8.75  	<div id="footer-right">
    8.76  		<p class="align-right">
    8.77 -		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
    8.78 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
    8.79  		</p>
    8.80  	</div>	
    8.81  </div> 
    8.82  </div>
    8.83  <script type="text/javascript">
    8.84 -    javascript:load_random_quote();
    8.85 -    //javascript:load_footer();    
    8.86 +    javascript:load_random_quote();        
    8.87  </script>
    8.88  <script type="text/javascript">
    8.89  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    8.90 @@ -160,4 +160,6 @@
    8.91  var pageTracker = _gat._getTracker("UA-2137333-1");
    8.92  pageTracker._trackPageview();
    8.93  </script>
    8.94 -</body></html>
    8.95 +</body>
    8.96 +</html>
    8.97 +
     9.1 --- a/resume.html	Mon Jul 05 16:03:47 2010 +0200
     9.2 +++ b/resume.html	Mon Jul 05 17:19:17 2010 +0200
     9.3 @@ -1,34 +1,37 @@
     9.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     9.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     9.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     9.7  
     9.8 +<head>
     9.9  <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    9.10  <meta name="author" content="Eugen Sawin - me73.com" />
    9.11  <meta name="description" content="A Digital Playground" />
    9.12  <meta name="robots" content="index, follow, noarchive" />
    9.13  <meta name="googlebot" content="noarchive" />
    9.14  <script src="script.js" type="text/javascript"></script>
    9.15 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    9.16 +<link rel="stylesheet" href="dark.css" type="text/css" />
    9.17 +</head>
    9.18  
    9.19 -<body>
    9.20 +<body onload="draw(0, 0, 0, 0);">
    9.21  <div id="wrap">
    9.22 -    <div id="header">			
    9.23 -        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    9.24 +	<div id="header">			
    9.25 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    9.26  	    <p id="intro">A Programmer's Playground.</p>
    9.27          <div id="nav">
    9.28  			<ul>
    9.29  				<li><a href="index.html">Home</a></li>
    9.30 +				<li><a href="chrome.html">Chrome</a></li>
    9.31  				<li><a href="resume.html">Resume</a></li>
    9.32  				<li><a href="howiwork.html">How I Work</a></li>
    9.33  				<li><a href="personalwork.html">Personal Work</a></li>
    9.34 -            <li><a href="books.html">Books</a></li>
    9.35 -	         <li><a href="links.html">Links</a></li>			
    9.36 +            	<li><a href="books.html">Books</a></li>
    9.37 +	         	<li><a href="links.html">Links</a></li>			
    9.38  				<li><a href="contact.html">Contact</a></li>		
    9.39  			</ul>		
    9.40  	    </div>	
    9.41  	</div>
    9.42  	<div id="content-wrap">				
    9.43  		<div id="main">
    9.44 -
    9.45 +			
    9.46  <h2>Professional Experience</h2>
    9.47  <ul>
    9.48  <li><h4>Software Engineer, Comsoft GmbH, since 2010</h4>
    9.49 @@ -40,30 +43,33 @@
    9.50  <li><h4>Bachelor Thesis, Comsoft GmbH, 2009-2010</h4>
    9.51  "Flexible Modeling of Dynamic Air Space Constraints and its Application in Departure Flow Optimisation" 
    9.52  </li>
    9.53 -<li><h4>Working Student & Internship, Comsoft GmbH, 2008-2009</h4>
    9.54 +<li><h4>Working Student &amp; Internship, Comsoft GmbH, 2008-2009</h4>
    9.55  Development of software and driver for safety-critical embedded systems.
    9.56  </li>
    9.57  <li>
    9.58  <h4>Student Assistant, University of Applied Sciences Offenburg, 2008</h4>
    9.59 -Assistance at a university course for object-oriented software development.</li>
    9.60 -<li><h4>University Project, University of Applied Sciences Offenburg & Karlsruhe Institute of Technology, 2008</h4>
    9.61 -Development of a client for 3D data streaming and visualisation. </li>
    9.62 +Assistance at a university course for object-oriented software development.
    9.63 +</li>
    9.64 +<li><h4>University Project, University of Applied Sciences Offenburg &amp; Karlsruhe Institute of Technology, 2008</h4>
    9.65 +Development of a client for 3D data streaming and visualisation. 
    9.66 +</li>
    9.67  <li><h4>University Project, University Karlsruhe, 2006</h4>
    9.68  Development of a multi-discipline scheduler.
    9.69 -</ul>
    9.70 -<ul>
    9.71 +</li>
    9.72  </ul>
    9.73  <h2>Education</h2>
    9.74  <ul>
    9.75  <li>
    9.76  <h4>University of Applied Sciences Offenburg, 2007-2010</h4>
    9.77  B. Sc. in Computer Science.<br />
    9.78 -Emphasis in Distributed Systems and Artificial Intelligence.</li>
    9.79 +Emphasis in Distributed Systems and Artificial Intelligence.
    9.80 +</li>
    9.81  </ul>
    9.82  <ul>
    9.83  <li>
    9.84  <h4>University Karlsruhe, 2003-2007</h4>
    9.85 -Diplom in Informatics, 6 semesters.</li>
    9.86 +Diplom in Informatics, 6 semesters.
    9.87 +</li>
    9.88  </ul>
    9.89  
    9.90  
    9.91 @@ -73,34 +79,31 @@
    9.92  	        <!--<h3>About</h3>	-->
    9.93  	        <p>
    9.94  				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    9.95 -				ME73 is my digital playground.
    9.96 +			ME73 is my digital playground.
    9.97              I'm a programmer, a student of computer science, a music enthusiast.
    9.98              This site serves as a portfolio for my work, private and professional.
    9.99  	        </p>
   9.100 -			<h3></h3>
   9.101 -            <div id="random_quote"></div>	        	
   9.102 +			<div id="random_quote"></div>	        	
   9.103          </div>	
   9.104  	</div>
   9.105 -    <!--<div id="footer"></div>-->
   9.106    <div id="footer">
   9.107  	<div id="footer-left">
   9.108  		<p>
   9.109  		<!--&copy; ME73.COM&nbsp; 	-->
   9.110 -      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
   9.111 -		Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
   9.112 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   9.113 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
   9.114  		</p>	
   9.115  	</div>
   9.116  	
   9.117  	<div id="footer-right">
   9.118  		<p class="align-right">
   9.119 -		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
   9.120 +		<a href="index.html">Home</a> | <a href="#top">Top</a>
   9.121  		</p>
   9.122  	</div>	
   9.123  </div> 
   9.124  </div>
   9.125  <script type="text/javascript">
   9.126 -    javascript:load_random_quote();
   9.127 -    //javascript:load_footer();    
   9.128 +    javascript:load_random_quote();        
   9.129  </script>
   9.130  <script type="text/javascript">
   9.131  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   9.132 @@ -110,4 +113,6 @@
   9.133  var pageTracker = _gat._getTracker("UA-2137333-1");
   9.134  pageTracker._trackPageview();
   9.135  </script>
   9.136 -</body></html>
   9.137 +</body>
   9.138 +</html>
   9.139 +