<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<title> My Jetta </title> 
	<meta http-equiv="content-type" content="text/html; charset=us-ascii" />
<style type="text/css">
   @import "/site.css"; /* all site-wide layout */
  </style> 
</head>
<body>
<?php ?>
<div id="main">
	<div id="nav">
<? { $lines = file("../menus/nav"); }
    foreach ( $lines as $line_num => $line ) { echo $line; } ?>
	</div>
	<div id="menu">
<? { $lines = file("../menus/dak"); }
    foreach ( $lines as $line_num => $line ) { echo $line; } ?>
	</div>
	<h1>Mike's Jetta TDI</h1> 
	<p>
		I picked up this 2002 TDI 5sp from Dorchel Automotive used cars in January 2006 with 
about 42,000 on the clock.  It's a certified pre-owned so it's under warranty until 76,000 miles.  
Hopefully I won't need it, and it'll take not nearly long enough for that 30,000 to go away, but it's 
been quite a while since I've known "warranty" so that'll be a nice change of pace.
	</p>
	<h1>The Car:</h1> <h2> Stock Specs </h2> 
	<ul>
		<li>
			2002 Volkswagon Jetta 4dr Sedan
		</li>
		<li>
			1.9L Turbo Direct Injection diesel motor
		</li>
		<li>
			5 speed manual overdrive transmission
		</li>
		<li>
			Galactic Blue exterior
		</li>
		<li>
			Tan cloth interior
		</li>
		<li>
			15x7 alloy wheels 
		</li>
		<li>
			Power sunroof
		</li>
		<li>
			Monsoon Audio
		</li>
	</ul>
	<h1>Current Additions:</h1> <h2> Performace/ Handling: </h2> 
	<ul>
		<li>
			Neuspeed 28mm rear swaybar
		</li>
		<li>
			evry mod with holding circut
		</li>
	</ul>
	<h2> Convinience/ Safety/ Utility: </h2> 
	<ul>
		<li>
			50% tint all around - on the car when purchased, probably a little lighter than 
I would have chosen but it looks good and won't get me harassed.
		</li>
		<li>
			A-B-C fire extinguisher in rear footwell.  I haven't found a good place to 
mount it.
		</li>
		<li>
			pair of 12" DMX subs driven by a Sony open box special.  Too much sub in a 
great big box with not quite enough amp.  Good thing it was all super cheap.
		</li>
		<li>
			Neo iON iPod interface
		</li>
	</ul>
	<h1>What's Broken?</h1> 
	<p>
		nothing at the moment.
	</p>
	<h1>Next Mods</h1> 
	<p>
		The Neuspeed rear swaybar is waiting for a nice warm dry day.
	</p>
	<p>
		I want to get e-code headlights for better light output, as well as fog lights.  I also 
want to go for a smoked out look on the car, going to do all smoked lenses and black out the B pillar 
and sideview mirrors sometime.
	</p>
	<p>
		My stock clutch is at it's limits with the evry mod.  VR6 clutch and Corrado G60 
flywheel sometime.
	</p>
	<p>
		More important than being able to slip my clutch in 3rd-and-up when cold is that I 
think I'm overboosting below 2000RPM when I get on it, so a boost gauge is an absolute must.  I want to 
keep tabs on my EGTs too, so a pair of Autometer Cobalt gauges is in the near future.
	</p>
	<p>
		Once the clutch is up to snuff, I'm upgrading my nozzles to realize the power the car 
really has.
	</p>
	<br />
<!-- This little BR is because IE5PC likes to ignore the 
margin-bottom on the last P above if it is the last element in the DIV-->
</div>
<? { $lines = file("../menus/END"); }
    foreach ( $lines as $line_num => $line ) { echo $line; } ?>
