
function sas50switchtabs(tabid) {

for (i=0;i<sas50mytabs.length;i++)
{
	if (sas50mytabs[i] == tabid) {
		document.getElementById('sas50tab'+sas50mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas50tabcell'+sas50mytabs[i]).style.backgroundColor = '#F47A20';
		document.getElementById('sas50tabcell'+sas50mytabs[i]).className = 'sas50tabheaderon';
		document.getElementById('sas50tabbottom'+sas50mytabs[i]).style.backgroundColor = '#F47A20';
		document.getElementById('sas50tabtop'+sas50mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas50tablink'+sas50mytabs[i]).className = 'sas50tablinkon';
	}
	else {
		document.getElementById('sas50tab'+sas50mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas50tabcell'+sas50mytabs[i]).style.backgroundColor = '#1FB25A';
		document.getElementById('sas50tabbottom'+sas50mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas50tabtop'+sas50mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas50tablink'+sas50mytabs[i]).className = 'sas50tablink';
		document.getElementById('sas50tabcell'+sas50mytabs[i]).className = 'sas50tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas50tablink: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.sas50tablink: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.sas50tablink: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.sas50tablink: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.sas50tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas50tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas50tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas50tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas50tabheaderon');
document.write('{');
document.write('	background-color: #1FB25A;');
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('.sas50tabheaderoff');
document.write('{');
document.write('	background-color: #1FB25A;');
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('.sas50tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas50tabbottom');
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('.sas50tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas50tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas50tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas50contentbox');
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('.sas50contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 12px Arial;');
document.write('');
document.write('}');
document.write('A.sas50tabcontentlink:link');
document.write('{');
document.write('	COLOR: #1FB25A;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas50tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #F47A20;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas50tabcontentlink:active');
document.write('{');
document.write('	COLOR: #1FB25A;');
document.write('	FONT: 12px Arial;');
document.write('}');
document.write('A.sas50tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #1FB25A;');
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="sas50tabtop1" class="sas50tabtop"></td><td class="sas50tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas50tabtop2" class="sas50tabtop"></td></tr><tr><td id="sas50tabcell1" class="sas50tabheaderon"><a href="#" onClick="sas50switchtabs(1); return false;" class="sas50tablink" id="sas50tablink1">Moms & Experts Pick Top 10 Toys</a></td><td class="sas50tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas50tabcell2" class="sas50tabheaderoff"><a href="#" onClick="sas50switchtabs(2); return false;" class="sas50tablink" id="sas50tablink2">Help Your Child Learn and Save</a></td></tr><tr><td id="sas50tabbottom1" class="sas50tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas50tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas50tabbottom2" class="sas50tabbottom"><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="sas50contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas50tab1content"><table align="center" border="0" cellpadding="0" cellspacing="0" width="550" >');
document.write('  <tr >');
document.write('    <td><center><a target="_new" href="http://www.shareasale.com/r.cfm?b=82526&u=' + sas50tabidvalue + '&m=12666&urllink=&afftrack="><img src="http://www.shareasale.com/image/ebean-lifetime-468x60.gif" border=0></a></center></td>');
document.write('  </tr>');
document.write('  <tr >');
document.write('    <td >&nbsp;</td>');
document.write('  </tr>');
document.write('  <tr >');
document.write('    <td ><p ><font color="#F4791F" face="Trebuchet MS, Verdana, Arial, Helvetica" size="4" >eBeanstalk Announces First Annual List of Top Ten Developmental Toys Selected by eBeanstalk Child Experts and 500 Mom Mother Board</font></p>');
document.write('      <p ><font face="Arial, Helvetica, sans-serif" size="2" >With so many choices, shopping for just the right toy can be an overwhelming undertaking for new parents who can find themselves endlessly roaming the aisles and the internet looking for the perfect play experience for their child. In fact, 65 % of those shopping for young children find it difficult to locate toys that help in learning and development. Now finding the best toys to nurture intellectual and physical growth for your infant or toddler has just been made easier. </font></p>');
document.write('      <table border="0" cellpadding="10" cellspacing="0" width="100%" >');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" width="5%" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >1</font></td>');
document.write('          <td width="51%" ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446589" target="_blank">Farm Friends Bowling</a>');
document.write('           by International Playthings  -- &ldquo;Set them up, then knock them down!  Toddlers love cause and effect (and watching things fall down!). <p>S T R I K E ! Farm Friends Bowling includes brightly colored, numbered, textured bowling pins in the shape of animals. Each pin makes a noise when shaken and the colorful bowling ball makes a chiming noise as it rolls.&rdquo;</font></td>');
document.write('          <td width="44%" ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446589" target="_blank"><img src=http://ebeanstalk.com/images/products/035-008-0-14.jpg border=0 height="200" width="200"></center></a></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >2</font></td>');
document.write('          <td ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446792" target="_blank">Stacking Toy & Ball Game</a> by Tiny Love --  &ldquo;It&rsquo;s two toys in one!&rdquo;<p>The Stacking Toy & Ball Game is an exciting 2-in-1 electronic stacker with a ball game. As a stacking toy, the rings can be threaded on to the base. As a game, your child can drop a ball into the funnel-shaped elephant head at the top of the stack to hear fun sounds and see flashing lights. Batteries included.</font></td>');
document.write('          <td ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446792" target="_blank"><img src=http://ebeanstalk.com/images/products/086-003-0-03.jpg border=0 height="200" width="200"></center></a></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >3</font></td>');
document.write('          <td ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446587" target="_blank">Pizza Pile Up</a> by International Playthings --&ldquo;A great way to experiment with weights and balance.  Too much on one side and you lose all your toppings!&rdquo;<p>Pizza Pile Up is a game that features a wobbling Poppa holding a pizza pie. Each player roles the die and then puts toppings on the pie, the first to knock over the pie loses.</font></td>');
document.write('          <td ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446587" target="_blank"><img src=http://ebeanstalk.com/images/products/035-006-0-42.jpg height="200" width="200" border=0></center></a></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >4</font></td>');
document.write('          <td ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446625" target="_blank">Counting Cookies</a> by Learning Resources --&ldquo;Simply THE BEST toy for teaching counting!&rdquo; <p>I love to count! Counting Cookies includes ten numbered cookies, each with the corresponding number of chips on top. The Counting Cookies are made of soft plastic and come in their own sturdy plastic cookie jar.</font></td>');
document.write('          <td ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446625" target="_blank"><img src="http://ebeanstalk.com/images/products/045-003-0-14.jpg" height="200" width="200" border="0"  alt="Counting Cookies"  /></a></center></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >5</font></td>');
document.write('          <td ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446767" target="_blank">Fun With Fruit</a> by Small World Toys -- &rdquo;A great toy that strengthens the hands and promotes imaginary play.&rdquo;<p>Fun With Fruit is a brightly-colored set of plastic fruit that comes apart into segments and can be peeled. The 13-piece set includes a fruit bowl, apple, strawberry, grape, orange, watermelon, peach, pineapple, pear, plum, lemon, banana, and a plastic knife that makes a realistic cutting sound.</font></td>');
document.write('          <td ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446767" target="_blank"><img alt="" border="0" height="200" name="" src="http://www.ebeanstalk.com/images/products/081-008-0-23.jpg" width="200"/></a></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >6</font></td>');
document.write('          <td ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446613" target="_blank">Zolo Linko </a> by Kushies -- &ldquo;Hold them, chew them, pull them apart and put them together-a great first toy for manipulation.&rdquo;<p>This is one activity-loaded teething toy. Zolo Linkos connect to create a chain or clip onto other Zolo baby toys. Zolo Linko features three lovable characters, four bite and chew teethers, four hold-together rings and a variety of textures.</font></td>');
document.write('          <td ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446613" target="_blank"><img alt="" border="0" height="200" name="" src="http://www.ebeanstalk.com/images/products/040-003-0-01.jpg" width="200"/></a></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >7</font></td>');
document.write('          <td ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446639" target="_blank">Make Your Own Postcards</a> by Handa --&ldquo;The sky&rsquo;s the limit when a child can create a card and send it off in the mail.&rdquo;<p>Make Your Own Postcards includes 10 postcards, over 250 pop-out shapes, and a glue stick. After your little one has finished decorating, help them send the postcards to family and friends.</font></td>');
document.write('          <td ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446639" target="_blank"><img alt="" border="0" height="200" name="" src="http://www.ebeanstalk.com/images/products/049-003-0-41.jpg" width="200"/></a></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >8</font></td>');
document.write('          <td ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446465" target="_blank">Hullabaloo </a> by Cranium --&ldquo;A fun game that helps listening skills and motor skills all at the same time!&rdquo;<p>Hullabaloo is the high-energy game that is full of cool tunes, fun sounds, and all kinds of surprises. Kids listen closely and think fast as they bounce, twist, spin, high-five, and dance to the music, sounds, and friendly voice of Hullabaloo. The manufacturer recommends this toy is for ages 4 and up but our experts have this toy in the 3 year old age because it is a toy that grows with your child. </font></td>');
document.write('          <td ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446465" target="_blank"><img alt="" border="0" height="200" name="" src="http://www.ebeanstalk.com/images/products/013-001-0-31.jpg" width="200"/></a></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >9</font></td>');
document.write('          <td ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446472" target="_blank">Roaring Dinosaur</a> by Cranium --&ldquo;Roar with your mouth, stomp with your feet!  This dinosaur is a great mix of sensory stimulation and pretend play.&rdquo;<p>Unleash the animal inside your youngster with the Giggle Gear Roaring Dinosaur Dress-Up Toy. This soft, plush dinosaur costume is the perfect mix of disguise and sensory stimulation. The T-Rex head growls, rumbles, and roars with movement, while the clawed feet crash, clomp and stomp.</font></td>');
document.write('          <td ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446472" target="_blank"><img alt="" border="0" height="200" name="" src="http://www.ebeanstalk.com/images/products/013-007-0-24.jpg" width="200"/></a></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" ><font color="#008BD0" face="Trebuchet MS, Helvetica, Arial, sans-serif" size="4" >10</font></td>');
document.write('          <td ><font face="Arial, Helvetica, sans-serif" size="2" ><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446486" target="_blank">Play Foam</a> by Educational Insights. -- &ldquo;Make new creations over and over again.&rdquo;<p>Play Foam is a lightweight, colorful foam sculpting material that won\'t crumble, and won\'t stick to skin or surfaces. So there\'s no cleanup required. And Play Foam never dries, which means you can use it over and over and over again. Includes 6 Play Foam bricks in vibrant colors and an idea sheet.</font></td>');
document.write('          <td ><center><a href="http://www.shareasale.com/m-pr.cfm?merchantID=12666&userID=' + sas50tabidvalue + '&productID=456446486" target="_blank"><img alt="" border="0" height="200" name="" src="http://www.ebeanstalk.com/images/products/017-003-0-43.jpg" width="200"/></a></td>');
document.write('        </tr>');
document.write('        <tr >');
document.write('          <td align="right" valign="middle" >&nbsp;</td>');
document.write('          <td ><strong ><font color="#8C8C8C" face="Trebuchet MS, Verdana, Arial, Helvetica" size="5" ><a href="http://www.shareasale.com/r.cfm?b=81139&u=' + sas50tabidvalue + '&m=12666&urllink=&afftrack="><img alt="Shop Now!" border="0" height="37" src="http://www.ebeanstalk.com/newsletter/images/btn_shop_now.jpg" width="156"/></a></font></strong></td>');
document.write('          <td >&nbsp;</td>');
document.write('        </tr>');
document.write('      </table>');
document.write('      <hr color="#08AD50" noshade="noshade" size="1" /></td>');
document.write('  </tr>');
document.write('</table>');
document.write('');
document.write('');
document.write('</div><div id="sas50tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas50contentboxfont"><ul><li><a class="sas50tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=12666&u=' + sas50tabidvalue + '&d=4114&afftrack=' + sas50tabafftrackvalue + '&w=50">15% off all GIFT SERIES</a> - End Date: 12/20/2007 - Coupon Code: GIFTSERIES<li><a class="sas50tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=12666&u=' + sas50tabidvalue + '&d=4113&afftrack=' + sas50tabafftrackvalue + '&w=50"></a> - End Date: 01/01/1900 - Coupon Code:  </ul></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas50switchtabs(1);

