var r_title = new Array(4);
var r_name = new Array(4);
var r_faq = new Array(4);

r_title[0] = "What is a 3D ultrasound?";
r_name[0] = "what";
r_faq[0] = "3D ultrasounds use sound waves at a pitch much higher than what you or your baby can hear (think of a dog whistle). These sound waves echo back and the ultrasound machine hears these echoes. In the same way that bats and dolphins can see their environment...";
r_title[1] = "What is the difference between 3D and 4D ultrasounds?";
r_name[1] = "difference";
r_faq[1] = "A 4D ultrasound is simply a movie or video clip of your baby in 3D, where the fourth dimension is time. You can see your baby in 3D moving over time, and this movie can be saved as a short 3-second movie clip on a CD or on your DVD. At First Peek...";
r_title[2] = "Can we hear or feel ultrasounds?";
r_name[2] = "hearorfeel";
r_faq[2] = "Neither you nor your baby will hear the ultrasound waves. These sound waves have a minimal effect. Prolonged and intense ultrasound waves have been used (in other medical fields) for therapeutic reasons (they can produce a slight warmth which can direct...";
r_title[3] = "Is getting an elective (non-medical) ultrasound safe for my baby?";
r_name[3] = "safety";
r_faq[3] = "Getting an ultrasound has traditionally been regarded as a medical procedure and so physicians have been traditionally instructed to weigh the unknown risks with the benefits. In 35 years of widespread almost universal use of ultrasounds, there has not...";
r_title[4] = "What are the benefits of receiving a 3D ultrasound other than being able to see my baby and being able to show my friends and family?";
r_name[4] = "benefits";
r_faq[4] = "The importance and benefit of seeing your baby should not be understated. Bonding with your baby during pregnancy has an immense benefit, and elective (non-medical) 3D ultrasounds has been shown to improve bonding between mother and child and also between...";
r_title[4] = "What are the benefits of receiving a 3D ultrasound other than being able to see my baby and being able to show my friends and family?";
r_name[4] = "benefits";
r_faq[4] = "The importance and benefit of seeing your baby should not be understated. Bonding with your baby during pregnancy has an immense benefit, and elective (non-medical) 3D ultrasounds has been shown to improve bonding between mother and child and also between...";
r_title[5] = "Do I need to bring anything with me to my 3D ultrasound appointment?";
r_name[5] = "bringanything";
r_faq[5] = "No.  Just bring yourself and any friends or family members you want to come with you. Credit card is our preferred method of payment, but if you are paying by check, then you will need to bring with you a form of identification.";
r_title[6] = "When is the best time to get a 3D ultrasound?";
r_name[6] = "besttime";
r_faq[6] = "In our experience, the ideal time to get the best images on 3D ultrasound is between 24 and 30 weeks. The gender can be easily checked as early as 17 weeks.  And we allow customers to come up to 32 weeks. However...";
r_title[7] = "How can I get good images of my baby on my 3D ultrasound?";
r_name[7] = "goodimages";
r_faq[7] = "Make sure to drink the recommended daily intake of water in the 1-2 weeks leading up to your appointment (64 oz/day). This will help make sure that there is enough fluid around the baby and that the fluid is clear.";
r_title[8] = "Do I have to drink a lot of water and not urinate before my ultrasound?  Can I go to the bathroom before my ultrasound?";
r_name[8] = "water";
r_faq[8] = "You do not need to have a full bladder for our 3D ultrasounds. Our technicians have been trained to get the best pictures of your baby regardless of whether you have just gone to the bathroom or not.  So do not worry about holding your urine.";
r_title[9] = "What forms of payment do you accept?";
r_name[9] = "payment";
r_faq[9] = "You are required to enter a credit card number when you schedule an appointment online or over the phone, and credit card (or debit card) is our preferred method of payment.  However, we do accept checks or cash...";
r_title[10] = "Do you have gift certificates available?";
r_name[10] = "certificate";
r_faq[10] = "Yes.  A gift certificate for a 3D ultrasound makes the perfect gift for a baby shower, for your best friend or sister, or that special gift for your wife for getting through the pregnancy so far...";
r_title[11] = "Will I have to pay sales tax in addition to the prices listed?";
r_name[11] = "salestax";
r_faq[11] = "No, we do not charge sales tax.  First Peek Ultrasound has worked in consultation with the Illinois Department of Revenue to ensure that you do not have to pay for taxes that are not required by law.";
r_title[12] = "Are there any hidden fees?  What is the actual price of these packages?";
r_name[12] = "hiddenfees";
r_faq[12] = "No.  The price that you see on our website is the price that you pay when you arrive at our facility.";
r_title[13] = "I want to know if I am having a boy or a girl <i>now</i>! What is the earliest time I can come in to get a gender check?";
r_name[13] = "earliesttime";
r_faq[13] = "You can come in to First Peek Ultrasound to have the gender of your baby checked as early as 17 weeks. ";
r_title[14] = "What if I get the Gender Check Package and you still can not determine if my baby is a boy or a girl?";
r_name[14] = "genderguarantee";
r_faq[14] = "If we can not determine the sex of the baby, you may return again for no additional charge until we can find out the sex of the baby.  This is our Gender Check Guarantee.";
r_title[15] = "I want to know the sex of the baby.  Can I still find out the sex of the baby with the packages other than the Gender Check?";
r_name[15] = "genderotherpackages";
r_faq[15] = "Yes.  You can have your baby's gender checked in any of the packages.  Many women who sign up just to find out the sex of the baby end up wanting to upgrade to a higher package.  If...";

var index = Math.floor(16*Math.random());
document.write('<br /><br /><h5>' + r_title[index] + '</h5>');
document.write('<p>' + r_faq[index] + '<br /> <a href="faq.html#' + r_name[index] + '">Read more answers</a>' + '</p>');
