
function sas90switchtabs(tabid) {

for (i=0;i<sas90mytabs.length;i++)
{
	if (sas90mytabs[i] == tabid) {
		document.getElementById('sas90tab'+sas90mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas90tabcell'+sas90mytabs[i]).style.backgroundColor = '#ffffff';
		document.getElementById('sas90tabcell'+sas90mytabs[i]).className = 'sas90tabheaderon';
		document.getElementById('sas90tabbottom'+sas90mytabs[i]).style.backgroundColor = '#ffffff';
		document.getElementById('sas90tabtop'+sas90mytabs[i]).style.backgroundColor = '#ffffff';
		document.getElementById('sas90tablink'+sas90mytabs[i]).className = 'sas90tablinkon';
	}
	else {
		document.getElementById('sas90tab'+sas90mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas90tabcell'+sas90mytabs[i]).style.backgroundColor = '#ffffff';
		document.getElementById('sas90tabbottom'+sas90mytabs[i]).style.backgroundColor = '#ffffff';
		document.getElementById('sas90tabtop'+sas90mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas90tablink'+sas90mytabs[i]).className = 'sas90tablink';
		document.getElementById('sas90tabcell'+sas90mytabs[i]).className = 'sas90tabheaderoff';

	}
}

}

if (typeof(sas90tabafftrackvalue) == 'undefined'){
sas90tabafftrackvalue = '';
}

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas90tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas90tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas90tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas90tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas90tablinkon:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas90tablinkon:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas90tablinkon:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas90tablinkon:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas90tabheaderon');
document.write('{');
document.write('	background-color: #ffffff;');
document.write('	border-left: 2px solid #ffffff;');
document.write('	border-right: 2px solid #ffffff;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas90tabheaderoff');
document.write('{');
document.write('	background-color: #ffffff;');
document.write('	border-left: 2px solid #ffffff;');
document.write('	border-right: 2px solid #ffffff;');
document.write('	border-top: 2px solid #ffffff;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas90tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas90tabbottom');
document.write('{');
document.write('	background-color: #ffffff;');
document.write('	border-right: 2px solid #ffffff;');
document.write('	border-left: 2px solid #ffffff;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas90tabbottomspacer');
document.write('{');
document.write('	background-color: #ffffff;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas90tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas90tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas90contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #ffffff;');
document.write('	border-bottom: 2px solid #ffffff;');
document.write('	border-right: 2px solid #ffffff;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas90contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('A.sas90tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas90tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas90tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas90tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Arial, Helvetica, sans-serif;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="520" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas90tabtop1" class="sas90tabtop"></td><td class="sas90tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas90tabtop2" class="sas90tabtop"></td><td class="sas90tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas90tabtop3" class="sas90tabtop"></td></tr><tr><td id="sas90tabcell1" class="sas90tabheaderon"><a href="#" onClick="sas90switchtabs(1); return false;" class="sas90tablink" id="sas90tablink1">Benefits of Breastfeeding</a></td><td class="sas90tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas90tabcell2" class="sas90tabheaderoff"><a href="#" onClick="sas90switchtabs(2); return false;" class="sas90tablink" id="sas90tablink2">Info on Breast Pumping</a></td><td class="sas90tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas90tabcell3" class="sas90tabheaderoff"><a href="#" onClick="sas90switchtabs(3); return false;" class="sas90tablink" id="sas90tablink3">Ameda Breast Pumps On Sale!</a></td></tr><tr><td id="sas90tabbottom1" class="sas90tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas90tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas90tabbottom2" class="sas90tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas90tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas90tabbottom3" class="sas90tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td></tr></table>');
document.write('</td></tr>');
document.write('<tr><td class="sas90contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas90tab1content"><html>');
document.write('  <table>');
document.write('    <tr>');
document.write('	  <td width="400" valign="top">');
document.write('		<font face="arial" size="2"><strong>Breastfeeding, Natural Choice for Babies</strong>');
document.write('		<ul>');
document.write('			<li>Breastmilk contains all the nutrients your baby needs for at least the first six months of his life and continues to be the most important part of his diet throughout the first year, supplying half or more of his nutrients till his first birthday and up to one third to his second birthday. </li>');
document.write('			<li>The colostrum your baby receives in the first few days, and the breastmilk that follows, contain antibodies that provide resistance to infection. </li>');
document.write('			<li>The unique combination of fatty acids and other components in breastmilk contribute to optimal brain development, so lack of these in artificially-fed babies may result in lower intelligence.</li> ');
document.write('			<li>Ensuring your baby has only breastmilk for at least six months may help minimise allergy problems. </li>');
document.write('			<li>Breastfeeding provides optimal development for infants\' eyesight, speech, jaw and oral cavity development.</li> ');
document.write('			<li>Non-breastfed babies have a lower resistance to disease and are more likely to become sick. Apart from the health benefits, breastfeeding means fewer doctors\' visits and less time in hospital with illness.</li> ');
document.write('			<li>Lack of breastfeeding is linked with a higher risk of Sudden Infant Death Syndrome (SIDS or \'cot death\'). </li>');
document.write('			<li>Non-breastfed babies are more likely to develop ear infections. </li>');
document.write('			<li>Artificial feeding may increase the risk of a baby developing juvenile diabetes in the future. It may also increase the risk of heart disease.</li> ');
document.write('		</ul>');
document.write('		<br>');
document.write('		<strong>Breastfeeding, Natural Choice for Mothers</strong>');
document.write('		<ul>');
document.write('			<li>Breastfeeding helps your body return to its pre-pregnant state more quickly. Many women also find they lose excess weight while breastfeeding. </li>');
document.write('			<li>Women who have not breastfed their babies have an increased risk of cancer of the breast and ovaries, heart disease and osteoporosis. </li>');
document.write('			<li>Breastfeeding can delay the return of menstruation for many women. Apart from convenience, this saves money and lessens the impact of tampons and sanitary napkins on the environment. </li>');
document.write('			<li>Breastfeeding\'s contraceptive effect can delay the return of fertility in many women, who exclusively breastfeed their babies of less than six months of age, and have not recommenced their menstrual cycle. This is known as the Lactational Amenorrhea Method of contraception, and is successful in approximately 98% of women. If a woman has an unchanging vaginal mucus pattern, there is minimal risk of ovulation, but if the pattern changes, she may need to seek advice if wishing to avoid pregnancy. </li>');
document.write('			<li>Breastfeeding is usually easy and convenient. Breastfed babies are very portable and you have instant, pre-warmed, ready-to-serve food wherever you go. </li>');
document.write('		</ul></font>');
document.write('    </td>');
document.write('	<td valign="top" align="center">');
document.write('	  <a href="http://www.shareasale.com/r.cfm?u=' + sas90tabidvalue + '&b=71155&m=11573&afftrack=&urllink=search%2Ehappymothers%2Ecom%2F%3FSH%3DRD0xMn5HPTUyOV4xfkk9UHJpY2V%5FSz00fkw9MX5NPTEzfk49NH4%26SI%3D259c979b%2D713d%2D4399%2D9f51%2D961a796bef59%26LAP%3D0%26Action%3D2%26AnswerID%3D108"><img src="http://www.happymothers.com/assets/product/images120/5FCBB4536D14418ABD06B272C2127848.jpg" border="0"></a><p><br>');
document.write('	  <a href="http://www.shareasale.com/r.cfm?u=' + sas90tabidvalue + '&b=71155&m=11573&afftrack=&urllink=search%2Ehappymothers%2Ecom%2F%3FSH%3DRD0xMn5HPTUyOV4xXjE2OTleMX5JPVByaWNlfks9NH5MPTF%5FTT0yfk49NX4%26SI%3D259c979b%2D713d%2D4399%2D9f51%2D961a796bef59%26LAP%3D0%26Action%3D3%26Page%3D1"><img src="http://www.happymothers.com/assets/product/images120/190243D5E78E405298697C636678CC42.jpg" border="0"></a><p><br>');
document.write('	  <a href="http://www.shareasale.com/r.cfm?u=' + sas90tabidvalue + '&b=71155&m=11573&afftrack=&urllink=search%2Ehappymothers%2Ecom%2F%3FSH%3DRD0xMn5JPVByaWNlfks9NH5MPTF%5FTT0yMTl%5FTj0zfg%26SI%3D259c979b%2D713d%2D4399%2D9f51%2D961a796bef59%26LAP%3D0%26Action%3D2%26AnswerID%3D529"><img src="http://www.happymothers.com/assets/product/images120/86425FED7F294F0BA2D72C4366234C14.jpg" border="0"></a><p><br>');
document.write('	  <a href="http://www.shareasale.com/r.cfm?u=' + sas90tabidvalue + '&b=71155&m=11573&afftrack=&urllink=search%2Ehappymothers%2Ecom%2F%3FSH%3DRD0xMn5HPTUyOV4xfkk9UHJpY2V%5FSz00fkw9MX5NPTEzfk49NH4%26SI%3D259c979b%2D713d%2D4399%2D9f51%2D961a796bef59%26LAP%3D0%26Action%3D2%26AnswerID%3D1699"><img src="http://www.happymothers.com/assets/product/images120/ACD74BB0722A41EAA9A7CDB71B0C6739.jpg" border="0"></a><p><br>');
document.write('	  <a href="http://www.shareasale.com/r.cfm?u=' + sas90tabidvalue + '&b=71155&m=11573&afftrack=&urllink=search%2Ehappymothers%2Ecom%2F%3FSH%3DRD0xMn5HPTUyOV4xfkk9UHJpY2V%5FSz00fkw9MX5NPTEzfk49NH4%26SI%3D259c979b%2D713d%2D4399%2D9f51%2D961a796bef59%26LAP%3D0%26Action%3D2%26AnswerID%3D108"><img src="http://www.happymothers.com/assets/product/images120/5F02B0FCB22D4B658F15B974F0D85438.jpg" border="0"></a><p><br>');
document.write('	  <a href="http://www.shareasale.com/r.cfm?u=' + sas90tabidvalue + '&b=71155&m=11573&afftrack=&urllink=search%2Ehappymothers%2Ecom%2F%3FSH%3DQz0xfkQ9MTJ%5FRz01MjleMV4xNjk5XjF%5FST1QcmljZX5LPTR%5FTD0xfk09Mn5OPTZ%5F%26SI%3D259c979b%2D713d%2D4399%2D9f51%2D961a796bef59%26LAP%3D0%26Action%3D3%26Page%3D0"><img src="http://www.happymothers.com/assets/product/images120/2B38A25311344861AE50A40BDDFAE495.jpg" border="0"></a><p><br>');
document.write('	</td>');
document.write('  </tr>');
document.write('</table>');
document.write('');
document.write('</html></div><div id="sas90tab2content">While not all mothers need to use breast pumps, some babies do not feed properly, so a mom who wants to have the benefits of breastfeeding has to store her milk for the baby. A breast pump is a convenient, affordable solution. Women who want to continue breastfeeding when separated from their baby for work or other reasons can store milk that can be given to the infant by a caregiver. ');
document.write('Types of Breast Pumps ');
document.write('');
document.write('Handheld Electric Breast Pumps are convenient and flexible. Some are single pumping, some double. They are powered by AC adapter, AA batteries or car adapters. The Double Electric Breast Pump allows mom to pump both breasts simultaneously. These are very efficient and some can learn mom’s personal pumping rhythm. Multiple power sources. Manual Pumps are operated by squeezing a handle repeatedly. They are smaller and lighter than electric pumps, but they require quite a bit of effort and are recommended for infrequent usage, such as when mom is away for a single feeding and wants to store milk for a babysitter to give to the child. Our breast pumps come in kits with a range of accessories like totes, bottles and storage containers. You\'ll find all the pumps and pump accessories you need at Happy Mothers ');
document.write('');
document.write('The pressure of breast pumping can make you tense and decrease the milk flow. To relax and encourage the flow of milk: ');
document.write('');
document.write('Keep all necessary equipment nearby. ');
document.write('Position yourself in a comfortable chair with a high back. ');
document.write('Have something to drink – juice, milk, etc. ');
document.write('Think about your baby. ');
document.write('Apply a warm compress, or take a shower or bath. ');
document.write('Gently rub the palm of your hand on the tip of your nipple in a circular motion. After a few minutes you should experience a tightening sensation associated with the let-down reflex. ');
document.write('Storage');
document.write('Breast milk can be safely stored in the refrigerator for eight days, or frozen for three months. Leave one inch of space at the top of the bottle or freezer bag for expansion and label it with the date and time of expression. (If you’re using bottle liners, double bag them or place them in a zip-locked bag in case the seams of the bag split.) Milk can be thawed by holding the bottle under cold water, then gradually warming the water. Milk also can be thawed in the refrigerator. Never thaw milk in the microwave oven. ');
document.write('</div><div id="sas90tab3content"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
document.write('');
document.write('<html>');
document.write('');
document.write('  <table>');
document.write('    <tr>');
document.write('	  <td colspan="2" align="center"><a target="_blank" href="http://www.shareasale.com/r.cfm?b=85808&u=' + sas90tabidvalue + '&m=11573&urllink=&afftrack="><img src="http://www.shareasale.com/image/pumps-468x60.gif" border=0></a><p></td>');
document.write('	</tr>');
document.write('    <tr>');
document.write('	  <td>');
document.write('        <a href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas90tabidvalue + '&productID=456156532" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/92AE5E931CCF4D0CBD4141DD12A77F5F.jpg" border="0"  alt="Ameda Purely Yours Carry All Breast Pump Traveler Backpack Breast Pumps"  /></a>');
document.write('      </td>');
document.write('	  <td><font face="Arial" size="2">');
document.write('	  <a href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas90tabidvalue + '&productID=456156532" target="_blank">Purely Yours Breast Pump with Back Pack by Ameda</a> <br>is lightweight and portable and has adjustable suction levels and cycle speeds which makes it easy for any mother to use. It can operate on three different power sources - AC Adapter (included), 6 AA batteries (not included) or a car adapter (included). Set includes dual HygieniKit, micro fiber backpack tote with exclusive Ameda detailing, AC power adapter, car adapter, six 4-ounce bottles with tops, milk storage guide magnet, manual pump adapter handle, and Cool \'N Carry Tote with 3 cooling elements and 2 cotton breast pads.');
document.write('	  <br><strong>Was:</strong> $229.90  <strong>After Coupon:</strong> <font color="red">$204.90</font> Plus Free FedEx Shipping</font><p>');
document.write('	  </td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('	  <td>');
document.write('		<a href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas90tabidvalue + '&productID=456156533" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/C5CDC40DDAB048979DB43580DDE0E343.jpg" border="0"></a>');
document.write('      </td>');
document.write('	  <td><font face="Arial" size="2">');
document.write('	  <a href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas90tabidvalue + '&productID=456156533" target="_blank">Purely Yours Breast Pump with Carry All by Ameda</a> <br>allows for single or dual pumping and can be operated with two different power sources: an AC adapter or AA batteries. There are eight suction and four cycling settings, allowing each mom to choose the levels for her individual comfort. The pumps hygienic designs prevents milk from backing up into the tubing and pump itself, while a silicone diaphragm acts as a barrier preventing viruses and airborne particles from coming into contact with collected breast milk. The pump is powerful while still being discreet.');
document.write('	  <br><strong>Was:</strong> $199.95  <strong>After Coupon:</strong> <font color="red">$174.95</font> Plus Free FedEx Shipping</font></font><p></p>');
document.write('	  </td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('	  <td>');
document.write('		<a href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas90tabidvalue + '&productID=456156531" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/2B38A25311344861AE50A40BDDFAE495.jpg" border="0"></a>');
document.write('      </td>');
document.write('	  <td><font face="Arial" size="2">');
document.write('	  <a href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas90tabidvalue + '&productID=456156531" target="_blank">The Purely Yours breast pump by Ameda</a> <br>offers flexibility and portability for moms, and especially for mothers who plan on returning to work. The piston creates a stimulation that feels comfortable and natural and gives mom the ability to control the rhythm for let down and expression pumping. The motor is manufactured not to wear out and the removable components allow for easy cleaning');
document.write('	  <br><strong>Was:</strong> $144.00  <strong>After Coupon:</strong> <font color="red">$129.00</font> Plus Free FedEx Shipping</font></font>');
document.write('	  </td>');
document.write('	</tr>');
document.write('  </table>');
document.write('</html></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

var sas90mytabs = new Array()
sas90mytabs[0] = "1"
sas90mytabs[1] = "2"
sas90mytabs[2] = "3"

sas90switchtabs(1);

