
function sas696switchtabs(tabid) {

for (i=0;i<sas696mytabs.length;i++)
{
	if (sas696mytabs[i] == tabid) {
		document.getElementById('sas696tab'+sas696mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas696tabcell'+sas696mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas696tabcell'+sas696mytabs[i]).className = 'sas696tabheaderon';
		document.getElementById('sas696tabbottom'+sas696mytabs[i]).style.backgroundColor = '#0000FF';
		document.getElementById('sas696tabtop'+sas696mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas696tablink'+sas696mytabs[i]).className = 'sas696tablinkon';
	}
	else {
		document.getElementById('sas696tab'+sas696mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas696tabcell'+sas696mytabs[i]).style.backgroundColor = '#E0E0E0';
		document.getElementById('sas696tabbottom'+sas696mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas696tabtop'+sas696mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas696tablink'+sas696mytabs[i]).className = 'sas696tablink';
		document.getElementById('sas696tabcell'+sas696mytabs[i]).className = 'sas696tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas696tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas696tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas696tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas696tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas696tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas696tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas696tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas696tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas696tabheaderon');
document.write('{');
document.write('	background-color: #E0E0E0;');
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('.sas696tabheaderoff');
document.write('{');
document.write('	background-color: #E0E0E0;');
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('.sas696tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas696tabbottom');
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('.sas696tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas696tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas696tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas696contentbox');
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 Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas696contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('A.sas696tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas696tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas696tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas696tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
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="sas696tabtop1" class="sas696tabtop"></td><td class="sas696tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas696tabtop2" class="sas696tabtop"></td><td class="sas696tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas696tabtop3" class="sas696tabtop"></td><td class="sas696tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas696tabtop4" class="sas696tabtop"></td></tr><tr><td id="sas696tabcell1" class="sas696tabheaderon"><a href="#" onClick="sas696switchtabs(1); return false;" class="sas696tablink" id="sas696tablink1">Musical Toys</a></td><td class="sas696tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas696tabcell2" class="sas696tabheaderoff"><a href="#" onClick="sas696switchtabs(2); return false;" class="sas696tablink" id="sas696tablink2">Musical Toys (Page 2)</a></td><td class="sas696tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas696tabcell3" class="sas696tabheaderoff"><a href="#" onClick="sas696switchtabs(3); return false;" class="sas696tablink" id="sas696tablink3">Musical Toys (Page 3)</a></td><td class="sas696tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas696tabcell4" class="sas696tabheaderoff"><a href="#" onClick="sas696switchtabs(4); return false;" class="sas696tablink" id="sas696tablink4">Musical Toys (Page 4)</a></td></tr><tr><td id="sas696tabbottom1" class="sas696tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas696tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas696tabbottom2" class="sas696tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas696tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas696tabbottom3" class="sas696tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas696tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas696tabbottom4" class="sas696tabbottom"><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="sas696contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas696tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446493&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/018-006-0-02.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446493&afftrack=' + sas696tabafftrackvalue + '&w=696">Tummy Play Trainer eBeanstalk</a><br>The Tummy Play Trainer has a distinctive cone shape with cute little peek-a-boo friends, a variety of melodies, motion and lights making it a fabulous learning toys. This cheerful toy is a perfect way to entertain your baby through tummy time.<br>Price: $45.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446793&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/086-004-0-01.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446793&afftrack=' + sas696tabafftrackvalue + '&w=696">Clip & Go Mobile - eBeanstalk</a><br>The Clip & Go Mobile is more than a mobile, it is a convenient educational toy. It stimulates the senses with motion, music, and bright colors. This mobile even attaches to your stroller for the on-the-go baby and mommy. One of our most popular toys for baby gifts. Batteries included.<br>Price: $26.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446796&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/086-008-0-01.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446796&afftrack=' + sas696tabafftrackvalue + '&w=696">Symphony Light & Sounds - eBeanstalk</a><br>The Symphony Light & Sounds mobile is a collaboration of classical music, nature sounds, movement, lights and liquid effects. It is full of great educational toys that go round and round for a newly born baby.  Batteries are included.<br>Price: $56.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446797&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/086-009-0-01.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446797&afftrack=' + sas696tabafftrackvalue + '&w=696">Activitot Tropical Isle eBeanstalk</a><br>17 fun developmental activities, including a special tummy-time pillow and unique vertical toys, provide baby with an endless ways to play. This toy has a multiple configurations and playing positions to keep your little one comfy and stimulated.<br>Price: $83.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446795&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/086-006-0-02.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446795&afftrack=' + sas696tabafftrackvalue + '&w=696">Kick & Play Playground eBeanstalk</a><br>The Kick & Play Total Playground features classical music, five hanging baby toys and a assortment of sounds and images on its blanket. It has two play modes to stimulate your baby with ten minutes of soothing classical music or three brief animal songs which make it the perfect learning toy. Batteries are included.<br>Price: $70.95</td></tr></table></div><div id="sas696tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446769&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/081-010-0-04.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446769&afftrack=' + sas696tabafftrackvalue + '&w=696">Together Tunes Cube eBeanstalk</a><br>The Neurosmith Together Tunes Cube is a fun interactive cube that includes six classic sing-along songs and illustrations.  It also features surprise activities, like a jack-in-the-box, a peek-a-boo mirror and a printed nursery rhyme. Batteries are included.<br>Price: $60.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446792&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/086-003-0-03.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446792&afftrack=' + sas696tabafftrackvalue + '&w=696">Stacking Toy & Ball Game eBeanstalk</a><br>The Stacking Toy & Ball Game is an exciting 2-in-1 electronic stacker with ball game. As a stacking toy, the rings can be threaded on to the base.  As a fun game, your child can drop a ball into the funnel-shaped elephant head at the top of the stack to hear entertaining sounds and see flashing lights, which makes it a superb learning toy. Batteries are included.<br>Price: $19.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588261&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/108-002.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588261&afftrack=' + sas696tabafftrackvalue + '&w=696">Octotunes eBeanstalk</a><br>As baby toys go, the Octotunes is great. It will ensure your baby will have lots of fun making merry music. A different note is played as you push each tentacle. This soft, lovable character also teaches baby about nurturing play. Comes complete with a song book and a soft vanilla scent. Octotunes is a great educational toy. <br>Price: $28.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588264&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/108-008.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588264&afftrack=' + sas696tabafftrackvalue + '&w=696">Musical Inchworm eBeanstalk</a><br>Musical Inchworm is a high-quality velour fabric. Underside measures baby up to 24". Fun rattles, squeaks, crinkles and jingles with interesting textures to touch and chew. Plays "If You\'re Happy and You Know It Clap Your Hands" when the inchworm\'s head is hugged.<br>Price: $16.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588265&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/108-009.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588265&afftrack=' + sas696tabafftrackvalue + '&w=696">Chime Garden - eBeanstalk</a><br>The Chime Garden is a flower themed music toy. Each flower features a different note or plays a song when hit. There are 3 music modes: chime, song segments and full song play. Includes batteries. <br>Price: $26.95</td></tr></table></div><div id="sas696tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446585&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/035-004-0-11.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446585&afftrack=' + sas696tabafftrackvalue + '&w=696">Farm Tractor & Trailer eBeanstalk</a><br>The Farm Tractor & Trailer makes different sounds when the different pieces are touched.  The tractor makes realistic engine sounds and rolls along for 10 seconds. Each animal makes its own animal sound, the driver plays a fun melody, and the steering wheel makes a great horn sound. It is a super fun educational toy.<br>Price: $31.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588177&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/035-028.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588177&afftrack=' + sas696tabafftrackvalue + '&w=696">Safari Animal Tractor - eBeanstalk</a><br>The Safari Animal Tractor includes six safari animals that make sounds when placed in the appropriate spots inside the trailer! Push the funnel to hear engine sounds and watch the tractor roll forward. The driver\'s seat and steering wheel also make sounds when pressed! This small toy for kids is not only fun, but it is a learning toy to help teach your child about shapes and sounds!<br>Price: $31.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588236&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/086-013-0-11.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588236&afftrack=' + sas696tabafftrackvalue + '&w=696">Wonder Wheel eBeanstalk</a><br>The Wonder Wheel offers a multi-sensory play experience with a fascinating farm theme, including large, familiar and brightly faced farm animals.  These same animals appear on the wheel as well and in addition, the animals on the farm panel light up when the corresponding button on the wheel is pressed.<br>Price: $34.95</td></tr></table></div><div id="sas696tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446439&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/002-035-0-24.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446439&afftrack=' + sas696tabafftrackvalue + '&w=696">Tub Tunes Drum eBeanstalk</a><br>Tub Tunes Drum features two drums that float in the tub. Your child can change the pitch by adjusting the water level inside the drums. Tub Tunes Drum also comes with an easy-to-follow, waterproof rhythm chart.<br>Price: $12.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446440&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/002-036-0-24.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=456446440&afftrack=' + sas696tabafftrackvalue + '&w=696">Tub Tunes Xylophone eBeanstalk</a><br>The Tub Tunes Xylophone is a colorful, high-quality instrument that floats on the water and comes with easy-to-follow, color-coded music sheets.<br>Price: $12.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588128&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/002-037.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588128&afftrack=' + sas696tabafftrackvalue + '&w=696">Tub Tunes Piccolo eBeanstalk</a><br>With the Tub Tunes Piccolo make bath time music time! Learn to make different sounds and tones with The Tub Tunes Water Piccolo. It can be tuned with water to create a variety of sounds. Includes easy songs to play or play the piccolo like a slide whistle for even more fun!<br>Price: $12.95</td></tr><tr><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588172&afftrack=' + sas696tabafftrackvalue + '&w=696"><img src="http://www.ebeanstalk.com/images/thumbs/035-021-0-21.jpg" border="0"></a></td><td class="sas696contentboxfont"><a class="sas696tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas696tabidvalue + '&productID=458588172&afftrack=' + sas696tabafftrackvalue + '&w=696">Lift Off Rocket eBeanstalk</a><br>3, 2, 1 lift-off!  Launch your child\'s imagination with this Rocket by Iplay.  Sure to entertain your child for hours, this rocket set includes two astronauts, a dune buggy, an alien friend and more.  Press the button on the side of the rocket to see the engines light up and hear realistic rocket sounds.  The rocket also comes with an on/off switch for quieter play.<br>Price: $41.95</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas696switchtabs(1);

