Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
<HTML>
<HEAD>
<TITLE>Lt Paul McCombs 1994 Explorer XLT Off the Beaten Trail</TITLE>
<META NAME="Author" CONTENT="Copyright 1998 Rick Horwitz All Rights Reserved">
<META NAME="KeyWords" CONTENT="ford, explorer, xlt, fourwheeling, four, wheel drive, 4x4, offroad, offroading">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000" BACKGROUND="blueline.gif">
<CENTER>
<H1>
<FONT SIZE=+2></FONT></H1></CENTER>
<CENTER><TABLE BORDER=0 CELLPADDING=5 >
<TR>
<TD VALIGN=TOP WIDTH="145"><b><font face="Arial,Helvetica">Editor</font></b>
<br><b><a href="mailto:explorer@4x4central.com">Rick Horwitz</a></b>
<p><img SRC="leftnav.gif" height=480 width=89 usemap="#leftnav" border="0">
<p><a href="http://www.theautochannel.com/netrev/trucks/97080515240805.html"><img SRC="best.gif" height=90 width=75></a>
<p><a href="http://4wheeldrive.miningco.com"><img SRC="bon_mar.gif" height=72 width=83></a>
<p><a href="http://www.autodirectory.com"><img SRC="3featured.gif" BORDER=0 height=39 width=117></a>
<map name="leftnav">
<area shape="rect" alt="Home Page" coords="0,2,89,32" href="index.html" title="Home Page">
<area shape="rect" alt="Message Board" coords="1,32,88,62" href="cgi-bin/Ultimate.cgi" title="Message Board">
<area shape="rect" alt="Bookstore" coords="0,62,87,94" href="bookstore.html" title="Bookstore">
<area shape="rect" alt="Resources" coords="0,94,86,125" href="resources.htm" title="Resources">
<area shape="rect" alt="FAQ" coords="0,128,87,158" href="faq.htm" title="FAQ">
<area shape="rect" alt="Tips" coords="0,160,87,190" href="tips.htm" title="Tips">
<area shape="rect" alt="Reviews" coords="1,192,87,221" href="reviews.html" title="Reviews">
<area shape="rect" alt="Readers Rides" coords="3,224,88,254" href="rides.html" title="Readers Rides">
<area shape="rect" alt="Add" coords="1,255,88,285" href="http://www.explorer4x4.com/#add" title="Add">
<area shape="rect" alt="More Explorers" coords="0,290,87,317" href="http://www.explorer4x4.com/#more" title="More Explorers">
<area shape="rect" alt="Explorer Runs" coords="2,318,87,348" href="runs.html" title="Explorer Runs">
<area shape="rect" alt="Whoops" coords="0,353,87,381" href="whoops.htm" title="Whoops">
<area shape="rect" alt="Save Trails" coords="1,382,86,413" href="savetrails.html" title="Save Trails">
<area shape="rect" alt="Links" coords="1,415,86,447" href="cgi-bin/linkmat.cgi" title="Links">
<area shape="rect" alt="Ham Radio" coords="1,448,87,477" href="radio.html" title="Ham Radio">
<area shape="default" nohref>
</map></TD>
<TD>
<CENTER><IMG SRC="otbt.jpg" HEIGHT=52 WIDTH=330><BR>
<FONT SIZE=+2>LT. Paul McComb's<BR>
1994 Explorer XLT</FONT><BR>
<BR></CENTER>
<CENTER><TABLE BORDER=0 WIDTH="80%" BGCOLOR="#FFFFFF" >
<TR>
<TD>
<CENTER><IMG SRC="pdxlt2.jpg" ALT="Explorer in Iceland" HSPACE=3 VSPACE=3 HEIGHT=200 WIDTH=361 ALIGN=LEFT></CENTER>
<FONT FACE="Arial,Helvetica">My wife and I are in Iceland serving at Naval
Air Station Keflavik.&nbsp; We've been up here for about 2 years.&nbsp;
Iceland is a 4x4'ing paradise.&nbsp; Even with my stock auto-trans 94,
I've been on glaciers, volcanoes, boiling mud-pots, and tons' of waterfalls.&nbsp;</FONT>
<P><FONT FACE="Arial,Helvetica">The four wheeling pictures were taken during
a trip this spring to the waterfall "Haifoss" (High-falls), located towards
the interior of Iceland (west of Mt Hekla, and south of the Langjokull
glacier).&nbsp; Nearly all of Iceland's interior is uninhabited, and all
of it is prime 4x4'ing country! 4x4'ing is quite popular among the Icelanders
and it's a common site to see lifted trucks on their way out to drive on
the glaciers.&nbsp; Ford Econoline vans and Toyota pick-ups seem to be
the most popular 'glacier mobiles', but I've spotted a few Explorers as
well.</FONT>
<CENTER><BR>
<IMG SRC="pdxlt.jpg" ALT="Explorer in Iceland" HSPACE=3 VSPACE=3 HEIGHT=251 WIDTH=338 ALIGN=LEFT></CENTER>
<FONT FACE="Arial,Helvetica">The U.S. Naval Air Station is in Keflavik,
a small town on the southwest coast of Iceland.&nbsp; Keflavik is 48 kilometers
away from the capital city of Reykjavik.&nbsp; There are about 2,300 members
of the Armed Forces stationed here, with representatives from all four
services.&nbsp; The base has two 4x4 wheeling clubs.&nbsp; Information
on the base is available at <A HREF="http://www.nctskef.navy.mil">www.nctskef.navy.mil</A>.</FONT></TD>
</TR>
</TABLE></CENTER>
<CENTER>
<P><FONT FACE="Arial,Helvetica"><FONT SIZE=+1>E-mail Paul at:&nbsp;</FONT></FONT>
<BR><FONT FACE="Arial,Helvetica"><FONT SIZE=+1><A HREF="mailto:76653.2763@compuserve.com">76653.2763@compuserve.com</A></FONT></FONT>
<BR>
<center><SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var sid="mitnamdliw_wildmantim";
function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"Go -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
}
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
}
}
function makeMyMenu() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=http://www.4x4central.com/#more>Featured Explorers');
document.write ('<option value=http://www.4x4central.com/tech.html>Rick Horwitz 1993 XL');
document.write ('<option value=http://www.4x4central.com/adams.html>Matt Adams 1994');
document.write ('<option value=http://www.4x4central.com/green.html>Brian Green 2wd');
document.write ('<option value=http://www.4x4central.com/alfredo.html>Alfredo Cobos 1994 XLT');
document.write ('<option value=http://www.4x4central.com/tagaca.html>Stephen Tagaca 1991 Sport');
document.write ('<option value=http://www.4x4central.com/sema99/trailmaster.html>Trailmasters 99 Lift');
document.write ('<option value=http://www.4x4central.com/2001.html>2001 Explorer Preview');
document.write ('<option value=http://www.4x4central.com/tc.html>Todd Curtis 1998 Sport');
document.write ('<option value=http://www.4x4central.com/sabin.html>Paul Sabin 1991 Sport');
document.write ('<option value=http://www.4x4central.com/riddle.html>Matt Riddle 1992 XLT');
document.write ('<option value=http://www.4x4central.com/andrew.html>Andrew Brlic 1996 XLT');
document.write ('<option value=http://www.4x4central.com/meisner.html>David Meisner 1992');
document.write ('<option value=http://www.4x4central.com/zabala.html>Zabala Brothers 1992');
document.write ('<option value=http://www.4x4central.com/todd.html>Todd Edgerton 1993 Sport');
document.write ('<option value=http://www.4x4central.com/laney.html>Mike Laney 1993');
document.write ('<option value=http://www.4x4central.com/mcneil.html>Perry McNeil 1993/98');
document.write ('<option value=http://www.4x4central.com/joey.html>Joey Jones 1992');
document.write ('<option value=http://www.4x4central.com/robbie.htm>Robbie Gonzalez 1995');
document.write ('<option value=http://www.4x4central.com/ocl.htm>Paul Bredehoft 1991 XLT');
document.write ('<option value=http://www.4x4central.com/jack.htm>Jack Lobdell 1992 XLT');
document.write ('<option value=http://www.4x4central.com/dency.htm>John Dency 1991');
document.write ('<option value=http://www.4x4central.com/melanie.htm>Melanie Thurstons 1991 XLT');
document.write ('<option value=http://www.4x4central.com/iceland.htm>Lt. Paul McCombs 1994 XLT');
document.write ('<option value=http://www.4x4central.com/hale.htm>Shane Hale 1993 Sport');
document.write ('<option value=http://www.4x4central.com/zims.htm>Zimmermans 1993 EB');
document.write ('<option value=http://www.4x4central.com/kocher.htm>Kevin Kocher 1991 XLT');
document.write ('<option value=http://www.4x4central.com/jeff.htm>Jeffrey Treder 1991 Sport');
document.write ('<option value=http://www.4x4central.com/steves.html>Steve Sampson 1991 ');
document.write ('<option value=http://www.4x4central.com/bradsexp.htm>Brad Meacham 1992');
document.write ('<option value=http://www.4x4central.com/kevinexp.htm>Kevin Loughran 1992');
document.write ('<option value=http://www.4x4central.com/ayers.html>Michael Ayers 1994');
document.write ('<option value=http://www.4x4central.com/squirechuk.htm>John Squirechuck 1993 XLT');
document.write ('</select>');
document.write ('</form>');
}
while(sid!="mitnamdliw_wildmantim"){};
makeMyMenu();
// End -->
</SCRIPT></center>
</TD>
</TR>
</TABLE></CENTER>
</BODY>
</HTML>