Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
139 lines (132 sloc)
7.6 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD> | |
| <TITLE>Kevin Loughran's Ford Explorer</TITLE> | |
| <META NAME="Author" CONTENT="Copyright 1998 Rick Horwitz All Rights Reserved"> | |
| </HEAD> | |
| <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000A0" VLINK="#400080" ALINK="#FF0000" BACKGROUND="blueline.gif"> | |
| <CENTER><TABLE BORDER=0 WIDTH="100%" > | |
| <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 FACE="Arial,Helvetica"><FONT SIZE=+3>Kevin Loughran's Explorer</FONT></FONT> | |
| <BR><IMG SRC="hutrock2.jpg" ALT="Kevin's Explorer" HEIGHT=237 WIDTH=351></CENTER> | |
| <CENTER><TABLE BORDER=0 WIDTH="75%" > | |
| <TR> | |
| <TD>Kevins Explorer is equpped with a 4" Trail Master suspension lift. | |
| 3" body lift, 33x12.50 BFG MT's, ARB's front and back, Smittybuilt bumper, | |
| 4:10 gears, skid plate for the front diff, 8000# Warn winch and Bushwacker | |
| flares.</TD> | |
| </TR> | |
| </TABLE></CENTER> | |
| <CENTER><A HREF="hutrock3.jpg"><IMG SRC="hutrock3sml.jpg" HSPACE=5 VSPACE=5 BORDER=0 HEIGHT=221 WIDTH=138></A><A HREF="hutrock4.jpg"><IMG SRC="hutrock4sml.jpg" HSPACE=5 VSPACE=5 BORDER=0 HEIGHT=220 WIDTH=146></A><BR> | |
| "Hut Rock" | |
| <BR>(click image for larger photo's)<BR> | |
| <BR> | |
| <BR> | |
| <BR><IMG SRC="kevexp2.jpg" ALT="Kevin's Explorer" HEIGHT=275 WIDTH=399> | |
| <BR>Taking the Explorer swimming. | |
| <BR> | |
| <P><IMG SRC="rock3.gif" ALT="Kevin's Explorer" HEIGHT=339 WIDTH=353> | |
| <BR><A HREF="mailto:kas@intergate.bc.ca">Send e-mail to Kevin</A> | |
| <BR><A HREF="mailto:kas@intergate.bc.ca">kas@intergate.bc.ca </A> | |
| <P> | |
| <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> |