adabolic
11-20-2012, 05:07 PM
Hi,
I have a one page form and I can't get it to render correctly in Chrome, Safari and Internet explorer. It was formatted with CSS but somewhere along the line the form reverted back to basic formatting and I just cant figure out why.
I need this form to display an error if the user doesn't submit the required fields and to redirect the lead to another page after they submit.
Im trying to get this form to email the info to two specified email addresses
I've attached the index.html and css files.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TEXAS DIRECT AUTO</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/validationEngine.jquery.css" type="text/css">
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery-cycle.js"></script>
<script src="js/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script>
<script src="js/languages/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8"></script>
<script src="js/script.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/ie7.css" media="screen"/>
<link rel="shortcut icon" href="http://www.texasdirectautoinfo.com/lander/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://www.texasdirectautoinfo.com/lander/images/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- start header -->
<div id="header">
<!-- start box -->
<div class="box">
<!-- start logo -->
<div id="logo">
<a href="http://www.texasdirectautoinfo.com" title="TEXAS DIRECT AUTO"><img src="images/texas-rgb.gif" alt="logo" height="95" width="420"></a>
</div>
<!-- end logo -->
<!-- start header right -->
<div id="header-right">
<!-- start phone block -->
<div class="phone-block">
<img src="images/img_phone.jpg" alt="phone" height="49" width="70">
<span>Give Us a Call Today!<b>832-310-2229</b></span>
</div>
<!-- end phone block -->
<div class="clear"></div>
<!-- start social -->
<div class="social">
<ul>
<li><a href="http://www.bbb.org/" title="BBB"><img src="images/ico_BBS.png" alt="BBB" height="34" width="69"></a></li>
<li><a href="https://plus.google.com/111177360221286345058/about" title="google+"><img src="images/ico_google+.png" alt="Google+" height="34" width="24"></a></li>
<li><a href="http://www.facebook.com/TexasDirectAuto" title="facebook"><img src="images/ico_facebook.png" alt="facebook" height="34" width="15"></a></li>
<li><a href="http://www.youtube.com/user/TexasDirectAuto?feature=watch" title="youtube"><img src="images/ico_youtube.png" alt="Youtube" height="34" width="15"></a></li>
<li class="last"><a href="http://www.facebook.com/TexasDirectAuto/likes" title="facebook"><img src="images/ico_facebook_like.png" alt="Facebook like" height="34" width="79"></a></li>
</ul>
</div>
<!-- end social -->
</div>
<!-- end header right -->
</div>
<!-- end box -->
</div>
<!-- end header -->
<!-- start container -->
<div id="container">
<!-- start box -->
<div class="box">
<!-- start leftcol -->
<div class="left-content">
<!-- start slider -->
<div id="slider">
<img src="images/img_slider.jpg" alt="slider" height="271" width="505">
</div>
<!-- end slider -->
<!-- start content -->
<div class="content">
<h3>Welcome to the <span>World's Largest Independent Dealership.</span> </h3>
<p>Texas Direct Auto keeps over 2000 Units in Stock to choose from. We carry all makes and models, we have some of the best financing options in the country, and we will buy your car even if you don't buy ours. We have everything from Honda Civics to Lamborghini. We have an elite team of buyers that enable us to sell vehicles with low miles at the most competitive prices. Texas Direct Auto is known for our simplistic process that puts you in the drivers seat faster.</p>
<!-- start list -->
<div class="list">
<ul>
<li>Over 2,000 vehicles in stock with top 1% pricing in the country.</li>
<li>We sell to customers locally as well as ship vehicles internationally.</li>
<li>We work with all the major lenders to provide rates as low as 2.9%</li>
<li>We'll give you an online estimate for your trade before you come here.</li>
</ul>
<div class="clear"></div>
</div>
<!-- end list -->
</div>
<!-- end content -->
</div>
<!-- end leftcol -->
<!-- start rightcol -->
<div class="right-content">
<!-- start form fill -->
<div class="form-fill">
<!-- start form -->
<div class="form">
<h3><b>It's</b> Easy <b>and</b> Quick!<span>Find a Vehicle. <b class="red">Get Started Now!</b></span></h3>
<div class="arrow">
<img src="images/img_arrow.png" alt="arrow" height="86" width="95">
</div>
<!-- start forn entry -->
<div class="form-entry">
<!-- STEP 1: Put the full URL to formmail.php on your website in the 'action' value. -->
<form name='leadform' id='leadform' action="http://www.texasdirectautoinfo.com/lander/formmail.php" method='post' class="Search">
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER" />
<!-- STEP 2: Put your email address in the 'recipients' value.
Note that you also have to allow this email address in the
$TARGET_EMAIL setting within formmail.php!
-->
<input type="hidden" name="recipients" value="something@something.com,something@something.com" />
<!-- STEP 3: Specify required fields in the 'required' value - or leave unchanged.
NOTE: DO NOT put your email address and name here.
"Your email address" and "Your name" are error messages for your users to see,
not placeholders for you to replace.
-->
<input type="hidden" name="required" value="First_Name:Your first name,Last_Name:Your last name,Phone_Number:Your phone number,Email_Address:Your email address" />
<!-- STEP 4: Put your subject line in the 'subject' value. -->
<input type="hidden" name="subject" value="Canada Lead Landing Page Lead" />
<!-- ALL DONE! Visit our site for HOW TO guides and more complex features. -->
<!-- this derives (creates) "email" and "realname" special fields from the input fields
<input type="hidden" name="derive_fields" value="email=Email_Address,realname=First_Name" />
-->
<!-- this excludes the "email" and "realname" special fields from the body of the email you receive -->
<input type="hidden" name="mail_options" value="Exclude=email;realname" />
<div class="row">
<label for="First Name" class="label">First Name:</label>
<input name="First Name" id="First Name" class="input" class="validate[required] text-input input" type="text" />
</div>
<div class="row">
<label for="Last Name" class="label">Last Name:</label>
<input name="Last Name" id="Last Name" class="input" class="validate[required] text-input input required" type="text" />
</div>
<div class="row">
<label for="Phone Number" class="label">Phone Number:</label>
<input name="Phone Number" id="Phone Number" class="input" class="validate[required, custom[onlyNumberSp]] text-input input required" type="text" />
</div>
<div class="row">
<label for="Email Address" class="label">Email Address:</label>
<input name="Email Address" id="Email Address" class="input" class="validate[required, custom[email]] text-input input v2_email" type="text" />
</div>
<div class="row gap">
<label for="Make" class="label">Make / Model of Vehicle:</label>
<input name="Vehicle Interested In:" id="Make" class="input" class="validate[required] text-input input required" type="text" />
</div>
<div class="row gap2">
<input name="field" id="financing" value="" class="radio" type="checkbox">
<label for="financing" class="label label2">I need financing!</label>
<input name="field" id="Trade-in" value="" class="radio" type="checkbox">
<label for="Trade-in" class="label label2">I have a Trade-in!</label>
<input name="field" id="shipping" value="" class="radio" type="checkbox">
<label for="shipping" class="label label2">How much for shipping?</label>
</div>
<div class="row">
<input type="submit" value="Find My Car" class="button"/>
<span class="lock">Safe&<br>Secure</span>
</div>
</form>
</div>
<!-- end forn entry -->
<div class="clear"></div>
</div>
<!-- end form -->
</div>
<!-- end form fill -->
</div>
<!-- end rightcol -->
<div class="clear"></div>
</div>
<!-- end box -->
<!-- start button block -->
<div class="button-block">
<div class="box">
<a href="http://www.texasdirectautoinfo.com/finance.html" title="Need Financing? Get Approved Now!" class="button">Need Financing? Fill Out An Application</a>
<a href="http://www.texasdirectautoinfo.com/stock.html" title="View Our Entire Inventory!" class="button2">View Our Entire Inventory!</a>
</div>
</div>
<!-- end button block -->
<!-- start bottom-block -->
<div class="bottom_block">
<div class="box">
<!-- start video -->
<div class="video">
<iframe width="445" height="271" src="http://www.youtube.com/embed/27AT9ScRklo" frameborder="0" allowfullscreen></iframe>
</div>
<!-- end video -->
<!-- start bottom-blk-right -->
<div class="bottom-right">
<h4>What our customers say about us..</h4>
<span class="slider name">
<small>lindagkimsey <b>San Diego, CA</b></small>
<small>John Doe <b>Miami, NJ</b></small>
<small>Maggie Sean <b>Los Angles, NV</b></small>
</span>
<span class="slider blue">
<small>Jaguar : XF</small>
<small>Audi : A4</small>
<small>BMW : Z4</small>
</span>
<blockquote><span><b class="slider">
<small>Amazing Dealership!!! Flew in from CA and drove home with my new car!</small>
<small>Nice Daily Driver.</small>
<small>Best Car. Best Price!!</small>
</b></span></blockquote>
</div>
<!-- end bottom-blk-right -->
</div>
</div>
<!-- start bottom-blk-right -->
</div>
<!-- end container -->
<!-- start footer -->
<div id="footer">
<!-- start box -->
<div class="box">
<!-- start logo block -->
<div class="logo-block">
<ul>
<li><a href="http://stores.ebay.com/texasdirectauto" title="Ebay"><img src="images/img_ebay.png" width="76" height="41" alt="ebay"></a></li>
<li><a href="http://www.cars.com/for-sale/searchresults.action?stkTyp=U&dlId=463819" title="Cars.com"><img src="images/img_cars.png" width="85" height="41" alt="cars"></a></li>
<li><a href="http://www.autotrader.com/dealers/dda/index.jsp?dealership_view_name=texasdirectauto&address=77477&dealer_id=8701969" title="AutoTrade.com"><img src="images/img_autotrade.png" width="229" height="41" alt="autotrade"></a></li>
<li><a href="http://www.kbb.com/" title="Kelly Blue Book"><img src="images/img_kelly.png" width="132" height="41" alt="kelly"></a></li>
<li><a href="http://www.nadaguides.com/" title="NADA"><img src="images/img_nada.png" width="37" height="41" alt="nada"></a></li>
</ul>
</div>
<!-- end logo block -->
<!-- start footer bottom -->
<div class="footer-bottom">
<ul>
<li>Copyright © 2012-2013 Texas Direct Auto</li>
<li><a href="#" title="Blog">Blog</a></li>
<li><a href="javascript:void(0);" class="blk" onclick="newWindow('faq.html','','500','600','resizable,scrollbars')">FAQ</li>
<li><a href="http://stores.ebay.com/texasdirectauto" title="eBay Store">eBay Store</a></li>
<li><a href="http://www.texasdirectautoinfo.com/lander/contact.html" title="Contact Us">Contact Us</a></li>
<li><a href="http://www.texasdirectautoinfo.com/lander/privacy.html" title="Privacy Policy">Privacy Policy</a></li>
<li class="last"><a href="https://plus.google.com/111177360221286345058/about" title="Google+"><img src="images/ico_google+2.png" width="24" height="15" alt="google+"></a>
<a href="http://www.facebook.com/TexasDirectAuto" title="Facebook"><img src="images/ico_facebook2.png" width="14" height="15" alt="facebook"></a>
<a href="http://www.youtube.com/user/TexasDirectAuto?feature=watch" title="Youtube"><img src="images/ico_youtube2.png" width="15" height="15" alt="youtube"></a></li>
</ul>
</div>
<!-- end footer bottom -->
</div>
<!-- end box -->
</div>
<!-- end footer -->
<!-- Get Clicky Tracking Code-->
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100546024); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100546024ns.gif" /></p></noscript>
<!-- Google Analytics Tracking Code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16152976-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
I have a one page form and I can't get it to render correctly in Chrome, Safari and Internet explorer. It was formatted with CSS but somewhere along the line the form reverted back to basic formatting and I just cant figure out why.
I need this form to display an error if the user doesn't submit the required fields and to redirect the lead to another page after they submit.
Im trying to get this form to email the info to two specified email addresses
I've attached the index.html and css files.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TEXAS DIRECT AUTO</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/validationEngine.jquery.css" type="text/css">
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery-cycle.js"></script>
<script src="js/jquery.validationEngine.js" type="text/javascript" charset="utf-8"></script>
<script src="js/languages/jquery.validationEngine-en.js" type="text/javascript" charset="utf-8"></script>
<script src="js/script.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/ie7.css" media="screen"/>
<link rel="shortcut icon" href="http://www.texasdirectautoinfo.com/lander/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://www.texasdirectautoinfo.com/lander/images/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- start header -->
<div id="header">
<!-- start box -->
<div class="box">
<!-- start logo -->
<div id="logo">
<a href="http://www.texasdirectautoinfo.com" title="TEXAS DIRECT AUTO"><img src="images/texas-rgb.gif" alt="logo" height="95" width="420"></a>
</div>
<!-- end logo -->
<!-- start header right -->
<div id="header-right">
<!-- start phone block -->
<div class="phone-block">
<img src="images/img_phone.jpg" alt="phone" height="49" width="70">
<span>Give Us a Call Today!<b>832-310-2229</b></span>
</div>
<!-- end phone block -->
<div class="clear"></div>
<!-- start social -->
<div class="social">
<ul>
<li><a href="http://www.bbb.org/" title="BBB"><img src="images/ico_BBS.png" alt="BBB" height="34" width="69"></a></li>
<li><a href="https://plus.google.com/111177360221286345058/about" title="google+"><img src="images/ico_google+.png" alt="Google+" height="34" width="24"></a></li>
<li><a href="http://www.facebook.com/TexasDirectAuto" title="facebook"><img src="images/ico_facebook.png" alt="facebook" height="34" width="15"></a></li>
<li><a href="http://www.youtube.com/user/TexasDirectAuto?feature=watch" title="youtube"><img src="images/ico_youtube.png" alt="Youtube" height="34" width="15"></a></li>
<li class="last"><a href="http://www.facebook.com/TexasDirectAuto/likes" title="facebook"><img src="images/ico_facebook_like.png" alt="Facebook like" height="34" width="79"></a></li>
</ul>
</div>
<!-- end social -->
</div>
<!-- end header right -->
</div>
<!-- end box -->
</div>
<!-- end header -->
<!-- start container -->
<div id="container">
<!-- start box -->
<div class="box">
<!-- start leftcol -->
<div class="left-content">
<!-- start slider -->
<div id="slider">
<img src="images/img_slider.jpg" alt="slider" height="271" width="505">
</div>
<!-- end slider -->
<!-- start content -->
<div class="content">
<h3>Welcome to the <span>World's Largest Independent Dealership.</span> </h3>
<p>Texas Direct Auto keeps over 2000 Units in Stock to choose from. We carry all makes and models, we have some of the best financing options in the country, and we will buy your car even if you don't buy ours. We have everything from Honda Civics to Lamborghini. We have an elite team of buyers that enable us to sell vehicles with low miles at the most competitive prices. Texas Direct Auto is known for our simplistic process that puts you in the drivers seat faster.</p>
<!-- start list -->
<div class="list">
<ul>
<li>Over 2,000 vehicles in stock with top 1% pricing in the country.</li>
<li>We sell to customers locally as well as ship vehicles internationally.</li>
<li>We work with all the major lenders to provide rates as low as 2.9%</li>
<li>We'll give you an online estimate for your trade before you come here.</li>
</ul>
<div class="clear"></div>
</div>
<!-- end list -->
</div>
<!-- end content -->
</div>
<!-- end leftcol -->
<!-- start rightcol -->
<div class="right-content">
<!-- start form fill -->
<div class="form-fill">
<!-- start form -->
<div class="form">
<h3><b>It's</b> Easy <b>and</b> Quick!<span>Find a Vehicle. <b class="red">Get Started Now!</b></span></h3>
<div class="arrow">
<img src="images/img_arrow.png" alt="arrow" height="86" width="95">
</div>
<!-- start forn entry -->
<div class="form-entry">
<!-- STEP 1: Put the full URL to formmail.php on your website in the 'action' value. -->
<form name='leadform' id='leadform' action="http://www.texasdirectautoinfo.com/lander/formmail.php" method='post' class="Search">
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER" />
<!-- STEP 2: Put your email address in the 'recipients' value.
Note that you also have to allow this email address in the
$TARGET_EMAIL setting within formmail.php!
-->
<input type="hidden" name="recipients" value="something@something.com,something@something.com" />
<!-- STEP 3: Specify required fields in the 'required' value - or leave unchanged.
NOTE: DO NOT put your email address and name here.
"Your email address" and "Your name" are error messages for your users to see,
not placeholders for you to replace.
-->
<input type="hidden" name="required" value="First_Name:Your first name,Last_Name:Your last name,Phone_Number:Your phone number,Email_Address:Your email address" />
<!-- STEP 4: Put your subject line in the 'subject' value. -->
<input type="hidden" name="subject" value="Canada Lead Landing Page Lead" />
<!-- ALL DONE! Visit our site for HOW TO guides and more complex features. -->
<!-- this derives (creates) "email" and "realname" special fields from the input fields
<input type="hidden" name="derive_fields" value="email=Email_Address,realname=First_Name" />
-->
<!-- this excludes the "email" and "realname" special fields from the body of the email you receive -->
<input type="hidden" name="mail_options" value="Exclude=email;realname" />
<div class="row">
<label for="First Name" class="label">First Name:</label>
<input name="First Name" id="First Name" class="input" class="validate[required] text-input input" type="text" />
</div>
<div class="row">
<label for="Last Name" class="label">Last Name:</label>
<input name="Last Name" id="Last Name" class="input" class="validate[required] text-input input required" type="text" />
</div>
<div class="row">
<label for="Phone Number" class="label">Phone Number:</label>
<input name="Phone Number" id="Phone Number" class="input" class="validate[required, custom[onlyNumberSp]] text-input input required" type="text" />
</div>
<div class="row">
<label for="Email Address" class="label">Email Address:</label>
<input name="Email Address" id="Email Address" class="input" class="validate[required, custom[email]] text-input input v2_email" type="text" />
</div>
<div class="row gap">
<label for="Make" class="label">Make / Model of Vehicle:</label>
<input name="Vehicle Interested In:" id="Make" class="input" class="validate[required] text-input input required" type="text" />
</div>
<div class="row gap2">
<input name="field" id="financing" value="" class="radio" type="checkbox">
<label for="financing" class="label label2">I need financing!</label>
<input name="field" id="Trade-in" value="" class="radio" type="checkbox">
<label for="Trade-in" class="label label2">I have a Trade-in!</label>
<input name="field" id="shipping" value="" class="radio" type="checkbox">
<label for="shipping" class="label label2">How much for shipping?</label>
</div>
<div class="row">
<input type="submit" value="Find My Car" class="button"/>
<span class="lock">Safe&<br>Secure</span>
</div>
</form>
</div>
<!-- end forn entry -->
<div class="clear"></div>
</div>
<!-- end form -->
</div>
<!-- end form fill -->
</div>
<!-- end rightcol -->
<div class="clear"></div>
</div>
<!-- end box -->
<!-- start button block -->
<div class="button-block">
<div class="box">
<a href="http://www.texasdirectautoinfo.com/finance.html" title="Need Financing? Get Approved Now!" class="button">Need Financing? Fill Out An Application</a>
<a href="http://www.texasdirectautoinfo.com/stock.html" title="View Our Entire Inventory!" class="button2">View Our Entire Inventory!</a>
</div>
</div>
<!-- end button block -->
<!-- start bottom-block -->
<div class="bottom_block">
<div class="box">
<!-- start video -->
<div class="video">
<iframe width="445" height="271" src="http://www.youtube.com/embed/27AT9ScRklo" frameborder="0" allowfullscreen></iframe>
</div>
<!-- end video -->
<!-- start bottom-blk-right -->
<div class="bottom-right">
<h4>What our customers say about us..</h4>
<span class="slider name">
<small>lindagkimsey <b>San Diego, CA</b></small>
<small>John Doe <b>Miami, NJ</b></small>
<small>Maggie Sean <b>Los Angles, NV</b></small>
</span>
<span class="slider blue">
<small>Jaguar : XF</small>
<small>Audi : A4</small>
<small>BMW : Z4</small>
</span>
<blockquote><span><b class="slider">
<small>Amazing Dealership!!! Flew in from CA and drove home with my new car!</small>
<small>Nice Daily Driver.</small>
<small>Best Car. Best Price!!</small>
</b></span></blockquote>
</div>
<!-- end bottom-blk-right -->
</div>
</div>
<!-- start bottom-blk-right -->
</div>
<!-- end container -->
<!-- start footer -->
<div id="footer">
<!-- start box -->
<div class="box">
<!-- start logo block -->
<div class="logo-block">
<ul>
<li><a href="http://stores.ebay.com/texasdirectauto" title="Ebay"><img src="images/img_ebay.png" width="76" height="41" alt="ebay"></a></li>
<li><a href="http://www.cars.com/for-sale/searchresults.action?stkTyp=U&dlId=463819" title="Cars.com"><img src="images/img_cars.png" width="85" height="41" alt="cars"></a></li>
<li><a href="http://www.autotrader.com/dealers/dda/index.jsp?dealership_view_name=texasdirectauto&address=77477&dealer_id=8701969" title="AutoTrade.com"><img src="images/img_autotrade.png" width="229" height="41" alt="autotrade"></a></li>
<li><a href="http://www.kbb.com/" title="Kelly Blue Book"><img src="images/img_kelly.png" width="132" height="41" alt="kelly"></a></li>
<li><a href="http://www.nadaguides.com/" title="NADA"><img src="images/img_nada.png" width="37" height="41" alt="nada"></a></li>
</ul>
</div>
<!-- end logo block -->
<!-- start footer bottom -->
<div class="footer-bottom">
<ul>
<li>Copyright © 2012-2013 Texas Direct Auto</li>
<li><a href="#" title="Blog">Blog</a></li>
<li><a href="javascript:void(0);" class="blk" onclick="newWindow('faq.html','','500','600','resizable,scrollbars')">FAQ</li>
<li><a href="http://stores.ebay.com/texasdirectauto" title="eBay Store">eBay Store</a></li>
<li><a href="http://www.texasdirectautoinfo.com/lander/contact.html" title="Contact Us">Contact Us</a></li>
<li><a href="http://www.texasdirectautoinfo.com/lander/privacy.html" title="Privacy Policy">Privacy Policy</a></li>
<li class="last"><a href="https://plus.google.com/111177360221286345058/about" title="Google+"><img src="images/ico_google+2.png" width="24" height="15" alt="google+"></a>
<a href="http://www.facebook.com/TexasDirectAuto" title="Facebook"><img src="images/ico_facebook2.png" width="14" height="15" alt="facebook"></a>
<a href="http://www.youtube.com/user/TexasDirectAuto?feature=watch" title="Youtube"><img src="images/ico_youtube2.png" width="15" height="15" alt="youtube"></a></li>
</ul>
</div>
<!-- end footer bottom -->
</div>
<!-- end box -->
</div>
<!-- end footer -->
<!-- Get Clicky Tracking Code-->
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100546024); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100546024ns.gif" /></p></noscript>
<!-- Google Analytics Tracking Code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16152976-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>