
function sas48switchtabs(tabid) {

for (i=0;i<sas48mytabs.length;i++)
{
	if (sas48mytabs[i] == tabid) {
		document.getElementById('sas48tab'+sas48mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas48tabcell'+sas48mytabs[i]).style.backgroundColor = '#dde5fc';
		document.getElementById('sas48tabcell'+sas48mytabs[i]).className = 'sas48tabheaderon';
		document.getElementById('sas48tabbottom'+sas48mytabs[i]).style.backgroundColor = '#dde5fc';
		document.getElementById('sas48tabtop'+sas48mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas48tablink'+sas48mytabs[i]).className = 'sas48tablinkon';
	}
	else {
		document.getElementById('sas48tab'+sas48mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas48tabcell'+sas48mytabs[i]).style.backgroundColor = '#CC3333';
		document.getElementById('sas48tabbottom'+sas48mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas48tabtop'+sas48mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas48tablink'+sas48mytabs[i]).className = 'sas48tablink';
		document.getElementById('sas48tabcell'+sas48mytabs[i]).className = 'sas48tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas48tablink:link');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas48tablink:visited');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas48tablink:active');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas48tablink:hover');
document.write('{');
document.write('	COLOR: #ffffff;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas48tablinkon:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas48tablinkon:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas48tablinkon:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas48tablinkon:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas48tabheaderon');
document.write('{');
document.write('	background-color: #CC3333;');
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('.sas48tabheaderoff');
document.write('{');
document.write('	background-color: #CC3333;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	border-top: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas48tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas48tabbottom');
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('.sas48tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas48tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas48tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas48contentbox');
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: 12px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas48contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('A.sas48tabcontentlink:link');
document.write('{');
document.write('	COLOR: #CC3333;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas48tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #CC3333;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas48tabcontentlink:active');
document.write('{');
document.write('	COLOR: #CC3333;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas48tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #CC3333;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="550" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas48tabtop1" class="sas48tabtop"></td><td class="sas48tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas48tabtop2" class="sas48tabtop"></td><td class="sas48tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas48tabtop3" class="sas48tabtop"></td><td class="sas48tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas48tabtop4" class="sas48tabtop"></td></tr><tr><td id="sas48tabcell1" class="sas48tabheaderon"><a href="#" onClick="sas48switchtabs(1); return false;" class="sas48tablink" id="sas48tablink1">Baby Blue Strollers</a></td><td class="sas48tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas48tabcell2" class="sas48tabheaderoff"><a href="#" onClick="sas48switchtabs(2); return false;" class="sas48tablink" id="sas48tablink2">Baby Pink Strollers</a></td><td class="sas48tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas48tabcell3" class="sas48tabheaderoff"><a href="#" onClick="sas48switchtabs(3); return false;" class="sas48tablink" id="sas48tablink3">Baby Nuetral Strollers</a></td><td class="sas48tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas48tabcell4" class="sas48tabheaderoff"><a href="#" onClick="sas48switchtabs(4); return false;" class="sas48tablink" id="sas48tablink4">Hot Coupons</a></td></tr><tr><td id="sas48tabbottom1" class="sas48tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas48tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas48tabbottom2" class="sas48tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas48tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas48tabbottom3" class="sas48tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas48tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas48tabbottom4" class="sas48tabbottom"><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="sas48contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas48tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=456992169&afftrack=' + sas48tabafftrackvalue + '&w=48"><img src="http://www.happymothers.com/assets/product/images120/B52CCE5ADB7345D5B709C6596CAE5047.jpg" border="0"></a></td><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=456992169&afftrack=' + sas48tabafftrackvalue + '&w=48">Dreamer Design Park Avenue In Blue Single Joggers</a><br>Dreamer Design The Park Avenue takes strolling to a new level of style and sophistication! Front to Rear facing reversible seat, featuring a 5pt harness, 3 position recline and a retractable sun canopy. The comfort and convenience of the Park Avenue by Dr<br>Price: $326.99</td></tr><tr><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=458612212&afftrack=' + sas48tabafftrackvalue + '&w=48"><img src="http://www.happymothers.com/assets/product/images120/7CFA2914BD634C5393FC7CA381BC21BE.jpg" border="0"></a></td><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=458612212&afftrack=' + sas48tabafftrackvalue + '&w=48">Baby Jogger City Classic Double Jogging Stroller in Navy Double Strollers</a><br>Baby Jogger Manufacturer\'s Description  Our City Series swivel wheel strollers have quickly become the envy of the stroller industry. It\'s the only swivel wheel stroller on the market that utilizes our patented Quick-Fold Technology, making the city Serie<br>Price: $599.99</td></tr></table></div><div id="sas48tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=457905609&afftrack=' + sas48tabafftrackvalue + '&w=48"><img src="http://www.happymothers.com/assets/product/images120/840BD48BE0B54B71819CB463EA598EA6.jpg" border="0"></a></td><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=457905609&afftrack=' + sas48tabafftrackvalue + '&w=48">Quinny Buzz 3 Wheel Single Stroller - Pink Single Strollers</a><br>Quinny The Quinny Buzz stroller is beloved by parents worldwide for its convenience and ease of use. A modular travel system, the Buzz stroller features a reversible, reclining stroller seat, and is compatible with the Quinny Dreami bassinet and Maxi-Cosi<br>Price: $549.99</td></tr><tr><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=460807043&afftrack=' + sas48tabafftrackvalue + '&w=48"><img src="http://www.happymothers.com/assets/product/images120/938A2E76F32F446DB719F0E075343A55.jpg" border="0"></a></td><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=460807043&afftrack=' + sas48tabafftrackvalue + '&w=48">Valco 2008 Buggster Stroller - Pink Single Joggers</a><br>Valco 2008 Buggster Stroller - Pink<br>Price: $294.00</td></tr></table></div><div id="sas48tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=459979776&afftrack=' + sas48tabafftrackvalue + '&w=48"><img src="http://www.happymothers.com/assets/product/images120/AE5F57B5A2394D9B9CF8B778AFD43344.jpg" border="0"></a></td><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=459979776&afftrack=' + sas48tabafftrackvalue + '&w=48">Britax Preview Lightweight Single Single Stroller in Onyx Single Strollers</a><br>Britax The Britax Preview Lightweight Umbrella Stroller can be used with the Companion Infant Car Seat. The look will create a stylish and convenient travel system. The maximum weight for the Preview Lightweight Umbrella Stroller is 40 lbs. The travel sys<br>Price: $139.99</td></tr><tr><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=460052570&afftrack=' + sas48tabafftrackvalue + '&w=48"><img src="http://www.happymothers.com/assets/product/images120/61992BB94F814AB6B5B20AC720E0E2B5.jpg" border="0"></a></td><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=460052570&afftrack=' + sas48tabafftrackvalue + '&w=48">Bob Strollers 2008 Stroller Strides Single Jogging Stroller Single Joggers</a><br>Bob Strollers Since 2001 BOB has proudly sponsored Stroller Strides, a nationwide stroller exercise program founded by fitness expert Lisa Druxman. For 2005, BOB presented a first in the Stroller and Fitness industries. The Stroller Strides Fitness Stroll<br>Price: $399.00</td></tr><tr><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=462111988&afftrack=' + sas48tabafftrackvalue + '&w=48"><img src="http://www.happymothers.com/assets/product/images120/2377E3B3031D49A6B41AAE41BA06FBF7.jpg" border="0"></a></td><td class="sas48contentboxfont"><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=11573&userID=' + sas48tabidvalue + '&productID=462111988&afftrack=' + sas48tabafftrackvalue + '&w=48">Stokke XPlory Basic Single Stroller in Cream Single Strollers</a><br>Stokke Manufacturer\'s Description Before we began to develop the STOKKE XPLORY stroller, we knew that no two children are the same and that every child grows and develops at different rates. And while a number of today\'s modern strollers may accommodate f<br>Price: $999.99</td></tr></table></div><div id="sas48tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas48contentboxfont"><ul><li><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=11573&u=' + sas48tabidvalue + '&d=9963&afftrack=' + sas48tabafftrackvalue + '&w=48">Receive a Free Gift with Any Purchase</a> - End Date: 12/31/2050<li><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=11573&u=' + sas48tabidvalue + '&d=12050&afftrack=' + sas48tabafftrackvalue + '&w=48">Free Diaper Bag with the Purchase of a Stokke Xplory</a> - End Date: 09/30/2008<li><a class="sas48tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=11573&u=' + sas48tabidvalue + '&d=12043&afftrack=' + sas48tabafftrackvalue + '&w=48">Free BOB Diaper Bag with the Purchase of Any BOB 2008 Stroller</a> - End Date: 09/30/2008</ul></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas48switchtabs(1);

