<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Harv's Car Wash - Home</title>
<link href="/css/main.css" rel="stylesheet" type="text/css" media="all" />
<meta name="keywords" content="Sacramento, Santa Clara, Mountain View, car wash, window tinting, green certified" />
<link href="/favicon.ico" rel="shortcut icon" />
<meta name="description" content="Harv's green-certified carwash is a SACRAMENTO SUSTAINABLE BUSNESS offering car washing, detailing, and automotive window tinting." />
<script type="text/javascript">
function goDirect(page)
{
var the_style;
var carwash = getCookie('carwash');
if ((carwash != null) && (carwash != ""))
{
newURL = '/_' + carwash + '/' + page;
location.href = newURL;
return false;
}
newURL = '/_sacramento/' + page;
location.href = newURL;
return false;
} // goDirect
</script>
<csimport user="component/footer.html" occur="96">
<link href="component/css/main.css" rel="stylesheet" type="text/css" media="all" />
</csimport>
<csimport user="component/locations.html" occur="30">
<script type="text/javascript">
var saved_page;
function getCookie(c_name)
{
if (document.cookie.length>0)
{
c_start=document.cookie.indexOf(c_name + "=");
if (c_start!=-1)
{
c_start=c_start + c_name.length+1;
c_end=document.cookie.indexOf(";",c_start);
if (c_end==-1) c_end=document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
} // getCookie
function setCookie(c_name,value,expiredays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString()) + ";path=/;";
} // setCookie
function getStyleObject(objectId) {
// cross-browser function to get an object's style object given its id
if(document.getElementById && document.getElementById(objectId)) {
// W3C DOM
return document.getElementById(objectId).style;
} else if (document.all && document.all(objectId)) {
// MSIE 4 DOM
return document.all(objectId).style;
} else if (document.layers && document.layers[objectId]) {
// NN 4 DOM.. note: this won't find nested layers
return document.layers[objectId];
} else {
return false;
}
} // getStyleObject
function showlocation()
{
carwash = getCookie('carwash');
if (carwash == "sacramento")
{
document.getElementById('sacramento').className = 'current-location';
}
if (carwash == "santa_clara")
{
document.getElementById('santaclara').className = 'current-location';
}
if (carwash == "mountain_view")
{
document.getElementById('mountainview').className = 'current-location';
}
} // showlocation
function goLocal(page)
{
var the_style;
var carwash = getCookie('carwash');
if ((carwash != null) && (carwash != ""))
{
newURL = '/_' + carwash + '/' + page;
location.href = newURL;
return false;
}
saved_page = page;
the_style = getStyleObject("selector");
the_style.visibility = "visible";
return false;
} // goLocal
function goSelection()
{
var carwash = getCookie('carwash');
newURL = '/_' + carwash + '/' + saved_page;
location.href = newURL;
return false;
} // goSelection
</script>
</csimport>
<script type="text/javascript">
<!--
function getStyleObject(objectId) {
// cross-browser function to get an object's style object given its id
if(document.getElementById && document.getElementById(objectId)) {
// W3C DOM
return document.getElementById(objectId).style;
} else if (document.all && document.all(objectId)) {
// MSIE 4 DOM
return document.all(objectId).style;
} else if (document.layers && document.layers[objectId]) {
// NN 4 DOM.. note: this won't find nested layers
return document.layers[objectId];
} else {
return false;
}
} // getStyleObject
var timeout;
function slide()
{
var win_width = 0;
var target_left = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
win_width = window.innerWidth;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
//IE 6+ in 'standards compliant mode'
win_width = document.documentElement.clientWidth;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
win_width = document.body.clientWidth;
}
target_left = win_width / 2 - 175;
var the_style = getStyleObject("slider");
var the_left = parseInt(the_style.left) + 10;
if (document.layers)
{
the_style.left = the_left;
}
else
{
the_style.left = the_left + "px";
}
if (the_left < target_left)
{
timeout = setTimeout("slide();",10);
}
}
function styledPopupClose() {
document.getElementById("slider").style.display = "none";
Y = bottom; // if it was closed, make sure extra computations are done in dropMyPopup()
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
</head>
<body class="main" onload="showlocation();slide();">
<table width="829" border="0" cellspacing="0" cellpadding="0" align="center">
<tr valign="top" height="116">
<td colspan="2" align="left" valign="bottom" width="829" height="116" background="img/_home/home-top-carwash-new.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="116">
<td width="230" height="116"></td>
<td valign="bottom" height="116"><csobj csref="component/locations.html" h="20" occur="30" t="Component" w="599">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div class="top-nav">
<table border="0" cellspacing="0" cellpadding="0" height="18">
<tr>
<td align="left" valign="top" width="195"><img src="/img/_home/spacer.gif" alt="" height="18" width="195" border="0" /></td>
<td id="sacramento" class="not-location"><a href="/_sacramento/index.html" onclick="setCookie('carwash','sacramento');goLocal(index.html);return false;">Sacramento</a></td>
<td id="santaclara" class="not-location"><a href="/_santa_clara/index.html" onclick="setCookie('carwash','santa_clara');goLocal(index.html);return false;">Santa Clara</a></td>
<td id="mountainview" class="not-location"><a href="/_mountain_view/index.html" onclick="setCookie('carwash','mountain_view');goLocal(index.html);return false;">Mountain View</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</csobj></td>
</tr>
</table>
</td>
</tr>
<tr align="left" valign="top">
<td align="left" valign="top" width="163" background="img/_home/bg-body.gif">
<div align="center">
<table width="163" border="0" cellspacing="0" cellpadding="0">
<tr height="556">
<td align="right" valign="top" width="163" height="556" background="img/_home/nav-sidebar-bg.gif"><csobj csref="component/nav.html" h="551" occur="62" t="Component" w="163">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" width="150">
<div class="nav">
<h5>Harv's Car Wash</h5>
<p><a href="/_sacramento/index.html" onclick="Javascript:goLocal('index.html');return false;">Home</a></p>
<p><a href="/locations.html">Locations</a></p>
<p><a href="/_sacramento/savings-center.html" onclick="Javascript:goLocal('savings-center.html');return false;">Coupon Specials</a></p>
<p><a href="/cgi-bin/DJgallery.cgi?TEMPLATE=news.html&ZONE=NEWS&SORT=REV">Harv's in the News</a></p>
<h5>Full Service Washing</h5>
<p><a href="/_sacramento/full-service.html" onclick="Javascript:goLocal('full-service.html');return false;">Full Service Packages</a></p>
<p><a href="/_sacramento/full-service.html#benefits" onclick="Javascript:goLocal('full-service.html#benefits');return false;">Benefits of Carwashes</a></p>
<h5>Detail Services</h5>
<p class="stars"><img src="/img/star.gif" alt="" height="11" width="10" border="0" /><a href="/_sacramento/express-detail.html" onclick="Javascript:goLocal('express-detail.html');return false;">Express Detail Packages</a><img src="/img/star.gif" alt="" height="11" width="10" border="0" /></p>
<p><a href="/_sacramento/full-detail.html" onclick="Javascript:goLocal('full-detail.html');return false;">Full Detail Packages</a></p>
<p><a href="/_sacramento/appointment-detail.html" onclick="Javascript:goLocal('appointment-detail.html');return false;">Make An Appointment</a></p>
<h5>VIP Programs</h5>
<p><a href="/_sacramento/vip.html" onclick="Javascript:goLocal('vip.html');return false;">Realtors Club</a></p>
<p><a href="/_sacramento/vip.html" onclick="Javascript:goLocal('vip.html');return false;">VIP Club</a></p>
<h5><span class="green">The Environment</span></h5>
<p><a href="/_sacramento/green-certification.html" onclick="Javascript:goLocal('green-certification.html');return false;">Green Certifications</a></p>
<p><a href="/_sacramento/green-tips.html" onclick="Javascript:goLocal('green-tips.html');return false;">Ten Green Tips</a></p>
<p><a href="/_sacramento/hose.html" onclick="Javascript:goLocal('hose.html');return false;">Hang Up the Hose</a></p>
<h5>Fundraising Programs</h5>
<p><a href="/_sacramento/fundraising.html" onclick="Javascript:goLocal('fundraising.html');return false;">Share the Profits</a></p>
<h5>At Your Service</h5>
<p><a href="/_sacramento/survey.html" onclick="Javascript:goLocal('survey.html');return false;">Feedback Survey</a></p>
<p><a href="/_sacramento/directions.html" onclick="Javascript:goLocal('directions.html');return false;">Location and Map</a></p>
<p><a href="/_sacramento/contact.html" onclick="Javascript:goLocal('contact.html');return false;">Contact Us</a></p>
<p><a href="/_sacramento/employment.html" onclick="Javascript:goLocal('employment.html');return false;">Employment</a></p>
<p><a href="http://www.harvscarwash.com/_media/media.html">Media</a></p>
<h5> </h5>
<p> </p>
<p> </p>
<p> </p>
</div>
</td>
</tr>
</table>
<div id="selector" class="selector">
<h5>Select a Location:</h5>
<p><a href="/_sacramento" onclick="Javascript:setCookie('carwash','sacramento');goSelection();return false;">Sacramento</a></p>
<p><a href="/_santa_clara" onclick="Javascript:setCookie('carwash','santa_clara');goSelection();return false;">Santa Clara</a></p>
<p><a href="/_mountain_view" onclick="Javascript:setCookie('carwash','mountain_view');goSelection();return false;">Mountain View</a></p>
</div>
</csobj></td>
</tr>
<tr height="73">
<td align="left" valign="top" width="163" height="73"><a href="/_sacramento/green-tips.html" onclick="Javascript:goLocal('green-tips.html');return false;"><img src="/img/_home/green-tips.gif" alt="" height="73" width="163" border="0" /></a></td>
</tr>
<tr height="92">
<td align="left" valign="top" width="163" height="92"><img src="/img/banner-int-voted.gif" alt="" height="98" width="163" border="0" /></td>
</tr>
</table>
</div>
</td>
<td align="left" valign="top" width="666">
<div align="center">
<table width="666" border="0" cellspacing="0" cellpadding="0">
<tr height="120">
<td align="left" valign="top" width="666" height="120" background="/img/_home/home-bg-aaa.jpg">
<table width="666" border="0" cellspacing="0" cellpadding="0" height="120">
<tr>
<td width="200"> </td>
<td valign="middle">
<p class="main-small"><span class="main-small">AAA – Show your card and save!</span> Harv's is proud to be a part of AAA's 'SHOW YOUR CARD & SAVE' program. By simply showing your AAA card when you come to any of our Harv's locations, you can receive exclusive discounts and promotions including %10 off all detailing and tinting services. Just ask us about our AAA benefits.</p>
</td>
</tr>
</table>
</td>
</tr>
<tr height="120">
<td align="left" valign="top" width="666" height="120" background="/img/_home/home-bg-coupons.jpg">
<table width="666" border="0" cellspacing="0" cellpadding="0" height="120">
<tr>
<td width="200"><a href="/_sacramento/savings-center.html" onclick="Javascript:goLocal('savings-center.html');return false;"><img src="img/transparent.gif" alt="" height="120" width="200" border="0" /></a></td>
<td valign="middle">
<p class="main-small"><span class="main-small">Coupon Specials.</span> Take a look at our <br />
monthly specials. Saving money is as easy <br />
as downloading our coupons & bringing<br />
them with you on your next visit to <br />
Harv's. <a class="main" href="/_sacramento/savings-center.html" onclick="Javascript:goLocal('savings-center.html');return false;">Start saving now!</a></p>
</td>
</tr>
</table>
</td>
</tr>
<tr height="120">
<td align="left" valign="top" width="666" height="120" background="/img/_home/home-bg-fb.jpg">
<table width="666" border="0" cellspacing="0" cellpadding="0" height="120">
<tr>
<td width="200"><a href="https://www.facebook.com/harvs.carwashes" target="_blank"><img src="img/transparent.gif" alt="" height="120" width="200" border="0" /></a></td>
<td valign="middle">
<p class="main-small"><span class="main-small">Join us on facebook!</span> Facebook is the only place to find Harv's Car Wash's best deals! Become our friend on Facebook and start saving today!</p>
<p class="main-small" align="right"><a href="https://www.facebook.com/harvs.carwashes" target="_blank" class="main">Click here to ADD us AS A FRIEND!</a></p>
</td>
</tr>
</table>
</td>
</tr>
<tr height="240">
<td align="left" valign="top" width="666" height="249" background="/img/_home/home-bg-body.jpg">
<p class="main-large"><span class="main-large">Welcome to Harv’s Carwash</span>, an established Northern California network of “green certified” car washes where every effort is placed on maintaining 35 years of customer satisfaction. We provide the ultimate in full-service, quality car care for over 1 million customers and counting.</p>
<p class="main-large">We have locations in Mountain View, Sacramento, and Santa Clara, and we offer an array of services from wash packages to detailing and more. Come visit us and see why our motto is “Get in. Get out. Get clean.”</p>
<p class="main-large">Harv's is proud to operate the only <span class="main-green">GREEN CERTIFIED</span> car washes in Santa Clara County. We do our part to protect the environment by using reclaimed water, conserving energy, recycling at all of our locations, and by preventing pollution. <a class="main" href="/_sacramento/green-certification.html" onclick="Javascript:goDirect('green-certification.html');return false;">Find out more</a>
</p>
</td>
</tr>
<tr height="127">
<td align="left" valign="top" width="666" height="127"><img src="/img/_home/home-bg-bottom.jpg" alt="" height="127" width="666" border="0" /></td>
</tr>
</table>
</div>
</td>
</tr>
<tr align="left" valign="top">
<td colspan="2" align="left" valign="top" bgcolor="#a5c197" width="829"><csobj csref="component/footer.html" h="122" occur="96" t="Component" w="829">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div class="footer" align="center">
<font color="#221e1f">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="/img/_footer/logos-associations.gif" alt="" height="61" width="117" border="0" /></td>
<td align="center" valign="top" width="625"><font color="#221e1f"><a href="/_sacramento/full-service.html" onclick="Javascript:goLocal('full-service.html');return false;">Full Service Packages</a> / <a href="/_sacramento/express-detail.html" onclick="Javascript:goLocal('express-detail.html');return false;">Express Detail Packages</a> / <a href="/_sacramento/full-detail.html" onclick="Javascript:goLocal('full-detail.html');return false;">Full Detail Packages</a> / <a href="/_sacramento/survey.html" onclick="Javascript:goLocal('survey.html');return false;">Feedback Survey</a> / <a href="/_sacramento/contact.html" onclick="Javascript:goLocal('contact.html');return false;">Contact Us</a> / <a href="/_sacramento/directions.html" onclick="Javascript:goLocal('directions.html');return false;">Directions/Locations</a><br />
</font><font color="#221e1f">Content © 2007, 2008 Harv's Car Wash / Site Design © 2007 Danté Creative Group / CTS Internet / <a href="/sitemap.html">Sitemap</a><br />
<br />
</font><font color="#221e1f">Prices are subject to change at any time. Though we do our best to ensure accurate information on this web site, Harv's Car Wash is not responsible or typographical errors or pricing discrepancies. Should a dispute arise between posted prices on our website and actual charges in store, in store prices shall prevail.</font></td>
<td valign="top" width="87"><img src="/img/_footer/logos-credit-cards.gif" alt="" height="109" width="87" border="0" /></td>
</tr>
</table>
</font></div>
</td>
</tr>
</table>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-3554059-1";
urchinTracker();
</script>
</csobj></td>
</tr>
</table>
</body>
</html>