<?php

    // ======================================================================
    // Airports
    // ======================================================================
    $airportsarr = array(
      "Ronald Reagan Washington National Airport" => "Ronald Reagan Washington National Airport",
      "IAD - Washington Dulles International Airport" => "IAD - Washington Dulles International Airport",
      "BWI - Baltimore–Washington International Airport" => "BWI - Baltimore–Washington International Airport"
    );
    // ======================================================================
    // States List
    // ======================================================================
    $statearr = array(
         "DC" => "DC - District of Columbia",
         "MD" => "MD - Maryland",
         "VA" => "VA - Virginia",
         "PA" => "PA - Pennsylvania",
         "DE" => "DE - Delaware",
         "NJ" => "NJ - New Jersey",
         "NY" => "NY - New York"
    );
    // ======================================================================
    // Cars List
    // ======================================================================
    $carstypsarr = array(
      "4 Passenger Lincoln Town Car" => "4 Passenger Lincoln Town Car",
      "7 Passenger SUV Suburban" => "7 Passenger SUV Suburban",
      "10 Passenger Stretch Limo" => "10 Passenger Stretch Limo",
      "10 Passenger Private Van" => "10 Passenger Private Van",
      "14 Passenger Stretch Hummer" => "14 Passenger Stretch Hummer",
      "14 Passenger Private Van" => "14 Passenger Private Van",
      "21 Passenger Mini Bus" => "21 Passenger Mini Bus",
      "28 Passenger Mini bus" => "28 Passenger Mini Bus",
      "35 Passenger Mini Bus" => "35 Passnger Mini bus",
      "52 Passenger Bus" => "52 Passenger Bus",
    );
    // ======================================================================
    // Passengers List
    // ======================================================================
    $passengersarr = array(
      "01" => "01",
      "02" => "02",
      "03" => "03",
      "04" => "04",
      "05" => "05",
      "06" => "06",
      "07" => "07",
      "08" => "08",
      "09" => "09",
      "10" => "10",
      "11" => "11",
      "12" => "12",
      "13" => "13",
      "14" => "14",
      "15" => "15",
      "20" => "20",
      "25" => "25",
      "30" => "30",
      "35" => "35",
      "40" => "40",
      "45" => "45",
      "50" => "50",
      "52" => "52",
    );
    // ======================================================================
    // Fleets List
    // ======================================================================
    $fleetsarr = array(
      "car1" => array(
        "title" => "4 Passenger Lincoln Town Car",
        "img" => "4passengerlincoln.jpg",
        "description" => "We are providing Late Model Executive Lincoln Town Car in our fleet to provide you luxury, comfortable and hassle free ride in reasonable rates. It has enough space for 2 big size and 1 small size luggage.",
      ),
      "car2" => array(
        "title" => "7 Passenger SUV Suburban",
        "img" => "7passengesuburban.jpg",
        "description" => "IAD Car Service is providing you Latest Model SUVs for your airport transportation needs, hourly services as well as point-to-point trips. Our SUVs rates are very reasonable and lower then market rates due to our large number of SUV fleet. It has enough Space for 5 big size luggage.",
      ),
      "car3" => array(
        "title" => "10 Passenger Stretch Limousine",
        "img" => "10passengerstretchlimousin.jpg",
        "description" => "Our Stretch Limousine service is full of excitement, comfort, Luxurious, and style for your parties, concerts and bachelorette or bachelor parties. It has leather interior, fiber optic lights and inside bar. ",
      ),
      "car4" => array(
        "title" => "14 Passenger Ford E3501",
        "img" => "14passengerforde350.png",
        "description" => "IAD Car Service is providing you 14 Passenger Private Black Ford VAN for your Group size requirements. It has luxury seats for you comfort and long trips; it has 5 big size luggage spaces as well.",
      ),
      "car5" => array(
        "title" => "14 Passenger Stretch Limousine",
        "img" => "14passengerstretchlimousine.jpg",
        "description" => "IAD Car Service is providing you 14 Passenger Stretch Limousine as well due to your group size requirements needs. Our stretch limousine is perfect for weddings, wine tours, bachelor parties, concerts, prom and corporate events.",
      ),
      "car6" => array(
        "title" => "22 Passenger Mini Bus",
        "img" => "22passengerminibus.png",
        "description" => "We provide Mini bus on weekly, daily and hourly bases. This Mini bus is fit for the group size of 22 passengers. It has a Big space of luggage as well. It has Luxury Seats for different states travel. It can be reserved Minimum for 5 Hours.",
      ),
      "car7" => array(
        "title" => "36 Passenger Mini Bus",
        "img" => "36passengerminibus.jpg",
        "description" => "We are able to provide you 36 Passenger private mini Bus to meet your transportation needs. It has enough space for luggage as well. You can reserve this bus minimum for 5 hours, full day and weekly bases.",
      ),
      "car8" => array(
        "title" => "22 Passenger Party Bus",
        "img" => "22passengerpartybus.jpg",
        "description" => "We are happy to provide party bus limo service to our valuable customers our party buses are full of enjoyment and style it has multi fiber optic and leaser lights. It has inside Bar, TV, Sound system, DVD and dancing Pole. It can be Reserved Minimum for 5 hours.",
      ),
    );
    // ======================================================================
    // Testimonials
    // ======================================================================
    $testimonialsarr = array(
      "t1" => array(
        "name" => "Mark Alexande",
        "location" => "Washington, DC",
        "comments" => "Great services! Limo and Car Service Inc., picked me up from the airport after a long flight and made a tough day into a relaxing ride home.Car was clean and driver has good knowledge about Area.I highly recommend them for all your transportation needs!!.",
      ),
      "t2" => array(
        "name" => "Heather Maurice",
        "location" => "Houston, TX",
        "comments" => "We used them for a wedding and not only was the limo bus in perfect condition, but all of the staff was helpful and kind throughout the process which made it so easy on the big day. Would highly recommend them to anyone looking Limousine Service!.",
      ),
      "t3" => array(
        "name" => "Samantha Pieper",
        "location" => "Los Anglous, CA",
        "comments" => "I was recommended to this company by a friend, the driver showed up on time and was well dressed.He came out and open the door for me the car was clean in and out, Definately will use you guys again.",
      ),
      "t4" => array(
        "name" => "Peter Nochman",
        "location" => "Dallas, TX",
        "comments" => "Excellent service at very reasonable prices. I was traveling with a toddler and not bringing my car seat. I also missed my flight and they rescheduled the pick up with no problems. I would definitely use them again. Highly recommend!.",
      ),
    );
    // ======================================================================
    // Menu Links Array
    // ======================================================================

    $menuarr = array(
      "http://" . $_SERVER['HTTP_HOST'] => "Home",
      "serving-locations.html" => "Serving Locations",
      "faqs.html" => "FAQs",
      "fleets.html" => "Fleets",
      "blog.html" => "Blog",
      "about-us.html" => "About Us",
      "contact-us.html" => "Contact",
      "site-map.html" => "Site Map",
    );
    $booknowlink = "book-now.php?service=";
