image1 = new Image();
image1.src = "../images/g1u-2.gif";

image2 = new Image();
image2.src = "../images/b1u-2.gif";

image3 = new Image();
image3.src = "../images/g2u-2.gif";

image4 = new Image();
image4.src = "../images/b2u-2.gif";

image5 = new Image();
image5.src = "../images/g3u-2.gif";

image6 = new Image();
image6.src = "../images/b3u-2.gif";

image7 = new Image();
image7.src = "../images/g4u-2.gif";

image8 = new Image();
image8.src = "../images/b4u-2.gif";

image9 = new Image();
image9.src = "../images/g5u-2.gif";

image10 = new Image();
image10.src = "../images/b5u-2.gif";



function breadCrumb() {
   theURL = location.href;

   root = "http://www.mcPediatricDentistry.com/";
   home = "<a href=http://www.mcPediatricDentistry.com/index.html>Home</a>";
   root = "";
   home = "<a href=\"index.html\">Home</a>";
   if (theURL.indexOf('aboutMcAnthony') != -1) {
      return home + ' -> <a href=\"' + root + 'aboutMcAnthony.html\">About Dr.McAnthony</a>';
   } else if (theURL.indexOf('meetOurStaff') != -1) {
      return home + ' -> <a href=\"' + root + 'meetOurStaff.html\">Meet Our Staff</a>';
   } else if (theURL.indexOf('contactUs') != -1) {
      return home + ' -> <a href=\"' + root + 'contactUs.html\">Contact Us</a>';
   } else if (theURL.indexOf("downloads") != -1) {
      return home + ' -> <a href=\"' + root + 'downloads.html\">Downloads</a>';
   } else if (theURL.indexOf("index") != -1) {
      return '<a href=\"'+root+'index.html\">Home</a>';
   } else if (theURL.indexOf('faqs') != -1) {
      return home + ' -> <a href=\"' + root + 'faqs.html\">FAQs</a>';
   } else if (theURL.indexOf('laserDentistry') != -1) {
      return home + ' -> <a href=\"' + root + 'laserDentistry.html\">Laser Dentistry</a>';
   } else if (theURL.indexOf('office.html') != -1) {
      return home + ' -> <a href=\"' + root + 'office.html\">Office Hours &amp; Directions</a>';
   } else if (theURL.indexOf('officeTour') != -1) {
      return home + ' -> <a href=\"' + root + 'officeTour.html\">Office Tour</a>';
   } else if (theURL.indexOf('privacy') != -1) {
      return home + ' -> <a href=\"' + root + 'privacy.html\">Privacy Policy</a>';
   } else if (theURL.indexOf('tou.html') != -1) {
      return home + ' -> <a href=\"' + root + 'tou.html\">Terms of Use</a>';
   } else if (theURL.indexOf('whyUs') != -1) {
      return home + ' -> <a href=\"' + root + 'whyUs.html\">Why Choose Us</a>';
   } else if (theURL.indexOf('careCredit') != -1) {
      return home + ' -> <a href=\"' + root + 'careCredit.html\">Care Credit</a>';
   } else {
      return home;
   }
}

