
function sas436switchtabs(tabid) {

for (i=0;i<sas436mytabs.length;i++)
{
	if (sas436mytabs[i] == tabid) {
		document.getElementById('sas436tab'+sas436mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas436tabcell'+sas436mytabs[i]).style.backgroundColor = '#50b0d1';
		document.getElementById('sas436tabcell'+sas436mytabs[i]).className = 'sas436tabheaderon';
		document.getElementById('sas436tabbottom'+sas436mytabs[i]).style.backgroundColor = '#50b0d1';
		document.getElementById('sas436tabtop'+sas436mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas436tablink'+sas436mytabs[i]).className = 'sas436tablinkon';
	}
	else {
		document.getElementById('sas436tab'+sas436mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas436tabcell'+sas436mytabs[i]).style.backgroundColor = '#7769b0';
		document.getElementById('sas436tabbottom'+sas436mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas436tabtop'+sas436mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas436tablink'+sas436mytabs[i]).className = 'sas436tablink';
		document.getElementById('sas436tabcell'+sas436mytabs[i]).className = 'sas436tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas436tablink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas436tablink:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas436tablink:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas436tablink:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas436tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas436tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas436tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas436tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 11px Arial;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas436tabheaderon');
document.write('{');
document.write('	background-color: #7769b0;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas436tabheaderoff');
document.write('{');
document.write('	background-color: #7769b0;');
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('.sas436tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas436tabbottom');
document.write('{');
document.write('	background-color: #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	border-left: 2px solid #909090;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas436tabbottomspacer');
document.write('{');
document.write('	background-color: #909090;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas436tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas436tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas436contentbox');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	border-left: 2px solid #909090;');
document.write('	border-bottom: 2px solid #909090;');
document.write('	border-right: 2px solid #909090;');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 11px Arial;');
document.write('');
document.write('}');
document.write('');
document.write('.sas436contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 11px Arial;');
document.write('');
document.write('}');
document.write('A.sas436tabcontentlink:link');
document.write('{');
document.write('	COLOR: #50b0d1;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas436tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #50b0d1;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas436tabcontentlink:active');
document.write('{');
document.write('	COLOR: #50b0d1;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('A.sas436tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #50b0d1;');
document.write('	FONT: 11px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="400" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas436tabtop1" class="sas436tabtop"></td><td class="sas436tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas436tabtop2" class="sas436tabtop"></td><td class="sas436tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas436tabtop3" class="sas436tabtop"></td></tr><tr><td id="sas436tabcell1" class="sas436tabheaderon"><a href="#" onClick="sas436switchtabs(1); return false;" class="sas436tablink" id="sas436tablink1">Under $20</a></td><td class="sas436tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas436tabcell2" class="sas436tabheaderoff"><a href="#" onClick="sas436switchtabs(2); return false;" class="sas436tablink" id="sas436tablink2">Under $30</a></td><td class="sas436tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas436tabcell3" class="sas436tabheaderoff"><a href="#" onClick="sas436switchtabs(3); return false;" class="sas436tablink" id="sas436tablink3">Hot Deals</a></td></tr><tr><td id="sas436tabbottom1" class="sas436tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas436tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas436tabbottom2" class="sas436tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas436tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas436tabbottom3" class="sas436tabbottom"><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="sas436contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas436tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255396&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/tifkeychain.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255396&afftrack=' + sas436tabafftrackvalue + '&w=436">Engraved </a><br>With its classic, Tiffany\'s-inspired design and sparkling silver plate, this horseshoe key chain has a charm that can be engraved with a special message for a special person. Personalized with two lines of up to 10 characters per line. Size: 1 1/4".<br>Price: $17.84</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=455941189&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc400.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=455941189&afftrack=' + sas436tabafftrackvalue + '&w=436">Woven Metal Pen</a><br>This stylish silver ballpoint pen, embellished with a woven metal pattern, makes the perfect gift for the graduate or executive in your life. Also ideal for members of your bridal party, the pen includes a clip for safekeeping in your pocket or briefcase as well as a protective cap. Personalized with one line of up to 15 characters. Size: 5 ½ x ½?.<br>Price: $17.84</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=456003176&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc1173.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=456003176&afftrack=' + sas436tabafftrackvalue + '&w=436">Personalized  25 oz. Sports Mug</a><br>Classically styled with a comfortable handle and weighty bottom, this sports mug holds 25 fluid ounces of your favorite beverage. Personalized with two lines of up to 15 characters per line.<br>Price: $15.29</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=456417015&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc456.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=456417015&afftrack=' + sas436tabafftrackvalue + '&w=436">Personalized iPod Nano Holder</a><br>Protect your investment with our attractive iPod Nano case, designed for a snug fit to avoid accidents. The soft, top-grain cowhide leather case covers the entire unit and includes a built-in clip so that your Nano can easily attach to a pocket or waistband. The black cover can be personalized with up to three initials, so there will be no doubt as to the ownership of this popular piece of audio technology. Measures 3 3/4" x 5/8" x 1 7/8".<br>Price: $17.84</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255382&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc132.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255382&afftrack=' + sas436tabafftrackvalue + '&w=436">Personalized Heart Trinket Box</a><br>On the vanity, dressing table, or nightstand, this silver plated box is the perfect place to keep precious mementos. Lined in white velour. Personalized with two lines of up to 15 characters per line. Size: 3" x 3" x 1 1/4".<br>Price: $17.84</td></tr></table></div><div id="sas436tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255386&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc220.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255386&afftrack=' + sas436tabafftrackvalue + '&w=436">16 oz. Mug with Pewter Emblem</a><br>Give a keepsake mug to honor your best buddies - choose from medallions that are plain, or say "Best Man", ?Groom?, "Groomsman" or "Usher", and personalized with a name. Each glass mug with pewter medallion holds 16 fluid ounces. Personalized with two lines of up to 15 characters per line.<br>Price: $22.09</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255407&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/silplatcuf.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255407&afftrack=' + sas436tabafftrackvalue + '&w=436">Personalized Silver Plated Cufflinks</a><br>It\'s the details that make the man. Distinguished with subtle beading around the edge, personalize these silver plated accessories by engraving them with a stellar monogram - theirs. Personalized with a three initial monogram. Please see Rules of Engraving for correct Monogram format. Size: 5/8" diameter.<br>Price: $22.09</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255417&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/texstainstee.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453255417&afftrack=' + sas436tabafftrackvalue + '&w=436">Textured Stainless Steel Flask</a><br>Reminiscent of pocket flasks manufactured in the 20\'s and 30\'s, this textured stainless steel flask holds 4 fluid ounces. Personalized with one line of up to 10 characters.<br>Price: $20.39</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453647301&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc263.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=453647301&afftrack=' + sas436tabafftrackvalue + '&w=436">Leather Stash Tray</a><br>Our personalized leather stash tray is a cleaver gift idea. It snaps open to lie flat for travel. Use at the office, at home or on the road. Black plate is personalized with two lines of up to 10 characters each. Size: 6 1/4" x 6 1/4" x 1 1/4?.<br>Price: $20.39</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=454600854&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc288.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=454600854&afftrack=' + sas436tabafftrackvalue + '&w=436">Personalized Leather Bracelet</a><br>A combination of stainless steel and genuine leather give this bracelet a casual elegance appropriate for everyday wear. The stainless steel has a beautiful, subtle sheen but doesn\'t need polishing and won\'t nick or scratch like sterling silver. The soft leather bracelet comes in your choice of four versatile colors and will fit almost any adult wrist with its adjustable sizing from 7 to 9 inches. Lobster clasp ensures the bracelet stays put. Specify leather color (Black, Brown, Red, Pink), and one line of personalization of up to 15 characters.<br>Price: $22.09</td></tr></table></div><div id="sas436tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=457793018&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc144.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=457793018&afftrack=' + sas436tabafftrackvalue + '&w=436">Personalized Silver Frame and Photo Album</a><br>This distinctive silver frame and photo album safely and elegantly displays your memories. Bound in velvet with glass window, it holds 100 4"x6" photos. Gift boxed. Personalized with two lines of up to 20 characters per line.<br>Price: $22.09</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=457793019&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc156.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=457793019&afftrack=' + sas436tabafftrackvalue + '&w=436">Personalized Polished Silver and Gold Key Chain</a><br>This personalized silver and gold key chain will put a pleasant, and personalized, jingle in your pocket. Sporting a tarnish-resistant high-gloss finish, this useful keepsake key chain is personalized with two lines of up to 8 characters per line.<br>Price: $16.99</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=457793020&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc183.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=457793020&afftrack=' + sas436tabafftrackvalue + '&w=436">Personalized Esquire Swiss Army Knife</a><br>The Swiss Cross logo designates this stainless steel, multi-purpose knife as a gift marked with the legendary Swiss innovative design. From the makers of the Swiss Army Knife, each Esquire features a small blade, nail file and scissors. Personalized with one line of up to 12 characters.<br>Price: $33.99</td></tr><tr><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=457793021&afftrack=' + sas436tabafftrackvalue + '&w=436"><img src="http://dts.ystoretools.com/1017/images/100x500/gc212.jpg" border="0"></a></td><td class="sas436contentboxfont"><a class="sas436tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas436tabidvalue + '&productID=457793021&afftrack=' + sas436tabafftrackvalue + '&w=436">Personalized Round Clock Key Chain</a><br>Classic horseshoe key chain, in timeless "Tiffany" Style, with a handsome silver watch attached. Makes a unique gift when  engraved, adding a personal touch. Personalized with a three initial monogram. See Rules of Engraving for correct monogram format.<br>Price: $21.24</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas436switchtabs(1);

