
function sas271switchtabs(tabid) {

for (i=0;i<sas271mytabs.length;i++)
{
	if (sas271mytabs[i] == tabid) {
		document.getElementById('sas271tab'+sas271mytabs[i]+'content').style.display = 'block';
		document.getElementById('sas271tabcell'+sas271mytabs[i]).style.backgroundColor = '#5087c4';
		document.getElementById('sas271tabcell'+sas271mytabs[i]).className = 'sas271tabheaderon';
		document.getElementById('sas271tabbottom'+sas271mytabs[i]).style.backgroundColor = '#5087c4';
		document.getElementById('sas271tabtop'+sas271mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas271tablink'+sas271mytabs[i]).className = 'sas271tablinkon';
	}
	else {
		document.getElementById('sas271tab'+sas271mytabs[i]+'content').style.display = 'none';
		document.getElementById('sas271tabcell'+sas271mytabs[i]).style.backgroundColor = '#8a8b9d';
		document.getElementById('sas271tabbottom'+sas271mytabs[i]).style.backgroundColor = '#909090';
		document.getElementById('sas271tabtop'+sas271mytabs[i]).style.backgroundColor = '';
		document.getElementById('sas271tablink'+sas271mytabs[i]).className = 'sas271tablink';
		document.getElementById('sas271tabcell'+sas271mytabs[i]).className = 'sas271tabheaderoff';

	}
}

}

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

document.write('');
document.write('');
document.write('<style type="text/css">');
document.write('A.sas271tablink:link');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas271tablink:visited');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas271tablink:active');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas271tablink:hover');
document.write('{');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('	text-decoration: underline;');
document.write('	font-weight: normal;');
document.write('}');
document.write('A.sas271tablinkon:link');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas271tablinkon:visited');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas271tablinkon:active');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Verdana;');
document.write('	text-decoration: none;');
document.write('	font-weight: bold;');
document.write('}');
document.write('A.sas271tablinkon:hover');
document.write('{');
document.write('	COLOR: #FFFFFF;');
document.write('	FONT: 12px Verdana;');
document.write('	text-decoration: underline;');
document.write('	font-weight: bold;');
document.write('}');
document.write('');
document.write('.sas271tabheaderon');
document.write('{');
document.write('	background-color: #8a8b9d;');
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('.sas271tabheaderoff');
document.write('{');
document.write('	background-color: #8a8b9d;');
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('.sas271tabheaderspacer');
document.write('{');
document.write('	background-color: #FFFFFF;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas271tabbottom');
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('.sas271tabbottomspacer');
document.write('{');
document.write('	background-color: #909090;');
document.write('	width: 3px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas271tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('');
document.write('');
document.write('}');
document.write('');
document.write('.sas271tabtop');
document.write('{');
document.write('	height: 2px;');
document.write('	width: 3px;');
document.write('');
document.write('}');
document.write('');
document.write('.sas271contentbox');
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: 10px Verdana;');
document.write('');
document.write('}');
document.write('');
document.write('.sas271contentboxfont');
document.write('{');
document.write('	padding: 2px;');
document.write('	COLOR: #000000;');
document.write('	FONT: 10px Verdana;');
document.write('');
document.write('}');
document.write('A.sas271tabcontentlink:link');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas271tabcontentlink:hover');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas271tabcontentlink:active');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 10px Verdana;');
document.write('}');
document.write('A.sas271tabcontentlink:visited');
document.write('{');
document.write('	COLOR: #0000FF;');
document.write('	FONT: 10px Verdana;');
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="sas271tabtop1" class="sas271tabtop"></td><td class="sas271tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabtop2" class="sas271tabtop"></td><td class="sas271tabtopspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabtop3" class="sas271tabtop"></td></tr><tr><td id="sas271tabcell1" class="sas271tabheaderon"><a href="#" onClick="sas271switchtabs(1); return false;" class="sas271tablink" id="sas271tablink1">Hot Products!</a></td><td class="sas271tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabcell2" class="sas271tabheaderoff"><a href="#" onClick="sas271switchtabs(2); return false;" class="sas271tablink" id="sas271tablink2">Deals & Offers!</a></td><td class="sas271tabheaderspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabcell3" class="sas271tabheaderoff"><a href="#" onClick="sas271switchtabs(3); return false;" class="sas271tablink" id="sas271tablink3">Can\'t Miss!</a></td></tr><tr><td id="sas271tabbottom1" class="sas271tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas271tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabbottom2" class="sas271tabbottom"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="2"></td><td class="sas271tabbottomspacer"><img src="http://www.shareasale.com/images/spacer.gif" width="1" height="1"></td>');
document.write('<td id="sas271tabbottom3" class="sas271tabbottom"><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="sas271contentbox" height="100%" valign="top" style="padding: 5px"><div id="sas271tab1content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=456452175&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7ondemand1.scene7.com/is/image/vanns/484199107?$small_item$" border="0"></a></td><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=456452175&afftrack=' + sas271tabafftrackvalue + '&w=271">Toshiba DR5 DVD-RAM/DVD-R/DVD-RW Recorder</a><br>The DR5 DVD recorder allows you to record and playback videos in stunning MPEG-2 digital video on either DVD-RAM, DVD-R, DVD-VR, or DVD-RW formatted discs. DivX home theater certification lets you play back DivX, AVI and MPEG4 (.ASF) files stored on a CD-<br>Price: $129.88</td></tr><tr><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=456879086&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7ondemand1.scene7.com/is/image/vanns/544235748?$small_item$" border="0"></a></td><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=456879086&afftrack=' + sas271tabafftrackvalue + '&w=271">Onkyo SKSHT240 6.1-Channel Home Theater Speaker System</a><br>The ultra-stylish and slim Onkyo SKS-HT240 speaker package is a complete 6.1-channel home theater speaker package, including a 150 watt powered subwoofer. The powerful, full sound of this system is complemented by the unique modern design of the speaker c<br>Price: $349.98</td></tr><tr><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=457102542&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7ondemand1.scene7.com/is/image/vanns/488988302?$small_item$" border="0"></a></td><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=457102542&afftrack=' + sas271tabafftrackvalue + '&w=271">Toshiba HDA1 Factory Refurbished HD-A1 HD-DVD Player  - Refurbished</a><br>Take advantage of high definition DVD technology with a refurbished HD-A1 HD DVD player. HD DVD playback delivers outstanding resolution, bright, vivid colors and stunning sound. It delivers it to your HDTV via the HDMI interface at 720p or 1080i resoluti<br>Price: $189.88</td></tr><tr><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=457226946&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7ondemand1.scene7.com/is/image/vanns/522756680?$small_item$" border="0"></a></td><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=457226946&afftrack=' + sas271tabafftrackvalue + '&w=271">Apple 80 GB iPod Video Black 5th Generation 80 GB iPod</a><br>The latest incarnation of the worlds most popular music and video player fills your pocket with 80 GBs worth of sounds and sights. Improved playback times mean you can listen and watch even longer than before. A host of new features, including an intuitiv<br>Price: $329.88</td></tr><tr><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=456452224&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7ondemand1.scene7.com/is/image/vanns/516999637?$small_item$" border="0"></a></td><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=456452224&afftrack=' + sas271tabafftrackvalue + '&w=271">Monitor Audio IDECK Digital Music System for iPod</a><br>The Monitor Audio iDeck is a convenient all-in-one digital music system that delivers audiophile-quality sound everywhere you need it.<br>Price: $99.88</td></tr></table></div><div id="sas271tab2content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas271contentboxfont"><ul><li><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=2401&afftrack=' + sas271tabafftrackvalue + '&w=271">No Sales Tax Charged On Any Order at Vanns.com!</a><br><br><li><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=2400&afftrack=' + sas271tabafftrackvalue + '&w=271">6 Months Financing! No Payments, No Interest At Vanns.com!</a><br><br><li><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/u.cfm?m=10303&u=' + sas271tabidvalue + '&d=2399&afftrack=' + sas271tabafftrackvalue + '&w=271">Free Ground Shipping On Most Orders Over $50 From Vanns.com!</a><br><br></ul></td></tr></table></div><div id="sas271tab3content"><table cellpadding=5 cellspacing=0 align=center><tr><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=457226924&afftrack=' + sas271tabafftrackvalue + '&w=271"><img src="http://s7ondemand1.scene7.com/is/image/vanns/495999333?$small_item$" border="0"></a></td><td class="sas271contentboxfont"><a class="sas271tabcontentlink" target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=10303&userID=' + sas271tabidvalue + '&productID=457226924&afftrack=' + sas271tabafftrackvalue + '&w=271">Canon Digital Rebel XT BLACK W/ 1855MM 8.0 Megapixel EOS Digital SLR Camera w/ 18-55mm Lens</a><br>For convenience, ease of use and no-compromise SLR performance, look no further than the EOS Digital Rebel XT. Featuring Canons Digital Trinity - an 8.0 Megapixel CMOS sensor, Canons own DIGIC II Image Processor and compatibility with over 50 EF Lenses-the new Digital Rebel XT has an all new lightweight and compact body, improved performance across the board and the easiest operation in its class, simplifying complex tasks and ensuring the perfect shot every time. With intuitive simplicity, powerful performance and unprecedented affordability, the Rebel XT is the EOS digital camera for everyone.<br>Price: $579.88<br></td></tr></table></div>');
document.write('');
document.write('</td></tr>');
document.write('</table>');
document.write('');

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

sas271switchtabs(1);

