function getQuote() {

  var qs = new Array(3);

  qs[0] = "<b><font color='#0955A8'>Tiffany Dansie, mother of 2</font></b><br>Well, I stepped on the scale this morning and was more than excited when it said was 112! I am still in shock actually! I honestly can't remember the last time I weighed 112. The lowest I remember weighing in college was about 114. I am definitely on my way to looking way better than I did in high school.";
  qs[1] = "<b><font color='#0955A8'>Tracie Witter, mother of 2</font></b><br>I just wanted to let you know that I think your dvds are terrific. I have boot camp 1 and 2. I am dying for you to come out with a new one! I started using your workout after my second child who is now 17 months. I am so much more toned and fit than I have ever been. I appreciate the 10 minute intervals b/c I can squeeze them into my busy day. The core workouts are great too. So little time expended with such great results!<br> Thanks for your inspiration.";
  qs[2] = "<b><font color='#0955A8'>Jennifer Lewis, mother of twins</font></b><br>I was down 2 pant sizes after 8 weeks of doing Lindsay's Stroller Pump.  And I didn't even change my eating habits!  Now I do the Boot Camp DVD, watch what I eat and do the advanced Stroller Pump.  I am looking better than I did before I had twins.";

  var q=(Math.round(((qs.length-1)*Math.random())));

  document.write(qs[q]);

}



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 swap(thing, newImage) {

  thing.src="images/"+newImage+".gif";

  return true;

}



function getDateYear() {



  var Today = new Date();

  var Year = Today.getYear();

  if(Year< 1900) { Year += 1900; }



  return Year;

}