
function sas106switchtabs(tabid) {

for (i=0;i<sas106mytabs.length;i++)
{
	if (sas106mytabs[i] == tabid) {
		document.getElementById('sas106tab'+sas106mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas106tabcell'+sas106mytabs[i]).style.backgroundColor = '#DAE4FF';
		document.getElementById('sas106tabcell'+sas106mytabs[i]).className = 'sas106tabheaderon';
		document.getElementById('sas106tabbottom'+sas106mytabs[i]).style.backgroundColor = '#DAE4FF';
		document.getElementById('sas106tabtop'+sas106mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas106tablink'+sas106mytabs[i]).className = 'sas106tablinkon';
	}
	else {
		document.getElementById('sas106tab'+sas106mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas106tabcell'+sas106mytabs[i]).style.backgroundColor = '#EA292A';
		document.getElementById('sas106tabbottom'+sas106mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas106tabtop'+sas106mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas106tablink'+sas106mytabs[i]).className = 'sas106tablink';
		document.getElementById('sas106tabcell'+sas106mytabs[i]).className = 'sas106tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas106tablink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas106tablink:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas106tablink:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas106tablink:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas106tablinkon:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas106tablinkon:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas106tablinkon:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas106tablinkon:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas106tabheaderon');
document.write('{');
document.write('	background-color: #EA292A;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas106tabheaderoff');
document.write('{');
document.write('	background-color: #EA292A;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	border-top: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas106tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas106tabbottom');
document.write('{');
document.write('	background-color: #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	border-left: 2px solid #000000;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas106tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas106tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas106tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas106contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-bottom: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas106contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('');
document.write('}');
document.write('A.sas106tabcontentlink:link');
document.write('{');
document.write('	COLOR: #DAE4FF;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('A.sas106tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #EA292A;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('A.sas106tabcontentlink:active');
document.write('{');
document.write('	COLOR: #DAE4FF;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('A.sas106tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #DAE4FF;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="190" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas106tabtop1" class="sas106tabtop"></td><td class="sas106tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas106tabtop2" class="sas106tabtop"></td></tr><tr><td id="sas106tabcell1" class="sas106tabheaderon"><a href="#" onClick="sas106switchtabs(1); return false;" class="sas106tablink" id="sas106tablink1">Hot Deals</a></td><td class="sas106tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas106tabcell2" class="sas106tabheaderoff"><a href="#" onClick="sas106switchtabs(2); return false;" class="sas106tablink" id="sas106tablink2">Clearance</a></td></tr><tr><td id="sas106tabbottom1" class="sas106tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas106tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas106tabbottom2" class="sas106tabbottom"><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="sas106contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas106tab1content"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
document.write('');
document.write('<html>');
document.write('<head>');
document.write('	<title>Untitled</title>');
document.write('</head>');
document.write('');
document.write('<body>');
document.write('<table width="190" height = "100" border="0">');
document.write('  <tr>');
document.write('    <td valign="top" align="center"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FCosco%2FSingle%2DStrollers%2Fprd%5FCO01134CSF%5FCosco%2DBeginnings%2DComfort%2DRide%2DPlus%2DSingle%2DStroller%2D%2D%2DCircle%2DSafari%2Ehtml%3Fintcmp%3Dfeatured%2DCO01134CSF%2DCosco%2D%2D2%26e3%3Dhome" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/04E9D01CF5B149538E670FA720D37BF3.jpg" border="0"></a>');
document.write('	<br><font face="arial" size="1"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FCosco%2FSingle%2DStrollers%2Fprd%5FCO01134CSF%5FCosco%2DBeginnings%2DComfort%2DRide%2DPlus%2DSingle%2DStroller%2D%2D%2DCircle%2DSafari%2Ehtml%3Fintcmp%3Dfeatured%2DCO01134CSF%2DCosco%2D%2D2%26e3%3Dhome" target="_blank">Cosco Beginnings Comfort Ride Plus Single Stroller - Circle Safari</a><br>This lightweight stroller is just what you need for quick trips to the store, park, Grandma\'s or any of your favorite day trips.  The compact fold makes it a snap to bring anywhere.  The reclining seat lets your little passenger take a quick nap.  At just 11 pounds, getting around couldn\'t be easier! <br>Was: <strike>$64.99</strike><font color="red"><br>Now: $34.95</font></font></td>');
document.write('  </tr>    ');
document.write('<tr>');
document.write('    <td valign="top" align="center"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FBritax%2FConvertible%2F3%2Din%2D1%2DCar%2DSeats%2Fprd%5FBRE9L06G8%5FBritax%2DMarathon%2DConvertible%2DCar%2DSeat%2DMossy%2DOak%2Ehtml%3Fintcmp%3Dfeatured%2DBRE9L06G8%2DBritax%2D%2D9%26e3%3Dhome" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/41B38136E7D44173814CB363EF8DBC9F.jpg" border=0></a>');
document.write('    <br><font face="arial" size="1"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FBritax%2FConvertible%2F3%2Din%2D1%2DCar%2DSeats%2Fprd%5FBRE9L06G8%5FBritax%2DMarathon%2DConvertible%2DCar%2DSeat%2DMossy%2DOak%2Ehtml%3Fintcmp%3Dfeatured%2DBRE9L06G8%2DBritax%2D%2D9%26e3%3Dhome" target="_blank">Britax Marathon Convertible Car Seat in Mossy Oak</a><br>The Britax Marathon has the widest width of any harnessed car seat that holds children weighing up to 65 lbs. This and other features like the included belly pad and the tangle-free five-point harness with four adjustable shoulder harness positions ensure a comfortable ride for any size child.<font color="red"><br>Now: $289.99</font></font></td>');
document.write('  </tr>');
document.write('     <tr>');
document.write('    <td valign="top" align="center"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FTike%2DTech%2FDouble%2DJoggers%2Fprd%5FTIDTRE%5FTike%2DTech%2DCLOSE%2DOUT%21%21%2DDouble%2DT%2DDouble%2DJogging%2DStroller%2DWoodland%2DMaroon%2DWeather%2DCover%2Ehtml%3Fintcmp%3Dfeatured%2DTIDTRE%2DTike%2BTech%2D%2D4%26e3%3Dhome" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/EC7F4462FDA54D2B98D6C83BCF4EE01A.jpg" border=0></a>');
document.write('	<br><font face="arial" size="1"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FTike%2DTech%2FDouble%2DJoggers%2Fprd%5FTIDTRE%5FTike%2DTech%2DCLOSE%2DOUT%21%21%2DDouble%2DT%2DDouble%2DJogging%2DStroller%2DWoodland%2DMaroon%2DWeather%2DCover%2Ehtml%3Fintcmp%3Dfeatured%2DTIDTRE%2DTike%2BTech%2D%2D4%26e3%3Dhome" target="_blank">Tike Tech CLOSE OUT!! Double T Double Jogging Stroller Woodland Maroon Weather Cover</a><br>Designed with a compact exterior yet a very roomy interior, the Tike Tech Double Trouble Jogging Stroller is a parents dream come true. It includes many convenient features for parents without compromising safety and comfort for the children. <br>Was: <strike>$299.99</strike><font color="red"><br>Now: $199.99</font></font></td>');
document.write('  </tr>');
document.write('<tr>');
document.write('    <td valign="top" align="center"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FCosco%2FBooster%2DCar%2DSeats%2Fprd%5FCO22491BUL%5FCosco%2DPronto%2DBelt%2DPositioning%2DBooster%2DCar%2DSeat%2D%2D%2DOre%2DGrey%2Ehtml%3Fintcmp%3Dfeatured%2DCO22491BUL%2DCosco%2D%2D11%26e3%3Dhome" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/B97335255A0247FF8ADF7E7136AAC448.jpg"  border="0"></a>');
document.write('	<br><font face="arial" size="1"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FCosco%2FBooster%2DCar%2DSeats%2Fprd%5FCO22491BUL%5FCosco%2DPronto%2DBelt%2DPositioning%2DBooster%2DCar%2DSeat%2D%2D%2DOre%2DGrey%2Ehtml%3Fintcmp%3Dfeatured%2DCO22491BUL%2DCosco%2D%2D11%26e3%3Dhome" target="_blank">Cosco Pronto Belt-Positioning Booster Car Seat in Ore Grey</a><br>Designed for children who weigh 30-100 pounds and are 34 to 57 inches tall, it features an adjustable headrest that fits your growing child, a convenient, slide-out cup and snack holder, and it easily converts to a backless booster! <br>Was:<strike>$69.99</strike><font color="red"><br>Now:$34.95</font></font>');
document.write('    </tr>');
document.write('	<tr>');
document.write('	<td valign="top" align="center"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FSafety%2DFirst%2FConvertible%2F3%2Din%2D1%2DCar%2DSeats%2Fprd%5FSF22460WALA%5FSafety%2DFirst%2DIntera%2D4%2Din%2D1%2DConvertible%2DCar%2DSeat%2D%2D%2DMoonstone%2Ehtml%3Fintcmp%3Dfeatured%2DSF22460WALA%2DSafety%2BFirst%2D%2D3%26e3%3Dhome" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/4C29A59277044E31915C16CEC2ECF7B5.jpg" border="0"></a>');
document.write('	<br><font face="arial" size="1"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2FSafety%2DFirst%2FConvertible%2F3%2Din%2D1%2DCar%2DSeats%2Fprd%5FSF22460WALA%5FSafety%2DFirst%2DIntera%2D4%2Din%2D1%2DConvertible%2DCar%2DSeat%2D%2D%2DMoonstone%2Ehtml%3Fintcmp%3Dfeatured%2DSF22460WALA%2DSafety%2BFirst%2D%2D3%26e3%3Dhome" target="_blank">Safety First Intera 4-in-1 Convertible Car Seat - Moonstone</a><br>Designed for children 5-100 lbs. and is both rear and forward facing capable. This seat features a 5 point safety harness, Latch system compatibility, built in head support, and much much more. Comfort and safety total package at a very reasonable price.<br>Was:<strike>$149.99</strike><font color="red"><br>Now:$79.95</font></font>');
document.write('</tr>');
document.write('</td>');
document.write('</table>');
document.write('');
document.write('');
document.write('</body>');
document.write('</html></div><div id="sas106tab2content"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
document.write('');
document.write('<html>');
document.write('<head>');
document.write('	<title>Untitled</title>');
document.write('</head>');
document.write('');
document.write('<body>');
document.write('');
document.write('<table width="190" height = "100" border="0">');
document.write('  <tr>');
document.write('    <td valign="top" align="center"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2Fshop%2Fprd%5FPP02100%5FMy%2520First%2520Potty%2Ehtml%3Fe3%3Dsearch" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/9351FBDBB9D841F9B07F138604BDF723.jpg"border="0"></a>');
document.write('	<br><font face="arial" size="1"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2Fshop%2Fprd%5FPP02100%5FMy%2520First%2520Potty%2Ehtml%3Fe3%3Dsearch" target="_blank">Peter Potty My First Potty</a><br>My First Potty has met with excellent reviews. It was recently showcased to over 20,000 daycare/preschool teachers (who are also parents!) at the annul NAEYC show. They agreed that the products kid-appeal, coupled with the ease of use and transport will provide a superior potty training solution. <br>Was: <strike>$19.99</strike><font color="red"><br>Now: $9.95</font></font>');
document.write('    </td>');
document.write('	<tr>');
document.write('  <td valign="top" align="center"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2Fshop%2Fprd%5FSU05570%5FBaby%27s%2520Quiet%2520Sounds%2520Hand%2520Held%25202%2E5%2522%2522%2520Color%2520Video%2520Monitor%2Ehtml%3Fe3%3Dsearch" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/75D49D60030B4D828F7F962E5EA703F1.jpg"border="0"></a>');
document.write('  <br><font face="arial" size="1"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2Fshop%2Fprd%5FSU05570%5FBaby%27s%2520Quiet%2520Sounds%2520Hand%2520Held%25202%2E5%2522%2522%2520Color%2520Video%2520Monitor%2Ehtml%3Fe3%3Dsearch" target="_blank">Summer Infant Baby\'s Quiet Sounds Hand Held 2.5" Color Video Monitor</a><br>The Baby\'s Quiet Sounds Hand Held 2.5" Color Video Monitor is small, lightweight with a 2.5" screen and color camera with 900 MHz technology for superior clarity and range. Night vision allows parent to see baby in darkened room.<br> Was: <strike>$199.95</strike> <font color="red"><br>Now: $127.95</font></font></td>');
document.write('');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td valign="top" align="center"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2Fshop%2Fprd%5FBO1303615K%5FNewborn%2520Lounger%2Ehtml%3Fe3%3Dsearch" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/2A2D6DFCE3AE48EE9FF3D00F60534CE3.jpg" border="0"></a>');
document.write('	<br><font face="arial" size="1"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2Fshop%2Fprd%5FBO1303615K%5FNewborn%2520Lounger%2Ehtml%3Fe3%3Dsearch" target="_blank">Boppy Newborn Lounger</a><br>The Boppy Newborn Lounger with slipcover is an ideal place for your wobbly little one to relax. Featuring a recessed interior to support baby\'s bottom, it\'s the only support pillow created especially for preemies and newborns. The slipcover is cottony soft and removes easily for frequent washings.<br> Was: <strike>$34.99</strike> <font color="red"><br>Now: $21.25</font></font></td>');
document.write('  </tr>');
document.write('<td valign="top" align="center"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2Fshop%2Fprd%5FPL7502%5FSmall%2520Wheely%2520Bug%2Ehtml%3Fe3%3Dsearch" target="_blank"><img src="http://www.happymothers.com/assets/product/images120/9D995A59C94F4C1993439965FE09F6FD.jpg" border="0"></a>');
document.write('<br><font face="arial" size="1"><a href="http://www.shareasale.com/r.cfm?u=' + sas106tabidvalue + '&b=71155&m=11573&afftrack=&urllink=shop%2Ehappymothers%2Ecom%2Fshop%2Fprd%5FPL7502%5FSmall%2520Wheely%2520Bug%2Ehtml%3Fe3%3Dsearch" target="_blank">Prince Lionheart Small Wheely Bug</a><br>The distinctive shape of the Original Wheely Bug is very user friendly. The bright and friendly design is an instant attraction to girls and boys alike. They go backwards, forwards, sideways, and round and round. Wheely Bugs are constructed for years of fun and are sure to become an heirloom toy!<br> Was: <strike>$79.95</strike> <font color="red"><br>Now: $54.95</font></font></td>');
document.write('');
document.write('</table>');
document.write('');
document.write('</body>');
document.write('</html></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas106switchtabs(1);

