Browse by Car
Dodge:
Plymouth:
if($_SERVER['SERVER_NAME'] == "localhost"){
include('http://localhost/mopar/_images/nav-include.html?ads=0');
}else if($no_ads){
include('http://www.stockmopar.com/_images/nav-include.html?ads=0');
}else{
include('http://www.stockmopar.com/_images/nav-include.html');
}
?>
if($_SERVER['SERVER_NAME'] == "localhost"){
include('http://localhost/mopar/_images/footer-include.html?ads=0');
}else if($no_ads){
include('http://www.stockmopar.com/_images/footer-include.html?ads=0');
}else{
include('http://www.stockmopar.com/_images/footer-include.html');
}
?>