
function sas43switchtabs(tabid) {

for (i=0;i<sas43mytabs.length;i++)
{
	if (sas43mytabs[i] == tabid) {
		document.getElementById('sas43tab'+sas43mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas43tabcell'+sas43mytabs[i]).style.backgroundColor = '#00b5ef';
		document.getElementById('sas43tabcell'+sas43mytabs[i]).className = 'sas43tabheaderon';
		document.getElementById('sas43tabbottom'+sas43mytabs[i]).style.backgroundColor = '#00b5ef';
		document.getElementById('sas43tabtop'+sas43mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas43tablink'+sas43mytabs[i]).className = 'sas43tablinkon';
	}
	else {
		document.getElementById('sas43tab'+sas43mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas43tabcell'+sas43mytabs[i]).style.backgroundColor = '#5273b5';
		document.getElementById('sas43tabbottom'+sas43mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas43tabtop'+sas43mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas43tablink'+sas43mytabs[i]).className = 'sas43tablink';
		document.getElementById('sas43tabcell'+sas43mytabs[i]).className = 'sas43tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas43tablink: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: normal;');
document.write('}');
document.write('A.sas43tablink: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: normal;');
document.write('}');
document.write('A.sas43tablink: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: normal;');
document.write('}');
document.write('A.sas43tablink: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: normal;');
document.write('}');
document.write('A.sas43tablinkon: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.sas43tablinkon: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.sas43tablinkon: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.sas43tablinkon: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('.sas43tabheaderon');
document.write('{');
document.write('	background-color: #5273b5;');
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('.sas43tabheaderoff');
document.write('{');
document.write('	background-color: #5273b5;');
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('.sas43tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas43tabbottom');
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('.sas43tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas43tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas43tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas43contentbox');
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('.sas43contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Arial;');
document.write('');
document.write('}');
document.write('A.sas43tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('A.sas43tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('A.sas43tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('A.sas43tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 10px Arial;');
document.write('}');
document.write('');
document.write('');
document.write('</style>');
document.write('');
document.write('<table cellpadding=0 cellspacing=0 width="500" height="175">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 width="100%" height="100%">');
document.write('<tr><td id="sas43tabtop1" class="sas43tabtop"></td><td class="sas43tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas43tabtop2" class="sas43tabtop"></td><td class="sas43tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas43tabtop3" class="sas43tabtop"></td><td class="sas43tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas43tabtop4" class="sas43tabtop"></td></tr><tr><td id="sas43tabcell1" class="sas43tabheaderon"><a href="#" onClick="sas43switchtabs(1); return false;" class="sas43tablink" id="sas43tablink1">Featured Gifts</a></td><td class="sas43tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas43tabcell2" class="sas43tabheaderoff"><a href="#" onClick="sas43switchtabs(2); return false;" class="sas43tablink" id="sas43tablink2">Sports & Gaming</a></td><td class="sas43tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas43tabcell3" class="sas43tabheaderoff"><a href="#" onClick="sas43switchtabs(3); return false;" class="sas43tablink" id="sas43tablink3">Barware</a></td><td class="sas43tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas43tabcell4" class="sas43tabheaderoff"><a href="#" onClick="sas43switchtabs(4); return false;" class="sas43tablink" id="sas43tablink4">Travel Gear</a></td></tr><tr><td id="sas43tabbottom1" class="sas43tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas43tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas43tabbottom2" class="sas43tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas43tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas43tabbottom3" class="sas43tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas43tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas43tabbottom4" class="sas43tabbottom"><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="sas43contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas43tab1content">');
document.write('<style type="text/css">');
document.write('<!--');
document.write('.style1 {');
document.write('	font-family: Arial, Helvetica, sans-serif;');
document.write('	font-size: 10px;');
document.write('}');
document.write('.style2 {color: #000000}');
document.write('.style5 {color: #FF0000; font-weight: bold; }');
document.write('-->');
document.write('</style>');
document.write('</head>');
document.write('');
document.write('<body>');
document.write('<table width="491" border="0" cellspacing="0" cellpadding="5">');
document.write('');
document.write('');
document.write('  <tr>');
document.write('    <td colspan="2">');
document.write('<form name="shareasale" target="blank" action="http://www.shareasale.com/m-formredirect.cfm" method=POST>');
document.write('  <div align="center">');
document.write('  <input type=hidden name=specialID value="1263">');
document.write('  <input type=hidden name=userID value="' + sas43tabidvalue + '">');
document.write('  <input type=hidden name=merchantID value="4313">');
document.write('  <input type=hidden name=afftrack value="">');
document.write('  <input type=hidden name=catalog value=jdsmarketing>');
document.write('  </div>');
document.write('  <table width="451" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('');
document.write('<tr>');
document.write('<td rowspan="1" colspan="3" width="451" height="60">');
document.write('<input type=image src="http://www.shareasale.com/image/451x91_egcsearch_1x1.gif" alt="" name="a51x91_egcsearch0" width="451" height="60" border="0" /></td>');
document.write('</tr>');
document.write('');
document.write('<tr>');
document.write('<td rowspan="1" colspan="1" width="224" height="31">');
document.write('	<input type=image src="http://www.shareasale.com/image/451x91_egcsearch_2x11.gif" width="224" height="31" border="0" alt="" /></td>');
document.write('<td width="185" height="31" colspan="1" rowspan="1" bgcolor="#5273B5"><center><input type="text" name="query" style="font-weight:normal;font-size:10px;" value="" size="30">');
document.write('</center></td>');
document.write('<td rowspan="1" colspan="1" width="42" height="31">');
document.write('	<input type=image src="http://www.shareasale.com/image/451x91_egcsearch_2x3.gif" width="42" height="31" border="0" alt="" /></td>');
document.write('</tr>');
document.write('</table>');
document.write('');
document.write('</form></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="143"><div align="center"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456425595" target="_blank"><img src="http://dts.ystoretools.com/1017/images/100x500/gc464.jpg" width="100" height="80" border="0" /></a></div></td>');
document.write('    <td width="328"><span class="style1"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456425595" target="_blank">Personalized Cigar Humidor</a><br />');
document.write('      Keep your  cigars at their freshest with our colorful and sturdy sublimated cigar  humidor. Available in a variety of designs and created to match our  whimsical pub signs, these personalized humidors are the perfect gift  for the cigar aficionado and are ideal for executives, retirees, new  graduates, or anyone who enjoys a good smoke.</span> <br />');
document.write('<span class="style1"><s>$69.99</s> <span class="style5">$62.99</span></span></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td><div align="center"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456167364" target="_blank"><img src="http://dts.ystoretools.com/1017/images/100x500/gc444.jpg" width="100" height="99" border="0" /></a></div></td>');
document.write('    <td class="style1"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456167364" target="_blank">Personalized Soft-Sided Cooler</a><br />');
document.write('      ote your  12-pack in style with our attractive but sturdy soft-sided cooler.  Perfect for picnics, sporting events, and parties, this stylish cooler  is lightweight and easy to carry and includes a detachable shoulder  strap. For a personal touch, we&rsquo;ll laser emboss your cooler with your  choice of personalization.<br />');
document.write('<s>$39.99</s> <span class="style5">$35.99</span></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td><div align="center"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&amp;userID=' + sas43tabidvalue + '&amp;productID=453425215" target="_blank"><img src="http://dts.ystoretools.com/1017/images/100x500/gc242.jpg" width="100" height="100" border="0" /></a></div></td>');
document.write('    <td class="style1"><a href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&amp;userID=' + sas43tabidvalue + '&amp;productID=453425215" target="_blank">Personalized High Polish Pocket Watch </a><br />');
document.write('      Wonderland\'s White   Rabbit would enthusiastically trade in his carrots for this smart stainless   steel pocket watch. With a 1 1/2&quot; face and engraved closure, it hangs securely   from a traditional 14&quot; braided chain. <br />');
document.write('<s>$30.99</s><span class="style5"> $24.79</span></td>');
document.write('  </tr>');
document.write('</table>');
document.write('');
document.write('');
document.write('</div><div id="sas43tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453396432&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/pr300piposet.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453396432&afftrack=' + sas43tabafftrackvalue + '&w=43">Professional 300 Piece Poker Set</a><br>Shuffle up and deal! Raise the ante with this stylish gaming set, housed in a sturdy 15.5" x 2.75" x 8" aluminum carrying case. With 300 chips constructed of top-quality 11.5 gram composite clay and professional-grade playing cards, your personal casino takes Texas Hold?em, Omaha Hi-Low and Seven Card Stud to a whole new level. Silver plate personalized with two lines of up to 20 characters per line. Case size: 15 1/2" x 2 3/4" x 8". Please Note: This item can only be shipped via UPS Ground services do to its size and weight.<br>Price: $54.89</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453453284&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc252.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453453284&afftrack=' + sas43tabafftrackvalue + '&w=43">Personalized Hampton Executive Putter Set</a><br>Convey your thanks to champion groomsmen with this elegant executive golf set. Lustrous wood case, augmented with brass handle, features an engraved brass plate that scores a hole in one. Includes a putter that disassembles for easy storage, two balls and a wood practice cup. Fore! Gold plate can be personalized with two lines of up to 20 characters per line. Box size: 12 3/4" x 10 3/4".<br>Price: $40.49</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=455788608&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc403.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=455788608&afftrack=' + sas43tabafftrackvalue + '&w=43">NFL Can Holder</a><br>Any sports fanatic will love this silver-plated can koozie, an ideal way to keep your favorite brew cold while watching the game. Designed to accommodate a 12-oz. (or larger) can, this unique personalized gift is emblazoned with the logo of the recipient?s favorite team as well as personalization of your choice. All NFL teams available. Personalized with two lines of up to 15 characters per line. Size: 3 1/2" x 3 1/2".<br>Price: $36.89</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456167364&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc444.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456167364&afftrack=' + sas43tabafftrackvalue + '&w=43">Personalized Soft-Sided Cooler</a><br>Tote your 12-pack in style with our attractive but sturdy soft-sided cooler.  Perfect for picnics, sporting events, and parties, this stylish cooler is lightweight and easy to carry and includes a detachable shoulder strap.  For a personal touch, we?ll laser emboss your cooler with your choice of personalization.  Our cooler is also a great gift for the executive or college student in your life. Personalized with one line of up to 15 characters. Size: 18" x 13" x 7".<br>Price: $35.99</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255428&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc188.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255428&afftrack=' + sas43tabafftrackvalue + '&w=43">Personalized Baseball</a><br>Who\'s going to win the pennant this year? Your groomsmen are! This engraved baseball mounted on a stand makes an excellent gift for all sports lovers - groomsmen, ring bearers, and baseball fanatics alike. Each baseball mounted on a walnut-finish base. Personalized with two lines of up to 13 characters per line. Size: 4" x 3 1/2".<br>Price: $19.79</td></tr></table></div><div id="sas43tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255441&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/stainsteelco.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255441&afftrack=' + sas43tabafftrackvalue + '&w=43">Personalized Stainless Steel Cocktail Shaker</a><br>Gin or Vodka? With a twist or an olive? Whatever your pleasure, you\'ll create the perfect martini in this gleaming 20 oz cocktail shaker. Personalized with a single initial. Size: 3 1/2" x 7 1/2".<br>Price: $23.39</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255458&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc223.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255458&afftrack=' + sas43tabafftrackvalue + '&w=43">Personalized Wine Gift Box</a><br>Perfect gifts for your wedding party at your wine-themed wedding. Solid wood box with engraving makes a beautiful keepsake to commemorate your special day. Each 13 1/2"x 4 1/4"x 4 1/4" wooden box holds a standard 750ml bottle of wine. Personalized with two lines of up to 25 characters per line. Wine not included.<br>Price: $29.69</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255459&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/winekitboxset.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255459&afftrack=' + sas43tabafftrackvalue + '&w=43">Wine Accessory Gift Set</a><br>A perfect gift for your wine lover. Engraved wood box contains a connoisseur\'s choice - bottle opener and bottle stopper perfect for home or a picnic. Each stainless steel wine opener and bottle stopper set comes in a wood composite box. Silver plate is personalized with two lines of up to 17 characters per line. Box measures: 5? x 6? x 2?.<br>Price: $27.89</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=455788609&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc404.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=455788609&afftrack=' + sas43tabafftrackvalue + '&w=43">Grand Pilsner with Pewter Medallion</a><br>This traditionally styled grand Pilsner beer glass is the ideal way to honor your groomsmen for their help with your special day. This large glass holds plenty of brew or their favorite non-alcoholic beverage, so frequent trips to the refrigerator won?t interrupt the party or big game. Choose from our 5 medallion options. Personalized with two lines of up to 15 characters per line. Holds 22 ounces.<br>Price: $23.39</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453453279&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc262.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453453279&afftrack=' + sas43tabafftrackvalue + '&w=43">Aris Shot Glass</a><br>For the straight shooter in your wedding party, this smart shot glass is the ultimate addition to his home bar. Whether he enjoys a cocktail after work or a nightcap before bed, he\'ll be ready for last call. Holds 2.5 ounces. Personalized with a single initial.<br>Price: $10.79</td></tr></table></div><div id="sas43tab4content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255384&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc191.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=453255384&afftrack=' + sas43tabafftrackvalue + '&w=43">Personalized Leather Dop Kit</a><br>A traveler\'s necessity that always comes in handy. Made of long-lasting leather and featuring engraved personalization, give this bag for a special occasion or to commemorate a celebration. Personalized with two lines of up to 20 characters per line. Size: 11 1/2"x 5"x 5 1/2".<br>Price: $39.59</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=454284415&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc283.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=454284415&afftrack=' + sas43tabafftrackvalue + '&w=43">Personalized Leather Manicure/Shoe Shine Kit</a><br>When it comes to grooming, it\'s the details that count. He\'ll have everything he needs at home, at the office or when he travels with this well-stocked manicure and shoeshine kit. Set includes a nailbrush, tweezers, nail clipper, cuticle trimmer, scissors and file. His scuffed shoes will thank you for the neutral polish, application brush, buffer brush and buffing cloth. Personalized with two lines of up to 20 characters per line. Size: 5 1/2" x 6 1/8".<br>Price: $27.89</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=454600859&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc294.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=454600859&afftrack=' + sas43tabafftrackvalue + '&w=43">Personalized Logan Deluxe Duffle Bag</a><br>This handsome duffle bag is a practical gift that guys can really use and abuse. Crafted with durable water-resistant fabric, brass hardware, heavy-duty zippers and leather detailing, this piece is made to last. Each bag measures a roomy 23" x 10" x 11" and includes two zippered side pockets, one covered in see-through mesh for easy access to essential items. Once it\'s packed, he can carry it in comfort by the leather wrapped handles or padded shoulder strap.  Personalized with up one line of up to 15 characters.<br>Price: $45.89</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456417016&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc457.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456417016&afftrack=' + sas43tabafftrackvalue + '&w=43">Personalized iPod Holder</a><br>Enhance the appearance of your iPod with this soft, top-grain cowhide leather carrying case. Designed to secure your unit and protect it from damage, this black case covers the entire iPod and clips it securely to your clothing for carrying ease. Personalize with up to three initials for that extra special touch. Measures 4 1/2" x 3/4" x 2 3/4" and holds a standard iPod.<br>Price: $18.89</td></tr><tr><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456417015&afftrack=' + sas43tabafftrackvalue + '&w=43"><img src="http://dts.ystoretools.com/1017/images/100x500/gc456.jpg" border="0"></a></td><td class="sas43contentboxfont"><a class="sas43tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=4313&userID=' + sas43tabidvalue + '&productID=456417015&afftrack=' + sas43tabafftrackvalue + '&w=43">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: $18.89</td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas43switchtabs(1);

