
function sas174switchtabs(tabid) {

for (i=0;i<sas174mytabs.length;i++)
{
	if (sas174mytabs[i] == tabid) {
		document.getElementById('sas174tab'+sas174mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas174tabcell'+sas174mytabs[i]).style.backgroundColor = '#993333';
		document.getElementById('sas174tabcell'+sas174mytabs[i]).className = 'sas174tabheaderon';
		document.getElementById('sas174tabbottom'+sas174mytabs[i]).style.backgroundColor = '#993333';
		document.getElementById('sas174tabtop'+sas174mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas174tablink'+sas174mytabs[i]).className = 'sas174tablinkon';
	}
	else {
		document.getElementById('sas174tab'+sas174mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas174tabcell'+sas174mytabs[i]).style.backgroundColor = '#CC3333';
		document.getElementById('sas174tabbottom'+sas174mytabs[i]).style.backgroundColor = '#000000';
		document.getElementById('sas174tabtop'+sas174mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas174tablink'+sas174mytabs[i]).className = 'sas174tablink';
		document.getElementById('sas174tabcell'+sas174mytabs[i]).className = 'sas174tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas174tablink: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.sas174tablink: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.sas174tablink: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.sas174tablink: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.sas174tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFCC;');
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.sas174tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFCC;');
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.sas174tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFCC;');
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.sas174tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFCC;');
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('.sas174tabheaderon');
document.write('{');
document.write('	background-color: #CC3333;');
document.write('	border-left: 2px solid #000000;');
document.write('	border-right: 2px solid #000000;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas174tabheaderoff');
document.write('{');
document.write('	background-color: #CC3333;');
document.write('	border-left: 2px solid #993333;');
document.write('	border-right: 2px solid #993333;');
document.write('	border-top: 2px solid #993333;');
document.write('	padding: 2px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas174tabheaderspacer');
document.write('{');
document.write('	background-color: #CC3333;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas174tabbottom');
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('.sas174tabbottomspacer');
document.write('{');
document.write('	background-color: #000000;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas174tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas174tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas174contentbox');
document.write('{');
document.write('	background-color: #993333;');
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: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('');
document.write('.sas174contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('');
document.write('}');
document.write('A.sas174tabcontentlink:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas174tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas174tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 12px Trebuchet MS, Arial, Helvetica, sans-serif;');
document.write('}');
document.write('A.sas174tabcontentlink: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="sas174tabtop1" class="sas174tabtop"></td><td class="sas174tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas174tabtop2" class="sas174tabtop"></td></tr><tr><td id="sas174tabcell1" class="sas174tabheaderon"><a href="#" onClick="sas174switchtabs(1); return false;" class="sas174tablink" id="sas174tablink1">Cigar Samplers</a></td><td class="sas174tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas174tabcell2" class="sas174tabheaderoff"><a href="#" onClick="sas174switchtabs(2); return false;" class="sas174tablink" id="sas174tablink2">Cigar Coupons and Deals</a></td></tr><tr><td id="sas174tabbottom1" class="sas174tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas174tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas174tabbottom2" class="sas174tabbottom"><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="sas174contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas174tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas174contentboxfont"><a class="sas174tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12531&userID=' + sas174tabidvalue + '&productID=456429287&afftrack=' + sas174tabafftrackvalue + '&w=174"><img src="" border="0"></a></td><td class="sas174contentboxfont"><a class="sas174tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12531&userID=' + sas174tabidvalue + '&productID=456429287&afftrack=' + sas174tabafftrackvalue + '&w=174">Ashton 5 Cigar Variety Sampler</a><br>Experience the high quality cigars of Ashton, including the rare Ashton Virgin Sun Grown, rated an amazing \'93.\' Crafted by Fuente in the Dominican Republic, Ashton\'s cigars have consistently received high ratings from experts and aficionados throughout the world. This is your chance to try a selection of their best! Ashton Sampler includes (5) cigars: - (1) Ashton Heritage Churchill (6.75 x 48) - (1) Ashton Classic 898 (6.50 x 44) - (1) Ashton Cabinet Pyramid (6.00 x 52) - (1) Ashton Aged Maduro No. 40 (6.00 x 50) - (1) Ashton Virgin Sun Grown Robusto (5.50 x 50)  <br>Price: $50.00</td></tr><tr><td class="sas174contentboxfont"><a class="sas174tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12531&userID=' + sas174tabidvalue + '&productID=464611842&afftrack=' + sas174tabafftrackvalue + '&w=174"><img src="" border="0"></a></td><td class="sas174contentboxfont"><a class="sas174tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12531&userID=' + sas174tabidvalue + '&productID=464611842&afftrack=' + sas174tabafftrackvalue + '&w=174">Ltd. Ed. CAO Conmemorativo Sampler w/ DVD</a><br>Limited Edition CAO Conmemorativo Sampler is the best way to try all of CAO\'s award-winning blends.  This Ltd. Sampler includes the Rare CAO Black and \'VR\' Blends!  The FREE DVD, "Seed To Soul," offers an exclusive look at the skilled production of CAO\'s cigar masterpieces. Filmed to capture every colorful leaf, this DVD must not be missed.  Limited Edition CAO Conmemorativo includes: - CAO Black Ltd. Gothic (torpedo) - CAO Black \'VR\' Moby (toro) - CAO Criollo Pato - CAO Cx2 Beli - CAO Italia Ciao - CAO L\'Anniversaire Cameroon Belicoso - CAO L\'Anniversaire Maduro Toro - FREE "Seed to Soul" DVD <br>Price: $34.95</td></tr><tr><td class="sas174contentboxfont"><a class="sas174tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12531&userID=' + sas174tabidvalue + '&productID=466870900&afftrack=' + sas174tabafftrackvalue + '&w=174"><img src="" border="0"></a></td><td class="sas174contentboxfont"><a class="sas174tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=12531&userID=' + sas174tabidvalue + '&productID=466870900&afftrack=' + sas174tabafftrackvalue + '&w=174">Rocky Patel Gift Box - Limited Edition</a><br>This is the perfect gift for every cigar lover and Rocky fan! Gift Box includes the "Rated 95 - Outstanding" Rocky Patel Decade! ** Over 35% OFF - Extremely Limited ** This gift set is the perfect way to try all of Rocky\'s most award-winning blends. Enjoy the "Rated 93" Vintage, the "Rated 91" The Edge, the ultra-luxurious "Rated 95 - Outstanding" Decade and many more...... Rocky Patel Gift Box includes:  - (1) Rocky Patel Decade Toro - (1) Rocky Patel Edge Corojo Toro - (1) Rocky Patel Edge Maduro Toro - (1) Rocky Patel Sun Grown Toro - (1) Rocky Patel Vintage 1990 Toro - (1) Rocky Patel Vintage 1992 Toro - (1) Rocky Patel Connecticut Toro - (1) Rocky Patel Olde World Corojo Toro - (1) Rocky Patel Olde World Maduro Toro - (1) Indian Tabac Super Fuerte Toro Maduro<br>Price: $49.95</td></tr></table></div><div id="sas174tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas174contentboxfont"><ul><li><a class="sas174tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=12531&u=' + sas174tabidvalue + '&d=5078&afftrack=' + sas174tabafftrackvalue + '&w=174">Free Shipping for all order over $99 at Tinderbox.com!</a><br><br><li><a class="sas174tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=12531&u=' + sas174tabidvalue + '&d=3920&afftrack=' + sas174tabafftrackvalue + '&w=174">8 Super Premium Cigars for only $24.99!</a><br><br></ul></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas174switchtabs(1);

